Skip to content

anmoliscoding005/bt-car-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

Bluetooth Controlled Car using Arduino and HC-05

This project demonstrates how to build a Bluetooth-controlled robotic car using Arduino, L293D motor driver shield, and HC-05 Bluetooth module.

🧰 Components Used

  • Arduino UNO
  • L293D Motor Driver Shield
  • 4 DC Motors
  • HC-05 Bluetooth Module
  • Android phone with BT Car App
  • Power supply (4 x 1.5V batteries)

πŸ”Œ Circuit Connections

  • L293D Shield is mounted directly on Arduino UNO.
  • HC-05 Bluetooth Module connected to:
    • VCC β†’ 5V
    • GND β†’ GND
    • TX β†’ Digital Pin 11
    • RX β†’ Digital Pin 10 (via voltage divider)

πŸ“² BT Car App Commands

  • F – Forward
  • B – Backward
  • L – Left Turn (Long)
  • R – Right Turn (Long)
  • G – Left Turn (Short)
  • I – Right Turn (Short)
  • S – Stop

⏱ Motion Control

Each command moves the car for a fixed short duration (like 500 ms or 100 ms) and stops automatically.

πŸ’» Arduino Code

The code is available in bt_car.ino.

About

anmoliscoding005/bt-car-arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published