Skip to content

NodeNexus/Arduino-Bluetooth-Control-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Arduino Bluetooth Controlled Car

πŸ“Œ Overview

This project makes a Bluetooth-controlled car using Arduino and the HC-05 Bluetooth module.
You can control the car via a smartphone Bluetooth terminal app.

  • F β†’ Forward
  • B β†’ Backward
  • L β†’ Left
  • R β†’ Right
  • S β†’ Stop

πŸ› οΈ Hardware Required

  • Arduino Uno/Nano
  • HC-05 Bluetooth Module
  • L293D Motor Driver Shield (Adafruit AFMotor Library)
  • 4 DC Motors + Robot chassis + Wheels
  • Battery pack (6–12V)

πŸ”Œ Wiring

  • HC-05 β†’ Arduino

    • VCC β†’ 5V
    • GND β†’ GND
    • TX β†’ RX (D0)
    • RX β†’ TX (D1, use voltage divider)
  • Motors β†’ Connected via Motor Driver Shield (M1, M2, M3, M4)


▢️ Usage

  1. Install AFMotor library from Arduino IDE Library Manager.
  2. Upload the code to Arduino.
  3. Pair smartphone with HC-05 (1234 or 0000 as password).
  4. Open a Bluetooth terminal app and send commands: F, B, L, R, S.
  5. Car moves accordingly.

πŸ“‚ Repo Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages