What is the Balanduino?
The Balanduino is a 100% open source balancing robot. It is Arduino compatible which means it is easy to upload new firmware to the board via a USB port in a user friendly environment.
The robot balances using a combination of 3-axis accelerometer and a 3-axis gyroscope by the implementation of a Kalman filter to estimate the precise angle of the robot at all times. These angular informations are used in a PID-controller to estimate the speed of the wheels in order for the robot to stay upright. This allows the robot to balance steadily at all times even when hitting obstacles or getting pushed.
The Balanduino comes as kit for you to assemble in a matter of minutes. Check out the Assembly guide on the Wiki for further details. A video showing how to assemble the robot can be found in there as well.
The Balanduino can be controlled with a vast majority of game controllers, Android phones and Windows, Mac or Linux based computers.
It is possible to control the Balanduino using the Playstation 4 controller, all Playstation 3 controllers, the Nintendo Wiimote including the MotionPlus and Nunchuck extension and the Xbox 360 controller.
Furthermore it is possible to control and monitor the robot using a custom made Android app and finally using your Windows, Mac or Linux based computer. The Android app is available at the Google Play Store by clicking on the badge to the right of the video below.
Features
- ATmega1284P
- 128KB Flash
- 16KB SRAM
- 4KB EEPROM
- 1x UART
- 4x PWM outputs
- 1x Interrupt
- 5x Analog inputs
- 1x I2C interface
- MPU6050 6-axis sensor
- 3-axis accelerometer
- 3-axis gyroscope
- FT230X USB Serial chip
- VNH5180 motor drivers
- Digital H-bridge
- 8A continuous current
- MAX3421E USB Host controller
- Connect USB controller devices
- Bluetooth USB dongle for wireless connection
Kit content
- Fully assembled PCB - no soldering required
- Two 12V DC motors
- Two rubber wheels
- Two CNC machined Aluminum hubs
- 4200mAh 11.1V 3-cell LiPo battery
- LiPo Battery charger
- Battery plug-leads
- Three laser-cut plywood layers with pre-cut holes and slots for quick assambly
- Four threaded steel rods
- Miscellaneous screws, washers and nuts
The Balanduino features an ATmega1284P microcontroller from Atmel, running at 10MHz. This microcontroller contains 128KB of Flash, 16KB SRAM and 4KB EEPROM, which gives you plenty of room to add your own features and functions to the robot. Examples on extended features could be line-following sensor, ultrasonics sensor, GPS and more.
The main board contains the FT230X USB to Serial converter chip allowing the robot to be programmed using the USB port.
A more detailed overview of the Balanduino can be found on the Overview section of the Wiki.
Want to learn more?
If you want to learn more about the Balanduino, then head over to the Wiki by pressing the button below.
Go to the Wiki