Raspberry Pi Zero Robot

by dexter_industries in Circuits > Raspberry Pi

13008 Views, 83 Favorites, 0 Comments

Raspberry Pi Zero Robot

GoPiGo_and_Raspberry_Pi_Zero_and_Wifi_Dongle.jpg

In this project, we show you how to get setup with the GoPiGo, a Raspberry Pi Robot, and the Raspberry Pi Zero. The Raspberry Pi Zero is the smallest member of the Raspberry Pi family: in size and cost! At only $5, it's a steal. And the best part is that the Raspberry Pi Zero and the GoPiGo work together!

Setup

20161012_165543.jpg
Raspberry_Pi_Zero.jpg
Raspberry_Pi_Zero_on_the_GoPiGo.jpg
GoPiGo_and_Raspberry_Pi_Zero_and_Wifi_Dongle.jpg

Before we begin, you should note that you’ll need the Cinch Operating System. This is an easy-to-use operating system for the Raspberry Pi, specially designed for mobile robotics. Cinch works by broadcasting a wifi Access Point from the wifi dongle, allowing you to connect over wifi from a laptop, a phone, or a tablet.

You can read more about Cinch here, you can download it for free here, and you can find instructions for getting Cinch it on your microsd card here. You can also purchase Cinch, preloaded on an SD Card from our website here.

The Raspberry Pi Zero Slides into the GoPiGo, it should be placed so that it hangs over the red GoPiGo board.

Insert the SD Card into the Raspberry Pi Zero (caution: make sure the power is off!). Finally, insert the OTG USB cable into the Raspberry Pi Zero port labeled “USB” and insert the Wifi Dongle into the USB cable.

Connect

Dex_Network.png
Entrance Screen on Cinch.png

Connecting with Cinch is easy! First power up the GoPiGo by connecting the battery pack and switching the power button on the GoPiGo to “On”.

After approximately a minute, a new wifi network will appear, called “dex”. Connect your device to this network.

Finally, in a browser, type in “http://10.10.10.10”. This should connect you to the Raspbian for Robots Front page.

From here, you can login to VNC or SSH. The standard password is “robots1234”.

Run the Robot

GoPiGo_Demo.png
Basic_Test_all.png

The fastest way to try out the GoPiGo is to run the demo. If you click the Scratch icon and select the GoPiGo as your robot, you will see a button to test the hardware. If you click this, the motors will run back and forth.

You can also run the following in the command line:

sudo python Desktop/GoPiGo/Software/Python/basic_test_all.py

Questions?

dex-icons-13.png