Skip to content

RC car that is controlled by mobile app using bluetooth and Arduino Uno.

Notifications You must be signed in to change notification settings

AumkarMali/Bluetooth-RC-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

MIT License GPLv3 License AGPL License

Bluetooth-Remote-Control-Car

This is a high-speed remote control car that employs Bluetooth technology and a mobile application. Bluetooth acts as the communication link between a mobile phone and the Arduino, which manages the drivetrain. The primary objective of this project was not only to develop an effective wireless system for controlling the car but also to ensure that it is mechanically robust, allowing it to handle higher speeds.

Program Explanation

Motor Control

The car uses a total of 3 motors, 1 large DC motor to spin the wheels, a large servo motor to control steering, and a small 9g servo to act as a mechanical relay and turn the larger motor on or off. Each motor is initialized with some angle in a neutral position.

Communication with Mobile App (via Bluetooth)

The Bluetooth module will receive 1 byte of data (a character) from the mobile app and adjust the servo motors accordingly.

Mobile App

GUI programmed and designed in MIT App Inventor (Open .aia file in MIT App Inventor).

Screenshot

Authors

Deployment

Download Arduino IDE from https://docs.arduino.cc/software/ide-v1/tutorials/Windows

Links

➊ Github: https://github.com/AumkarMali/

➋ Youtube: https://www.youtube.com/channel/UC7rhCKur9bF01lV0pNJNkvA

About

RC car that is controlled by mobile app using bluetooth and Arduino Uno.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages