Bumblebee is a miniature rover designed to carry sensor devices and cameras. Give Bumblebee a goal and it will generate a plan and drive along a path.
Buy a Raspberry Pi Zero W and a MotoZero motor controller
![]() |
![]() |
The Raspberry Pi Mega Kit includes a Raspberry Pi Zero W with a GPIO header attached so you don't have to solder.
It also has a 16GB MicroSD memory card with the Raspbian operating system already installed.
You may use your own memory card and download and install Raspbian
Get a stacking header so you can connect to the Raspberry Pi GPIO pins after you install Motozero.
You also need LEDs if you want to install brakelights and at least two black and white path followers
![]() |
![]() |
If you like kits, the Camjam Edukit #3 - Robotics contains everything you need plus an obstacle avoidance sensor for future projects. However, this kit only has two wheels with a coaster wheel. My robot got lost trying to follow a line because it would spin too far right or left when it was finding the line. Adding a chassis to support four wheels made it easier to control. I bought two more wheels and motors and replaced the kit's motor controller with Motozero.
Each line follower connects VCC to 3v power, GND to ground, and the DC input channel to either GPIO pin 21 or 26.
Be careful not to use GPIO pins already being used by Motozero or you may get unexpected results.
Page 26 of the Motozero User Guide explains the motor controller wiring.
Use a miniHDMI-to-HDMI adaptor to connect Enviro to a monitor or TV. Use a microUSB-to-USB adaptor to plug-in a keyboard or mouse. I recommend a USB hub so you can connect both of them. Power Raspberry Pi with a wall plug or a USB battery capable of powering mobile phones.
You can connect remotely using Secure Shell (SSH) but you must enable SSH. Click the raspberry icon on the menu. Select "Preferences", then select "Raspberry Pi Configuration". Click the "Interfaces" tab and enable "SSH".