@pescara MicroPython, un caso d'uso pratico
Stasera, alle 18:00, Moreno Mazzocchetti ci guiderà all'uso pratico di MicroPython su Raspberry PI Pico
Università degli Studi "Gabriele d'Annunzio", Dipartimento di Neuroscienze
@pescara MicroPython, un caso d'uso pratico
Stasera, alle 18:00, Moreno Mazzocchetti ci guiderà all'uso pratico di MicroPython su Raspberry PI Pico
Università degli Studi "Gabriele d'Annunzio", Dipartimento di Neuroscienze
Raspberry Pi Pico 2's RP2350 SoC goes on general sale - Raspberry Pi has announced the general availability of the ... - https://www.tomshardware.com/raspberry-pi/raspberry-pi-pico/raspberry-pi-pico-2s-rp2350-soc-goes-on-general-sale #raspberrypipico #raspberrypi
ClockworkPi Unveils New PicoCalc Handheld - Do you like scientific calculators? Don’t bother answering that question, you’re r... - https://hackaday.com/2025/03/14/clockworkpi-unveils-new-picocalc-handheld/ #scientificcalculator #microcontrollers #raspberrypipico #handheldshacks #raspberrypi #clockworkpi
How to use an RFID reader with a Raspberry Pi Pico - ACCESS GRANTED
... - https://www.tomshardware.com/raspberry-pi/raspberry-pi-pico/how-to-use-an-rfid-reader-with-a-raspberry-pi-pico #raspberrypipico #raspberrypi
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!
As well as 21 GPIO touch pads with holes that are Lego compatible, this includes serial MIDI IN/OUT.
With hindsight, I should have added a PWM filter too :)
https://diyelectromusic.com/2025/03/02/pico-touch-board-pcb-build-guide/
The corruption of the #Pimoroni Badger is complete! #esphome #eink #epaper #homeassistant #3dprinting #3dprinted #smarthome #scifi #StarWars #rp2040 #raspberrypi #RaspberryPiPico
This DIY handheld combines two Raspberry Pi Pico boards (one for CPU and one for GPU) with a keyboard and 5 inch display. But the real reason to watch the video is for Abe's near-deadpan description of the complicated build process. https://www.youtube.com/watch?v=rnwPmoWMGqk #Handheld #RaspberryPiPico #PicoVision #AbesProjects
Needed a way to simulate the serial input of a barcode scanner so a printed a housing for an arcade button and wrote some really quick firmware to randomly enter SKUs on a Pico.
Gotta say, it’s really satisfying testing software by smacking a big clicky button
Raspberry Pi Pico remote debugging with VS Code
https://blog.domski.pl/raspberry-pi-pico-remote-debugging-with-vs-code/
This time I look into digitally controlled oscillators, what are the differences to analog ones and which problems need to be solved. Enjoy!
Youtube: https://www.youtube.com/watch?v=sv4u-9ydJNE
Peertube: https://makertube.net/w/pAkxgeFimhYszEyK3USxS3
#synth #synthesizer #synthdiy #dco #vco #analog #RaspberryPiPico
Wahoo! I finally got a 16k ROM booting off my Pico-based cart for the NEC PC-6001. Is this a multicart yet? No – I want it to do more than just be a multicart, but you can see it from here. #retrocomputing #pc6001 #raspberrypipico
I've added a pots/jacks breakout board for my 6HP EuroRack experimenter board.
https://diyelectromusic.com/2025/01/01/eurorack-6hp-mcu-pots-and-jacks-pcb-design/
Now I actually need to get on and make something rather than keep talking about it :)
A Pi Pico Makes A Spectrum Laptop - There are many retrocomputer emulation projects out there, and given the relative ... - https://hackaday.com/2024/12/23/a-pi-pico-makes-a-spectrum-laptop/ #sinclairspectrum #raspberrypipico #retrocomputing #zxspectrum
Fibonacci Clock Looks Like Beautiful Modern Art - Don’t ask us why, but hackers and makers just love building clocks. Especially in ... - https://hackaday.com/2024/12/19/fibonacci-clock-looks-like-beautiful-modern-art/ #fibonaccisequence #raspberrypipico #clockhacks #fibonacci #pipico #clock
EuroRack 6HP MCU Experimenter Module
I’ve been following the work of HAGIWO for some time and always been really impressed with the breadth and range of modules they produce. I have noticed some patterns in their microcontroller based modules and so wondered if it was possible to build some kind of generic template PCB that would allow me to do some experimenting whilst reducing the number of links and connections required between components compared to using protoboard.
This is the result.
Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments!
These are the key materials for the main concepts used in this project:
If you are new to electronics, see the Getting Started pages.
The Circuit
I wanted to include the following elements:
I wanted suitable protection on the various stages, so have essentially correlated some of the circuits put up by HAGIWO and pulled out a range of elements into my schematic. I’ve been looking through the designs for the following:
Although the basic template for many of HAGIWO’s designs are very similar, often specific component values might be tweaked, so I wanted to ensure there was nothing too prescriptive in the design here to prevent tailoring.
In the end I used some specific component values from certain circuits in the schematic itself, but really they are just an example starting point. The values required will depend on the expected input and output levels and whether converting to/from 5V or 3V3 operation.
For reference, common EuroRack voltages are (from the Doepfer Technical Specification):
Key design principles for the control board:
A future post of usage notes will go into the detail of each circuit element a little more.
EuroRack Power
I was pretty keen to include some protection for the EuroRack power side of things, following some of the advice from here: https://www.youtube.com/watch?v=cBGyEBQnIws.
The problem is that although it is possible to protect the 10-pin version of the EuroRack power connector from reverse connection, it is a lot harder to do with the 16-pin version.
Pinout from the Doepfler Technical Specification (note -12V is “pin 1” and usually denoted by the stripe on the cable – but not always!):
For the 10-pin version we essentially just have to cope with +12V and -12V being the wrong way round. With the 16-pin version it isn’t that simple and there are several problems if a cable is plugged in the wrong way round:
That last one is very likely to cause damage to any module or power supply plugged into the rest of the rack. The worst-case scenario is that it could damage the PSU and ALL other modules in the rack… none are going to like receiving 12V when 5V is expected… err…
As this is a PCB designed for DIY experimentation, I wanted to ensure that the chances of a serious problem with any other kit it might be hooked up to are minimised.
But I should repeat at this point: do NOT use this module alongside any other expensive equipment or rack or power supply. It is meant for DIY experiments only and should only be connected to other DIY or otherwise sacrificial equipment.
Still, I’ve only “wired up” the following of the EuroRack power support connector:
EuroRack StandardPCB ConnectionInternal GATEN/CInternal CVN/C+5VN/C+12V+12VGNDGNDGNDN/CGNDN/C-12VN/CIn particular note that I’m only using one of the GND connections – the others are left not connected or linked at all, and especially not to each other. This means that should a cable to plugged in the wrong way round, there is nothing on my PCB that will bridge +5V and +12V via GND; it also means I can include some basic protection against +12V and GND being the wrong way round.
I’m also planning to use shrouded connectors, but of course that won’t guard against incorrectly wired cables or other weirdness.
I was in two minds about attempting to use the +5V rail, but as I couldn’t find any advice online about how to protect that, I just opted for the use of a L7805 and the +12V rail, which I was planning to use anyway as it seemed more “universal” than expecting a 5V too.
The final power related part of the schematic is thus:
PCB Design
I’ve deliberately designed this onto two boards – a MCU board and an IO board, with headers between them. The power circuit is part of the MCU board. The idea is that all of the components on the MCU board are on the underside; all the components on the IO board are on the top side; that they will link together; and that the power connector will be on the underside and all IO connections (jacks, pots, etc) on the top.
I’ve also overlapped the footprints of the Nano and Pico and linked up GND and VCC (5V for the Nano and 3V3 for the Pico), so either could be used.
I’ve deliberately kept the size of the PCBs below 30x100mm, but will get these built as two individual designs. But keeping it within 6HP and 100mm has made for a very packed board!
In terms of silkscreen labels, each section of the schematic has a specific numbering scheme – for example, all components associated with the first PWM circuit are numbered between 100-199. Similarly for all the other sections.
But this is not a PCB that is meant to be populated without referral to the schematic and some bespoke design on a per-board basis.
Closing Thoughts
This is not a board to be soldered up and just used. It is a template, meant to remove the need for some connections, with some commonly used “circuit patterns” allowing easy connection to a microcontroller and EuroRack power supply.
But I’m quite pleased with how I’ve done my best to minimise the chances of this board causing a problem with other DIY modules in a rack.
But for this more than any other boards – the usual warning applies. Do not use with expensive equipment. Test thoroughly, double check cable wiring, and do not use alongside other expensive modules in an expensive rack of kit.
In a future article, I’ll go through some notes on how I expect to be using it.
Kevin
How to send and receive BlueSky posts with a Raspberry Pi Pico W - Building your first IoT device is a right of passage for ma... - https://www.tomshardware.com/raspberry-pi/raspberry-pi-pico/how-to-send-and-receive-bluesky-posts-with-a-raspberry-pi-pico-w #raspberrypipico #raspberrypi
Pimoroni Pico Plus 2 W Review: The early bird - Beating Raspberry Pi at its own game, Pimoroni has released... - https://www.tomshardware.com/raspberry-pi/raspberry-pi-pico/pimoroni-pico-plus-2-w-review #raspberrypipico #raspberrypi
The Most Inexpensive Apple Computer Possible - If Apple has a reputation for anything other than decent hardware and excellent in... - https://hackaday.com/2024/11/07/the-most-inexpensive-apple-computer-possible/ #raspberrypipico #retrocomputing #retrocomputing #emulation #macintosh #machacks #apple #retro #mac #vga
DIY Raspberry Pi Pico MIDI to CV converter pt.2: Dual CV output, distance sensor & Neopixels
https://v.basspistol.org/videos/watch/b80a9f05-e6d8-401b-b3e5-e58746475b6b