Introduction: Raspberry Pi Zero Robot

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!

Step 1: Setup

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.

Step 2: Connect

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”.

Step 3: Run the Robot

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

Step 4: Questions?