This project is about making an Android controlled racing car using L298N
dual H Bridge and a motor. The L298N is controlled via an Arduino UNO and a
HC-06 Bluetooth module by Android application Cxem CAR.
- List of components:- 4-wheel drive chassis car- 1 Arduino Uno board- 1 HC-06 Bluetooth module- 1 L298N motor driver- 1.5 x 4 batteries- 1 DC motor
- The commands (ASCII) are transmitted from an Android application to the Bluetooth module by Bluetooth connection. The Arduino checks those commands with its previously defined commands and controls the DC motor to cause the car to move.
Comments