- Notifications
You must be signed in to change notification settings - Fork4
Complete Arduino project to build a Remote Controlled Car together with the bluetooth linked Remote Controller
License
HaiqiangXu/Arduino-RC-Car
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Software for Arduino Uno-based remote controlled car together with a Arduino Nano-based remote controlling and intercommunication via Bluetooth modules.
- ArduinoUno or compatible
- Battery or powerbank [ 5V, +1450 mAh ] to power-up Arduino and its components (bluetooth module and speaker)
- Battery or powerbank [ 12V, +4000 mAh ] to power-up motors
- Bluetooth HC-06 slave module
- L298N Driver to control motors
- Buzzer / piezo speaker
- 4 DC motors + wheels
- Optional dip switch to turn on/off the car
- Car structure, up to your imagination :-)
- ArduinoNano or compatible
- Battery or powerbank [ 5V, +1450 mAh ]
- Bluetooth HC-05 master/slave module
- Joystick analog 2-Axis with button
- Three switchbuttons
- Optional dip switch to turn on/off the controller
- Controller structure, also up to your imagination
The software is splitted intoAbstraction Layers so the responsability of each layer are very limited and will make easier the growth and maintenance of the project in a Architectural point of view. Using a objected-oriented language such as C++ accepted by Arduino, makes the implementation closer to this approach.
Dependencies: Needs to have access toGeneric-Libraries/lib in this same repository
RemoteControlledCar|--lib| |--RCC_Able| | |- CAble.cpp| | |- CAble.h| |--RCC_Controller| | |- CController.cpp| | |- CController.h|--src| |- main.cpp| |- main.h|- platformio.iniGeneric-Libraries|--lib| |--Bluetooth_Lib| |--Common_Lib| |--Joystick_Lib| |--Melodies_Lib| |--Motors_Lib|--external-libs| |--LowPowerAbout
Complete Arduino project to build a Remote Controlled Car together with the bluetooth linked Remote Controller
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.


