Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mick3diy/easypicopcb
- Owner: Mick3DIY
- License: mit
- Created: 2023-10-10T08:03:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:45:42.000Z (8 months ago)
- Last Synced: 2024-12-17T09:08:39.342Z (6 days ago)
- Topics: circuitpython, electronic, fritzing, joystickxl, kicad, micropython, pcb, raspberry-pi-pico, thonny
- Language: Python
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: