Build hand gesture controlled quadcopter. Arduino, MPU-6050 (gyro+accelerometer) IMU sensor, NRF module, ultrasonic sensors were mainly used components in the project. MPU-6050 was used to detect hand gesture to control quadcopter’s roll, pitch, and yaw. The potentiometer was used for throttle. NRF module ware used for wireless communication.
you can find all the components's pics directory.
- Arduino mini/micro
- NRF module
- Potensiometer
- MPU6050(IMU sensor)
- Push button
- 9V battery
- Glove
- 2 LEDs
- Drone frame
- CC3D flight controller
- 4 BLDC motors
- 4 ESCs
- 4 Propellers
- NRF module
- Arduino mini/micro
- Ultrasonic sensor
- Lipo battery
- Power distributer
First, Finish your drone assembly. Here is one good video on drone assembly. You can follow this link.
After Finishing the drone assembly. Just finish all your connections. In "nrf_gy_trans" file has transmitter code, and "nrf_recv" file has transmitter code. The codes are pretty self-explaining. Upload the respective codes in their Arduinos.