Bluetooth Controlled Car with LED Indicators


Abstract

       This research paper presents the design and implementation of a Bluetooth Controlled Car with LED Indicators. The system demonstrates wireless communication, motor control, and directional signaling using Arduino Uno, HC-05 Bluetooth module, and L298N motor driver. The addition of LED indicators provides real-time feedback, making it an educational and practical project for robotics learning. This paper outlines the system overview, setup, working principle, tools, and future scope.

System Overview

       The Bluetooth Controlled Car with LED Indicators is a microcontroller-based robotic project designed to demonstrate wireless communication, motor control, and directional signaling. The system uses an Arduino Uno (or Nano), HC-05 Bluetooth module, and L298N motor driver for mobility, while directional LEDs are integrated to provide visual feedback during movement. This makes the project a complete package for robotics learning, research, and prototyping. In addition, the project introduces students to embedded systems, sensor-actuator integration, and real-time control. It also helps in understanding how wireless communication can be applied in robotics. In future extensions, the same concept can be scaled up to Bluetooth-controlled drones or multifunctional robots for advanced applications.

Setup and Operational Guide

Essential Components

1.Arduino Uno (or any compatible Arduino board)

2.DC Motors (4 motors for movement control)

3.Motor Driver (L298N or L293D)

4.LEDs (5 LEDs: 2 for Forward, 2 for Backward, and 1 for Blinking)

5.Resistors (for LEDs and other components as needed) 6.Jumper Wires (for connections)

7.Power Supply (for motors, Arduino, and other components)

8.Breadboard (for prototyping connections)

9.Bluetooth Module (HC-05 or HC-06 for remote control)

Wiring Setup (Basic)

 1.Motor Driver VCC → 5V (or external power for motors)

 2.Motor Driver GND → GND (Arduino ground)

 3.Motor Driver 5V → 5V (Arduino power supply for logic)

Arduino to Motor Driver:
  1.IN1 → D8

  2.IN2 → D9

  3.IN3 → D10

  4. IN4 → D11,

  5.ENA → Jumper (or D5 using PWM for speed control)

  6.ENB → Jumper (or D6 using PWM for speed control)

HC-05 Bluetooth:
    1.TX → RX

    2.RX → TX

    3.VCC → 5V

    4. GND → GND


Forward LEDs:

 ForwardLed1 → D8 ( Pin 8 on Arduino)

 ForwardLed2 → D9 ( Pin 9 on Arduino)

Backward LEDs:

 BackwardLed1 → D10 ( Pin 10 on Arduino)

 BackwardLed2 → D11 ( Pin 11 on Arduino)

 Blinking LED → D12 (Pin 12 on Arduino)

 

Circuit Diagram