This product has been replaced by the newer version Pololu #2510
New sprockets! As of July 10, 2015, we are transitioning to new black, spoked sprockets (see the main product picture) in place of the original white ones (which can still be seen in some of the pictures on this page). Orders placed during the transition might ship with either version of the sprockets.
A Zumo robot preparing to attack a Parallax SumoBot.
This Zumo robot is a low-profile tracked robot platform intended for use with an Arduino (or compatible device, such as an A-Star 32U4 Prime) as its main controller. It measures less than 10 cm on each side and weighs approximately 300 g with an Arduino Uno and batteries (165 g without, as shipped), so it is both small enough and light enough to qualify for Mini-Sumo competitions. It uses two 75:1 HP micro metal gearmotors to drive the treads, providing plenty of torque and a top speed of approximately 2 feet per second (60 cm/s), which makes it much more agile than competing robots like the Solarbotics Sumovore and Parallax SumoBot while still offering plenty of control. The Zumo robot includes a 0.036"-thick laser-cut stainless steel sumo blade mounted to the front of the chassis for pushing around objects like other robots, and a reflectance sensor array mounted along the front edge of the Zumo (behind the sumo blade) allows the Zumo to detect features on the ground in front of it, such as lines for following or edges for avoiding.
The Zumo control board is essentially a shield for the A-Star 32U4 Prime, Arduino Uno or Arduino Leonardo, each of which can be plugged directly into the shield’s male header pins, face down. (It is not compatible with the Arduino Mega or Due, but it can be used with older Arduinos that have the same form factor as the Uno, such as the Duemilanove.) The shield includes dual motor drivers, a buzzer for playing simple sounds and music, a user pushbutton, and a 3-axis accelerometer, compass, and gyroscope for sensing impacts and tracking orientation. It also boosts the battery voltage to power the Arduino and breaks out the Arduino I/O lines, reset button, and user LED for convenient access and to accommodate additional sensors. The only difference between this and the previous Zumo Robot version is the use of a v1.2 Zumo shield in place of the previous shield version. This newer control board has a newer accelerometer/magnetometer module and adds a 3-axis gyroscope, but it is otherwise identical to the previous shield.
Our Zumo Arduino libraries make it easy to interface with all of the integrated hardware, and we provide a number of sample programs that show how to use the Zumo’s reflectance array, pushbutton, buzzer, and motors. We have also written a basic LSM303 Arduino library and L3G Arduino library that make it easier interface with the built-in LSM303D 3-axis accelerometer and magnetometer and L3GD20H 3-axis gyro.
The robot ships as shown in the main product picture; no assembly or soldering is required. An appropriate Arduino (or compatible controller) and four AA batteries are required but not included.
A variety of Sharp distance sensors.
For those interested in soldering and assembling their own Zumo, the Zumo Robot Kit for Arduino, v1.2 contains the parts necessary to assemble your own Zumo robot, but allows you to select a different gear ratio micro metal gearmotor to make your Zumo faster or stronger. Note that unlike the assembled version, the kit does not include a Zumo reflectance sensor array.
Contents of the Zumo robot kit for Arduino, v1.2
The newer Zumo 32U4 is another robot based on the Zumo chassis. It is a more highly integrated robot than the Zumo robot for Arduino, with enhancements that include a built-in Arduino-compatible ATmega32U4 microcontroller (the same one used in the Arduino Leonardo and A-Star 32U4 boards), an LCD, encoders for closed-loop motor control, and proximity sensors for obstacle detection. The Zumo 32U4 main board effectively combines the functions of the Zumo Shield and the separate Arduino controller into a single, compact board that is just as easy to program as a standard Arduino or A-Star thanks to its USB interface and preloaded Arduino-compatible bootloader.
A Zumo 32U4 robot (left) and a Zumo robot for Arduino with an A-Star 32U4 Prime LV (right).
Some of the pin mappings and software libraries differ between the Zumo 32U4 and Zumo robot for Arduino, so programs written for one robot generally need to be modified to work on the other.