mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#RaspberryPiPico

0 posts0 participants0 posts today

Had my first encounter with a Raspberry Pi Pico today.

I needed a MCU that could enumerate two USB serial ports to a host, have a UART interface for an external device, and control a heap of GPIOs. The RPi Pico was a little light on GPIOs, but add a couple of I²C expanders, and we were in business. The idea was one USB serial interface (call it port 1) would be for control commands, and serial traffic on the other (port 2).

The UART on the thing is hooked up to a multiplexing circuit with two RS-485 transceivers and a TTL buffer, so via port 1, I can put port 2 into any of: TTL serial, RS-485 (via either transceiver), or RS-422 (both transceivers, using one for receive and the other for transmit). The GPIOs sense things through optical isolators and tickle devices via reed relays.

Haven't wired the thing up yet, but TinyUSB has a dual CDC-ACM example that was a doddle to get going on the Pico… so I don't expect it to be a big job.

Not sure if this can be done in #MicroPython … I think I'll be using C, but that's fine, C will get the job done.

Tomorrow should be interesting.

🚀 Retro just got Modern!
In today’s video on DevWithZachary, I explore the Clockwork PicoCalc — a tiny yet mighty handheld computer powered by the Raspberry Pi Pico.

With just 264KB of memory, this device can run C, C++, Python, and Lua — proving that powerful programming doesn't always need modern specs.

What can you really achieve with less than 300KB? Let’s find out. 👇
📺 Watch here: youtu.be/3dSFMKGKUvM

#piSpot Projekt.

Ursprünglich war gedacht mittels #RaspAP und #PiHole einen mobilen Hotspot zu bauen.

Mögliche Internetquellen sollten sein
#eth, #wlan, #wwan + optinal #vpn oder/und #Tor.

#RaspberryPi und #RaspberryPiPico sind als Ziel-Hardware gedacht.

Captive Registrierung sollte automatisch erfolgen und im Passwort-Zweifel auch vom Terminal aus bedient werden können.

Ich hatte das zu 90% ziemlich schnell realisiert - und schon 2 Tage lang in der Stadt alle möglichen Wlan getestet.
1/3

For the last month or so I've been working on seeing how far I can push CircuitPython into emulating a TB-303 bass synth. With the new audiofilters library, you can "stack" filters to make two two-pole filters seem like a 4-pole filter, getting close to that squelchy sound we need. My efforts so far:
youtube.com/watch?v=1AflpXbEIno
#circuitpython #tb303 #synthdiy #raspberrypipico