@reiddragon @fuchsiii personally, I find the #ExaArcadia doesn't look like a system worth it's painful asking price compared even to a fully-decked - out #NeoGeoMVS 6-slot board + Games to match!

And I do kinda question the value given that they literally shove a #PiPico on their JVS Adapter Board.

  • I don't mean like a #RP2040 but like the box-standard board and that adapter PCB has up to 5 frames delay!
EXA Arcadia Review - Is It Worth The Money?

YouTube
New blog post - Pico Pad DIY - I made a version of the pico pad with my own take on it. I used the clicky buttons I like to use and a few different upgrades - https://facelesstech.wordpress.com/2026/02/22/picopad-diy/
https://youtu.be/7beyBAamTLg?si=OGjvOUM9OxyvrxE7
#piPico #picopad #3dprinting #3dprint #RaspberryPipico
Storing Image Data As Analog Audio

Ham radio operators may be familiar with slow-scan television (SSTV) where an image is sent out over the airwaves to be received, decoded, and displayed on a computer monitor by other radio operato…

Hackaday
A New Life For An Old Amplifier

An audio amplifier was once a fairly simple analogue device, but in recent decades a typical home entertainment amplifier will have expanded to include many digital functions. When these break they…

Hackaday

@hexaheximal @nixfreak well, yes and no.

#BadUpdate is a "#tethered" exploit and it only allows running games and unsigned code. You can run #Homebrew and custom launchers this way but that's not gonna help re: #OS1337!

  • It does not replace #RGH3 as "hard mod" (which nowadays is chipless and only requires a #PiPico for #flashing in return, and that's needed for #XeLL aka "Xenon Linux Loader" to run #Linux on the #Xbox360.

Including the #Free60 Live-DVD!

https://weekendmodder.com

WeekendModder.com - Everyone can mod, Tutorials and Guides | Home

I’ve been doing some embedded Rust on a Pi Pico. I’ve written a custom panic handler that will repeatedly flash the onboard LED on and off, which has been super helpful to see when something has gone wrong.
It has been thinking though, it would be cool if the panic message could be transmitted by these flashes in a way that I could decode on my mobile phone.
Morse code would be one option, but presumably I could do something better.. 🤔
#PiPico #EmbeddedRust

Made some progress on prototyping a #RP2040 based #USB Audio interface. I got a PIO program to output a good looking TDM signal for 4 channels of 32-bit samples.

Now I can start prototyping the receiving end of the transaction, DMAing samples into RAM and packing them into isochronous USB packets.

#Hardware #PiPico #RaspberryPi #EmbeddedC #Audio #Microcontroller