veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#raspberrypipico

2 posts1 participant0 posts today
Emory Dunn :tiny_cart:<p>Ok… so just hear me out: what if instead of making progress on this project I instead did a side project where I designed my own RP2040 breakout? I'm really good at copying and pasting my RP2040 component schematic at this point<br> <a href="https://mastodon.tinycart.club/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
Emory Dunn :tiny_cart:<p>For testing I can probably get by with a shift register for the data, but it's not ideal as I can't build everything on the breadboard as intended on the PCB. </p><p>Or, does anyone know of a breadboard-friendly RP2040 board that breaks out all the GPIO?</p><p><a href="https://mastodon.tinycart.club/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
mirobo Technology<p>It's teacher Tuesday!!</p><p>If you're teaching with or learning Raspberry Pi Pico programming using <a href="https://techhub.social/tags/MicroPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MicroPython</span></a> I've just shared five introductory programming activities for BEAPER Pico that you can easily adapt to other circuits!</p><p>Check them out: <a href="https://github.com/mirobotech/BEAPER-Pico" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/mirobotech/BEAPER-P</span><span class="invisible">ico</span></a></p><p><a href="https://techhub.social/tags/STEM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>STEM</span></a> <a href="https://techhub.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://techhub.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
Stefan Wolfrum :mastodon:<p>Frisch gebloggt: Den <a href="https://mastodon.social/tags/PicoCalc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PicoCalc</span></a> seriell steuern <a href="https://mastodon.social/tags/ClockworkPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ClockworkPi</span></a> <a href="https://mastodon.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> <a href="https://mastodon.social/tags/MMBasic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MMBasic</span></a> <a href="https://mastodon.social/tags/PicoMite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PicoMite</span></a> <a href="https://mastodon.social/tags/WebMite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebMite</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://blog.metawops.de/gadgets/PicoCalc-seriell-steuern/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.metawops.de/gadgets/PicoC</span><span class="invisible">alc-seriell-steuern/</span></a></p>
Hacker News<p>Interactive pinout for the Raspberry Pi Pico 2</p><p><a href="https://pico2.pinout.xyz" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pico2.pinout.xyz</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/InteractivePinout" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InteractivePinout</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.social/tags/TechInnovation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TechInnovation</span></a> <a href="https://mastodon.social/tags/MakerCommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MakerCommunity</span></a> <a href="https://mastodon.social/tags/DIYElectronics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DIYElectronics</span></a></p>
root42<p>The <a href="https://chaos.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> PIO programs consist of assembly and C code. This is a bit difficult for editors, like <a href="https://chaos.social/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a>. So someone clever created poly-mode, which lets you have both asm-mode and c-mode in the same buffer!<br><a href="https://log.beshr.com/emacs-polymode-pi-pico/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">log.beshr.com/emacs-polymode-p</span><span class="invisible">i-pico/</span></a></p>
Stuart Longland (VK4MSL)<p>Had my first encounter with a Raspberry Pi Pico today.</p><p>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).</p><p>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.</p><p>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.</p><p>Not sure if this can be done in <a href="https://mastodon.longlandclan.id.au/tags/MicroPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MicroPython</span></a> … I think I'll be using C, but that's fine, C will get the job done.</p><p>Tomorrow should be interesting.</p><p><a href="https://mastodon.longlandclan.id.au/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> <a href="https://mastodon.longlandclan.id.au/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.longlandclan.id.au/tags/TinyUSB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TinyUSB</span></a></p>
Tod Kurt (todbot)<p>I've made *many* little SynthDIY boards over the years, targeting: low-cost, for newbies, Pico &amp; CircuitPython. Here are some. <br>I've never been quite satisfied w/ the results. <br>Maybe the solution is more knobs &amp; more choc keyswitches?<br>Good idea?<br><a href="https://mastodon.social/tags/SynthDIY" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SynthDIY</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.social/tags/CircuitPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CircuitPython</span></a></p>
PitWD<p><a href="https://nrw.social/tags/piSpot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>piSpot</span></a> Projekt.</p><p>Ursprünglich war gedacht mittels <a href="https://nrw.social/tags/RaspAP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspAP</span></a> und <a href="https://nrw.social/tags/PiHole" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PiHole</span></a> einen mobilen Hotspot zu bauen.</p><p>Mögliche Internetquellen sollten sein<br><a href="https://nrw.social/tags/eth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eth</span></a>, <a href="https://nrw.social/tags/wlan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wlan</span></a>, <a href="https://nrw.social/tags/wwan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wwan</span></a> + optinal <a href="https://nrw.social/tags/vpn" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vpn</span></a> oder/und <a href="https://nrw.social/tags/Tor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tor</span></a>.</p><p><a href="https://nrw.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> und <a href="https://nrw.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> sind als Ziel-Hardware gedacht.</p><p>Captive Registrierung sollte automatisch erfolgen und im Passwort-Zweifel auch vom Terminal aus bedient werden können.</p><p>Ich hatte das zu 90% ziemlich schnell realisiert - und schon 2 Tage lang in der Stadt alle möglichen Wlan getestet.<br>1/3</p>
peppe8o<p>Create a small, weather monitoring system with a <a href="https://mastodon.social/tags/raspberrypipico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raspberrypipico</span></a> and <span class="h-card" translate="no"><a href="https://fosstodon.org/@openmeteo" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>openmeteo</span></a></span> 's APIs. This <a href="https://mastodon.social/tags/DIY" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DIY</span></a> tutorial guides you through all the steps, even if you are a beginner, explaining the code line by line <a href="https://peppe8o.com/raspberry-pi-pico-weather-monitor/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peppe8o.com/raspberry-pi-pico-</span><span class="invisible">weather-monitor/</span></a></p>
root42<p>New video for Patrons:</p><p>The Pico DRAM Tester</p><p><a href="https://www.patreon.com/posts/pico-dram-tester-129336495?utm_medium=clipboard_copy&amp;utm_source=copyLink&amp;utm_campaign=postshare_creator&amp;utm_content=join_link" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">patreon.com/posts/pico-dram-te</span><span class="invisible">ster-129336495?utm_medium=clipboard_copy&amp;utm_source=copyLink&amp;utm_campaign=postshare_creator&amp;utm_content=join_link</span></a></p><p><a href="https://chaos.social/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://chaos.social/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raspberrypi</span></a> <a href="https://chaos.social/tags/raspberrypipico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raspberrypipico</span></a></p>
diyelectromusic<p>I finally have a good enough Eurorack version of my picoDexed.</p><p><a href="https://diyelectromusic.com/2025/05/03/picodexed-minidexed-eurorack/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">diyelectromusic.com/2025/05/03</span><span class="invisible">/picodexed-minidexed-eurorack/</span></a></p><p>This is using a neat pico-to-zero adaptor from bablokb, released on Github, which allows me to use my existing MiniDexed PCBs and module with no other hardware changes.</p><p><a href="https://mastodon.social/tags/picoDexed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>picoDexed</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.social/tags/EuroRack" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EuroRack</span></a> <a href="https://mastodon.social/tags/SynthDIY" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SynthDIY</span></a></p>
diyelectromusic<p>I've now put up the designs for my own take on a MIDI touch board based on the Raspberry Pi PIco, based on ideas from my Pico Touch Keyboard that I published before. It's something I've been meaning to do for some time!</p><p>As well as 21 GPIO touch pads with holes that are Lego compatible, this includes serial MIDI IN/OUT.</p><p>With hindsight, I should have added a PWM filter too :)</p><p><a href="https://diyelectromusic.com/2025/03/02/pico-touch-board-pcb-build-guide/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">diyelectromusic.com/2025/03/02</span><span class="invisible">/pico-touch-board-pcb-build-guide/</span></a></p><p><a href="https://mastodon.social/tags/SynhtDIY" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SynhtDIY</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
Andy Warburton ❌❌❌<p>The corruption of the <a href="https://mastodon.social/tags/Pimoroni" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Pimoroni</span></a> Badger is complete! <a href="https://mastodon.social/tags/esphome" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esphome</span></a> <a href="https://mastodon.social/tags/eink" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eink</span></a> <a href="https://mastodon.social/tags/epaper" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>epaper</span></a> <a href="https://mastodon.social/tags/homeassistant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>homeassistant</span></a> <a href="https://mastodon.social/tags/3dprinting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>3dprinting</span></a> <a href="https://mastodon.social/tags/3dprinted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>3dprinted</span></a> <a href="https://mastodon.social/tags/smarthome" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smarthome</span></a> <a href="https://mastodon.social/tags/scifi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scifi</span></a> <a href="https://mastodon.social/tags/StarWars" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StarWars</span></a> <a href="https://mastodon.social/tags/rp2040" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rp2040</span></a> <a href="https://mastodon.social/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raspberrypi</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
Wesley Moore<p>RP2040 now certified to run at 200mHz, up from 133mHz <a href="https://www.hackster.io/news/the-raspberry-pi-rp2040-gets-a-surprise-speed-boost-unlocks-an-official-200mhz-mode-d6c9d267de5a" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">hackster.io/news/the-raspberry</span><span class="invisible">-pi-rp2040-gets-a-surprise-speed-boost-unlocks-an-official-200mhz-mode-d6c9d267de5a</span></a></p><p><a href="https://mastodon.decentralised.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> <a href="https://mastodon.decentralised.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.decentralised.social/tags/Embedded" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Embedded</span></a></p>
AlgoCompSynth by znmeb 🇺🇦<p>Raspberry Pi Pico remote debugging with VS Code</p><p><a href="https://blog.domski.pl/raspberry-pi-pico-remote-debugging-with-vs-code/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.domski.pl/raspberry-pi-pi</span><span class="invisible">co-remote-debugging-with-vs-code/</span></a></p><p><a href="https://mastodon.social/tags/RP2040" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RP2040</span></a> <a href="https://mastodon.social/tags/RP2350" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RP2350</span></a> <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a></p>
Kemal ASLAN<p>Raspberry Pi Pico Software Defined Radio (SDR) </p><p><a href="https://mastodon.online/tags/sdr" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sdr</span></a> <a href="https://mastodon.online/tags/raspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>raspberryPiPico</span></a> </p><p><a href="https://101-things.readthedocs.io/en/latest/breadboard_radio.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">101-things.readthedocs.io/en/l</span><span class="invisible">atest/breadboard_radio.html</span></a></p>
Alberto Gonzalez :mastodon:<p>I am very excited to announce my first open source hardware project. <br>A breakout board for the Rasberry Pi Pico that can be used as a game controller with the GP2040-CE firmware, among other uses.<br>Let me know what you think.<br><a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <a href="https://mastodon.social/tags/electronics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>electronics</span></a> <a href="https://mastodon.social/tags/maker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maker</span></a> <a href="https://mastodon.social/tags/OpenHardware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenHardware</span></a><br><a href="https://gitlab.com/albertogonzalez/gp-pico-breakout-board/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.com/albertogonzalez/gp-</span><span class="invisible">pico-breakout-board/</span></a></p>
The Last Psion | Alex<p>IT LIVES!</p><p>Please welcome to the world the <a href="https://bitbang.social/tags/PsiDrive" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PsiDrive</span></a>, a <a href="https://bitbang.social/tags/Psion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Psion</span></a> USB SSD Drive using a <a href="https://bitbang.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a>.</p><p>This works with the SSDs that were used with the SIBO range of computers, including the Series 3 and MC400.</p><p>This prototype can only be used to dump SSDs, but future versions of the firmware will let you write to RAM SSDs, and future versions of the board will let you write to Flash SSDs.</p><p><a href="https://bitbang.social/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://bitbang.social/tags/retrodev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrodev</span></a> <a href="https://bitbang.social/tags/rp2040" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rp2040</span></a> <a href="https://bitbang.social/tags/pcb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pcb</span></a> <a href="https://bitbang.social/tags/90s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>90s</span></a></p>
Phoebe Zeitler<p><a href="https://mastodon.social/tags/AskMeAbout" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AskMeAbout</span></a> <br><a href="https://mastodon.social/tags/RetroGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroGaming</span></a> <br><a href="https://mastodon.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> and <a href="https://mastodon.social/tags/RaspberryPiPico" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPiPico</span></a> <br>Video Game <a href="https://mastodon.social/tags/randomizer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>randomizer</span></a> s and <a href="https://mastodon.social/tags/SpeedRunning" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SpeedRunning</span></a> games<br><a href="https://mastodon.social/tags/VideoEditing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VideoEditing</span></a> and <a href="https://mastodon.social/tags/DavinciResolve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DavinciResolve</span></a> <br><a href="https://mastodon.social/tags/VMLMTG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VMLMTG</span></a> and <a href="https://mastodon.social/tags/MagicTheGathering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MagicTheGathering</span></a> </p><p>Current projects:<br><a href="https://mastodon.social/tags/CaZCno" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaZCno</span></a> (casino game for MSX2 and Commodore 64)<br><a href="https://mastodon.social/tags/TrackeratorPro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TrackeratorPro</span></a> (Single-purpose computer for tracking game randomizers and speedrunning stats)</p>