Raspberry Pi Pico Robotic Arm & Snake Game With +Proto Shield
by by1ronin in Circuits > Raspberry Pi
764 Views, 2 Favorites, 0 Comments
Raspberry Pi Pico Robotic Arm & Snake Game With +Proto Shield
What will we do in this content?
- Raspberry Pi Pico Proto Shield
- Snake Game with Raspberry Pi Pico
- Robotic Arm with Raspberry Pi Pico
Supplies
What do we need?
- 4 X S90 Servo Motor
- 1 X SSD1036 i2c OLED
- Proto Shield PCB & main components(Click for All)
- 1 X Raspberry Pi Pico
PCB Production
You can access the PCB files on my GitHub page, and you can learn how to solder in the video. Thanks to PCBWay who provided the production support for the realization of this project. You can produce high quality pcb by clicking on the link.
Snake Game
- First you need to complete the Raspberry Pi Pico installation. For this, you can take a look at this post; Getting Started Pico...
- Install SSD1306, OLED , OLED.fonts library for Thonny python.
- Snake.py download code & upload to board...
Downloads
Robotic Arm
- First you need to complete the Raspberry Pi Pico installation. For this, you can take a look at this post; Getting Started Pico...
- Download all STL file & Produce with a 3D printer.
- Combine. You can combine it in more detail by watching the YouTube video.
- Install SSD1306, OLED , OLED.fonts library for Thonny python.
- Robotic_arm.py download code & upload to board...