- Out-of-Stock
Dagu Rover 5 Tracked Chassis
This tracked chassis from Dagu Electronics makes a great base for building a small, tank-like RC vehicle or autonomous robot. The chassis includes a battery holder and two DC motors, with an independent drive train for each tread, so all you need to add to make a complete robot is a robot controller and the sensors of your choosing. A unique mechanism allows you to configure the clearance of the chassis by adjusting the angle of the gearbox assemblies. This version of the chassis does not have encoders.
![]() |
| Dagu Rover 5 tracked chassis, top view. |
|---|
![]() |
| Dagu Rover 5 tracked chassis with encoders, top view. |
|---|
The Rover 5 tracked chassis, made by Dagu Electronics, is a durable robot platform with caterpillar treads that let it drive over many types of surfaces and uneven terrain. All you need to get the chassis moving is a robot controller or motor controller to drive the two built-in DC motors, which powered by the included 6-AA battery holder (AA batteries sold separately). A small Phillips screwdriver and an Allen wrench are included for working with the chassis.
The chassis features a rugged white plastic body with room to house the included battery holder and some additional electronics. The two powerful motors with 86.8:1 gearboxes are strong enough to lift the weight of the chassis and allow it to achieve speeds as high as 10 in/s (25 cm/s). We offer two versions of the Rover 5: with and without quadrature encoders; the encoders provide a resolution of 1000 counts per three revolutions of the wheel, or 333.33 CPR (counting both rising and falling edges of both encoder channels).
A unique feature of this chassis is the ability to adjust its height—and, therefore, the clearance under its body—by changing the angles at which the gearbox assemblies are mounted on the body. Interlocking teeth on the body and the gearboxes hold them in place and allow you to make adjustments in 5° increments by unscrewing a metal bracket inside the chassis, removing a gearbox, and reinserting it at a different angle. The elastic rubber tracks maintain sufficient tension with several different gearbox angles, allowing the chassis height to vary by nearly 1.5" (3.8 cm).
|
|
The outer dimensions of the chassis are approximately 9.5" long, 9" wide, and 3" tall in its default, flattened configuration (with the front and rear gearboxes mounted at an angle of 180° to each other).
![]() |
| Dagu Rover 5 tracked chassis, bottom view, showing adjustable gearbox assemblies. |
|---|
This chassis is compatible with our 1/8" acrylic RP5 expansion plates, which are available in narrow and wide versions and make it easy to add your control electronics, sensors, wireless modules, servos, etc. The plates feature flexible mounting hole patterns and include four tapping screws to mount the plate to the chassis (although we have noticed a misalignment between the mounting holes on the expansion plates and the Rover 5, so you might only be able to secure two of the screws on opposing corners). The plates come in 8 colors.
![]() |
| Dagu Rover 5 chassis with Orangutan SVP robot controller and additional electronics mounted to an RP5 expansion plate (narrow). |
|---|
With only four motor leads and two battery leads, it is easy to interface the chassis with most dual motor controllers and robot controllers. Simply connect the battery holder leads to the controller’s power source and the motor leads to the controller’s motor driver outputs. Each set of motor leads is terminated with a female 3.96 mm pitch, 3-pin JST VH-style connector (the middle pin is not used), which our male premium jumper wires plug into nicely.
The TReX Jr dual motor controller makes it easy to turn this chassis into a platform that can be controlled by RC signals or serial commands, or you can accomplish the same thing by pairing two of our newer Simple Motor Controllers. The Orangutan SV-328 or Baby Orangutan robot controllers work well with this chassis and make it easy to get an autonomous robot up and running (note: the stall current exceeds the ratings for these robot controllers, so make sure to avoid stalling the motors).
The Rover 5 chassis with encoders has two additional bundles of wires, each containing the leads for the quadrature encoder’s 5 V power (red), ground (black), and signal (white and yellow) connections; the wires are individually terminated with female connectors that mate with 0.1" (2.54 mm) male headers. Our Pololu AVR Library provides wheel encoder functions that make it easy to use these encoders for position feedback on an Orangutan, and the Orangutan SVP (pictured above) has dedicated inputs for dual quadrature encoders and an auxiliary MCU preprogrammed to process encoder signals.
Here is a simple C program for the Orangutan robot controllers that gets your Rover 5 chassis moving:
// Orangutan Rover 5 Demo Program
#include <avr/io.h> // provides ATmega-specific definitions/macros
#include <pololu/orangutan.h> // provides Pololu AVR library routines (LCD, motors, etc.)
int main()
{
clear(); // clear the LCD, set cursor to the start of the first LCD line
print("Tracked"); // print to the top line of the LCD
lcd_goto_xy(0, 1); // go to the start of the second LCD line
print("Chassis"); // print to the bottom line of the LCD
while (!button_is_pressed(ALL_BUTTONS)) {} // wait until a user button is pressed
delay_ms(500); // wait for 0.5 s
while (1) // loop forever
{
set_motors(255, 255);
delay_ms(5000);
set_motors(255, -255);
delay_ms(5000);
set_motors(-255, 255);
delay_ms(5000);
set_motors(-255, -255);
delay_ms(5000);
}
return 0;
}
Manufacturer BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
Responsible person BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
Crawler platform equipped with DC motors. Made of aluminum alloy, it allows you to move efficiently on any surface. Assembly kit. DFRobot ROB0128
No product available!
Dispensing needle for precise application of glue, flux with an internal diameter of 0.19mm and an external diameter of 0.35mm.
No product available!
Interactive robot construction kit. based on the ESP32-S module. It can be controlled from a mobile application available on devices with Android and iOS. Additionally, it can connect to a computer via WiFi network and be programmed in Scratch and Arduino IDE. ArduCAM K0075
No product available!
A network card that supports two WiFi frequency bands (2.4GHz and 5GHz) with a USB connector. It allows you to connect devices without an internal network adapter to the WiFi network. TP-LINK AC600
No product available!
Integrated capacitive fingerprint sensor communicating with the external system via the UART interface. The module has a rectangular sensor field and downloads a fingerprint image with a resolution of 508dpi. Waveshare UART Fingerprint Sensor (R)
No product available!
Sipeed MAIX Bit is a RISC-V 64 development board for AI + IoT applications. Seeed Studio 110991190
No product available!
Based on MAIX Module, the Maixduino is a RISC-V 64 development board for AI + IoT applications. Seeed Studio 110110044
No product available!
Module with 12.48" e-Paper display and 1304x984 px resolution. Communicates with external systems via the SPI interface. It has low power consumption and a wide viewing angle. Waveshare 12.48inch e-paper Module
No product available!
RoboClaw 2x60AHV Motor Controller (V7C) is a two-channel DC motor driver, operating voltage: 10,5 to 60V, maximum continuous current: 60A, the ability to easily implement feedback loops with PID controller, security systems. Pololu 3583
No product available!
Gate driver in uWiFi technology with extended range, with application for Android/iOS. BleBox GateBoxPro
No product available!
Camera module with MT9J003 sensor cooperating with ArduCam USB Shield. The maximum video resolution is 3856x2764 pixels. LS-18023 lens mount possible. ArduCam A0096
No product available!
A 150mm 2-wire cable terminated terminated with a plug and socket JST XH2.54.. 22AWG cable diameter.
No product available!
Digital microscope with 3" LCD display and HDMI output. The microscope is equipped with a 3MPx image sensor with a magnification factor up to 300 times. Andonstar ADSM201
No product available!
120W power supply, 24VDC output voltage and 5A output current. Mounting on a DIN rail. Built-in overload and short circuit protection. MEAN WELL DR-120-24
No product available!
A hand-held thermal imaging camera with a 2.4" LCD screen. It measures the temperature in the range from -20 to 300°C. HTI HT-02D
No product available!
LCD display with LED backlight (white), negative blue, 2x20, with extended temperature range, meeting the requirements of RoHS
No product available!
Four-wheeled chassis for self-assembly. The kit contains all the necessary mechanical elements that are needed to build this type of structure. SeeedStudio Robot car Kit- RC Smart Car Chassis Kit
No product available!
Dagu Rover 5 Tracked Chassis