Skip to content

Lmanangka/toy-car-using-arduino-and-bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy-car-using-arduino-and-bluetooth

This is a simple and easy project using arduino and bluetooth to make a RC car. You can controlled it using smartphone, this project will be great for a beginner to learn about arduino, serial connection and electronics.

Requirements

  • Arduino(Nano, UNO, Mini)
  • Bluetooth module(HC-05/HC-06)
  • Driver Motor L298N
  • Motor DC(it'll depend with your budget)
  • Car cased(it'll depend with your budget)

Block Diagram

Image of Block Diagram

Arduino --------------> Driver Motor

  • D3 --------------> IN1
  • D9 --------------> IN2
  • D10 ------------> IN3
  • D11 ------------> IN4
  • GND -----------> GND
  • VIN -------------> 5V

Arduino -------------> Bluetooth(HC-05/HC-06)

  • TX --------------> RX
  • RX --------------> TX
  • 5V --------------> VCC
  • GND -----------> GND

This is serial connection between arduino and bluetooth module.

Author

Leonardo Rudolf Manangka

Reference

Releases

No releases published

Packages

No packages published

Languages