- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY Arduino Self-Balancing Robot
The robot, which will cost about $80 in parts, uses two stepper motors for greater movement precision than could be had with normal DC models. Regular DC motors can have mechanical friction and electric resistance differences. This can cause performance differences. As a result the robot will not move in a straight line.
This bot employs an Arduino Pro Mini, along with an MPU-6050 accelerometer/gyroscope for control.
It can be driven around by a Wii U-style nunchuck, which transmits to the robot via an Arduino Uno and wireless transceiver module.
The Arduino program that you can download for free is 100% self-written and not based on any other software. The code is well commented and clearly explained. This makes it possible to further develop the code for your own purpose.
To build this robot you need the following hardware:
• 1 x Arduino pro mini clone
• 1 x FTDI USB to TTL programmer for the Arduino pro mini
• 1 x Arduino Uno clone
• 1 x MPU-6050 gyro and accelerometer
• 2 x 2.4G wireless serial transceiver module
• 2 x Stepper motor
• 2 x Geeetech StepStick DRV8825
• 1 x Wired nunchuck controller for Wii
• 1 x Mini DC 7~28V to DC 5V step-down converter
• 1 x 11.1V 2200mAh 30C Li-polymer Battery
• 1 x B3AC 2S/3S Lipo balance charger
You can find more info about this project here.
Joop Brokking takes you through his design for this type of bot in the video seen here, making it accessible if you’d like to build your own.