Raspberry Pi Pico Robotic Arm & Snake Game With +Proto Shield

by by1ronin in Circuits > Raspberry Pi

716 Views, 2 Favorites, 0 Comments

Raspberry Pi Pico Robotic Arm & Snake Game With +Proto Shield

Robotic_ARM.png
Board.png

What will we do in this content?

  1. Raspberry Pi Pico Proto Shield
  2. Snake Game with Raspberry Pi Pico
  3. Robotic Arm with Raspberry Pi Pico

Supplies

What do we need?

  1. 4 X S90 Servo Motor
  2. 1 X SSD1036 i2c OLED
  3. Proto Shield PCB & main components(Click for All)
  4. 1 X Raspberry Pi Pico

PCB Production

PCB_ass.png

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

snake_game.png
  1. First you need to complete the Raspberry Pi Pico installation. For this, you can take a look at this post; Getting Started Pico...
  2. Install SSD1306, OLED , OLED.fonts library for Thonny python.
  3. Snake.py download code & upload to board...



Downloads

Robotic Arm

3D.png
  1. First you need to complete the Raspberry Pi Pico installation. For this, you can take a look at this post; Getting Started Pico...
  2. Download all STL file & Produce with a 3D printer.
  3. Combine. You can combine it in more detail by watching the YouTube video.
  4. Install SSD1306, OLED , OLED.fonts library for Thonny python.
  5. Robotic_arm.py download code & upload to board...

Downloads