- Efficient and Compact Stereo Power Amplifier: Unleash High-Quality Audio with the PAM8610Posted 6 hours ago
- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 3 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 9 months ago
- TOTEM: learning by experimentingPosted 9 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 10 months ago
- Sparkly Air SensorPosted 10 months ago
- Ultra sonic distance finder with live statusPosted 10 months ago
How to Control Your RC Vehicle With an IMU-Based Transmitter
When piloting a vehicle remotely, it’s only natural to tilt your controller one way or the other to help guide it in the right direction. While usually this has no effect whatsoever, YouTuber Electronoobs decided to take this concept and run with it, creating a remote control transmitter that responds to an onboard MPU-6050 inertial measurement unit.
The radio transmitter is simple. In the middle we haev the MPU6050 gyro module so we could detect the angle of the controller. To control everything we have the Arduino NANO and as a supply, I’ll use a 9V battery connected to a sliding switch so we could turn the controller ON/OFF. I also have a Joystick, but we won’t use that in this first part of the tutorial, we will add 2 more channels later with that joystick. Finally, to send the data, i’ll use the HC12 radio mdoule that uses a serial UART communication. It seems to have a better range than the NRF24 mdoules.
The transmitter’s Arduino Nano takes movement data, and sends the corresponding signals to a custom receiver board on the RC car via a pair of HC-12 wireless modules. A second Arduino mounted in the car then commands the vehicle’s DC motors with the help of an H-bridge.
All the code ed intructions to build it are available here. Let see how it works in the video below.