Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mick3diy/easypicopcb

A simple PCB with Raspberry Pi Pico for learning/playing with students
https://github.com/mick3diy/easypicopcb

circuitpython electronic fritzing joystickxl kicad micropython pcb raspberry-pi-pico thonny

Last synced: 6 days ago
JSON representation

A simple PCB with Raspberry Pi Pico for learning/playing with students

Awesome Lists containing this project

README

        

# EasyPicoPCB

A simple PCB with Raspberry Pi Pico, 3 LEDs, 3 push buttons, 3 potentiometers and a MicroPython code example.

The breadboard, the schematic and PCB are made with [Fritzing](https://fritzing.org/).

![](assets/EasyPicoPCB_bb.png)

![](assets/EasyPicoPCB_schem.png)

⚠️ The LEDs in the shematic and the PCB are in wrong polarity in this version. Be careful when soldering them. ⚠️

![](assets/EasyPicoPCB_pcb.png)

And the final result (PCB from [AISLER](https://aisler.net/) manufacture) with all components :

![](assets/EasyPicoPCB_final.png)

The Fritzing project [EasyPicoPCB_fritzing.fzz](EasyPicoPCB_fritzing.fzz) is a compressed file.

The code with Thonny IDE and its plotter window :

[EasyPicoPCB.py](EasyPicoPCB.py)

![](assets/EasyPicoPCB_thonny.png)

Happy coding & have fun ! :partying_face: