Thinking Deeply About Theming and Color Naming, by @zellwk.bsky.social (@csstricks):
https://css-tricks.com/thinking-deeply-about-theming-and-color-naming/

Thinking Deeply About Theming and Color Naming, by @zellwk.bsky.social (@csstricks):
https://css-tricks.com/thinking-deeply-about-theming-and-color-naming/
An Ode to the Aesthetic of Light in 1024 Pixels - Sometimes, brilliant perspectives need a bit of an introduction first, and this is... - https://hackaday.com/2025/08/02/an-ode-to-the-aesthetic-of-light-in-1024-pixels/ #raspberrypi #monochrome #ledmatrix #ledhacks #matrix #ws2812 #news #pico #art #led
What do you do before bed? Me, ah well I make a weird computer from a #pico running #picomite and an #m5cardputer running a Microcom serial monitor firmware... totally useless but a fun distraction! Could be the most ridiculous #cyberdeck
Writing up my Tiny Opensource (released soon!) Underwater Vehicle (TOUV1) project for future @rpimag. Using a #Pico to control speed and direction of the thrusters. Today is "use a very secondhand inflatable hot tub as a test environment"! #making #cute #rov #opensource #3dprinting #freecad
SNS-GESTURE is hand gesture recognizing module with I2C interface which easily can be interfaced to Arduino, PICO or ESP32 with MicroPython https://olimex.wordpress.com/2025/06/16/sns-gesture-is-i2c-hand-gesture-recognizer-module-which-you-can-easily-interface-to-your-next-arduino-or-micropython-project/ #esp32 #pico #arduino #gesture #regonize #i2c #module
This module will help you to add fancy interface to your next project and to navigate without keyboard and mouse.
Got one, still stock with the #Pico H module.
#BASIC, with a tiny keyboard and screen, bring immediacy to tinkering and exploring.
That's fun!
Con: limited documentation of the PicoCalc variant of #MMBasic makes it difficult to find out what is possible.
That's frustrating.
"Can I do graphics with the GUI widgets?"
"Can I play sound from audio files?"
"Would there be a way to listen to a microphone?"
"Would a touchscreen work?"
The new issue of @rpimag has just landed on my doormat.. there's a heap of excellence (Rob Miles #midi #pico stuff is ace!) and my contributions are part 2 of the #meshtastic series looking at building a solar node and using things like ATAK. I've also written a review of the fab #Picocalc from Clockworkpi. Hoping to write more about #PicoMite and PicoCalc in the coming!
I'm intrigued! #ClockWorkPi's shipping is legendarily slow, but it seems you got yours kinda quickly.
How's the keyboard experience? Mushy? Clicky? Too small for it to matter either way?
The page lists some kind of #UNIX that can run on it, but there's no details on the page. Any idea what kind of OS it can run? I'm curious how any Unix could run on a MCU like the #Pico
Pi Pico Throws Us for a (MIDI) Loop - Modern micro-controllers are absolute marvels, but it isn’t too many projects use ... - https://hackaday.com/2025/04/28/pi-pico-throws-us-for-a-midi-loop/ #electronicmusic #musicalhacks #midiloop #diymidi #pipicow #pico-w
I just soldered some wires to a #rapsberrypi #pico in preparation for a #GameCube mod.
Here is a video with the sound of the video encoding. ( You might want to turn it down). The radio part will have to wait until tomorrow. #sstv #pico #amateurrardio
@rpimag I did a bit more work on my UART booting Flashless Picos. On the end of each "pico" there's an I2C port for the I/O expander (used to reset/setup the RP2350A to boot from UART) and a UART port to send the bin file/communicate after boot. The Pico2 in the PicoUART6 is running CircuitPython using Adafruit_CircuitPython_PIO_UART for the non-hardware UARTs.
Hey fedi #gamedev folks - I'm looking for a framework that will make it fun to write some retro inspired games.
Something like #pico-8 without the restrictions.
I've been looking for something like that for a while (here's some old research: https://fdisk.quest/dreamengine/), but nothing quite fits the bill. Recently I got the urge to try to finish a silly roguelike I started like 3 times already.
I don't want to learn a full engine, and I'm not smart enough to tackle much outside modern, high-level languages, but I would like to be able to do some fun raster effects down the line.
Any recommendations?
I'm debugging the ROM emulation on the Firestarter. It looks as if the code to monitor ROM enable and ROM selection is working but the host crashes once it starts accessing the ROM.
The first access of the ROM is when BASIC calls KL_INIT_BACK to initialise background ROMs.
The first read is the LD A,(&C000). A few cycles later the ROM's init routine at &C006 will be called.
@rpimag #MicroWriter using #Pico programmed using @microblocks
I haven’t dont any serious programming since I decided to drop XCode/Swift. I’ve been spending time getting up to speed with XOJO and Pico-8 again. I should come up with a project or two…
Time to try some ROM emulation. The first step is to sniff the ROM enable/disable states and the currently selected upper ROM.
The code for this is, again, simple. It tests the I/O address for the ROM select IO port, and also the gate array IO port. If it's the gate array it tests the register select bits of the data and extracts the two ROM disable bits.