일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- TT Motor
- wii
- complementary filter
- 2 Wheels
- miniMe
- HC-SR04
- DRV8833
- MPU6050
- ESP8266
- GY-521
- Wiimote
- kalman filter
- WeMos D1 mini
- Wii Remote
- B-Robot
- arduino
- A4988
- SG90 Servo Motor
- Robot Platform
- Step motor
- Wiinunchunk
- WiFi Control
- Accelerometer
- Self Balancing Robot
- gyro
- 3d printing
- gyroscope
- N20 Motor
- segway
- Ardino
- Today
- Total
Balancing Robot
Franko – Arduino Self Balancing Robot 본문
My latest Arduino DIY project is a self balancing robot.
Arduino Uno R3 microcontroller board is used for this project. MPU6050, an 6DOF IMU (with accelerometer and gyroscope) is used to get the angle and L298N motor controller board controls the 2 motors.
The motors are 12V 122rpm and the wheels are 8cm in diameter.
Robot size is 17x10x30 cm. Three plexiglas plates are used to hold the frame and parts. Standard PID controller is used to control the robot. To tune the PID controller parameters 3 potentiometers are used.
You may find the Arduino sketch and libs on my GitHub repo: https://github.com/lukagabric/Franko
Parts:
1 x Arduino Uno R3
1 x MPU6050 (IMU)
1 x L298N Motor Driver Controller
2 x 12V 122 RPM Gear Motors + 80mm Wheels
3 x 10k Potentiometer
'Collections' 카테고리의 다른 글
Balancing Robot (0) | 2017.10.21 |
---|---|
Self-Balancing Two-Wheel Robot Is Controlled By Android (0) | 2017.10.21 |
How to Build an Arduino Self-Balancing Robot (0) | 2017.10.21 |
Your Arduino Balancing Robot (YABR) (0) | 2017.10.20 |
ESPway | A Segway-style WiFi controlled robot built on ESP8266 (0) | 2017.10.20 |