Arduino SA
  • Learn @ Arduino SA
  • Arduino Introduction
  • Support
    • Setup your Computer
    • Adding Libraries
    • Setting up a ESP32
  • Arduino Robot Car
    • Arduino Bluetooth Car
      • What you will need
      • Circuit Diagram
      • Assembly the Car
      • Upload the Code
      • Bluetooth setup and Test
    • 4WD Obstacle Avoidance
      • Introduction
      • Component List
      • Assembly
      • Component Description
      • Circuit Diagram
      • Computer Setup
      • Line Tracking Mode
      • Obstacle Avoidance Mode
  • Arduino Kits
    • Smart Plant Watering Kit
      • What you will need
      • Wiring Diagram
      • The Code
      • Pics
    • Basic Starter Kit
      • Component View
      • Installing the IDE
      • Add Libraries
      • Blink
      • Button Control LED Delay Switch
      • Active Buzzer
      • Passive Buzzer
      • Servo
      • IR Remote and Receiver
      • Stepper Motor
      • Eight LED with 74HC595
      • LCD
      • Digital tube with Traffic Light Experiment
      • Four digit tube display
      • LM35D Temperature Sensor
      • LDR 5516 experiment
      • Flame Sensor
      • 8 * 8 LED Module
      • Controlling Stepper Motor With Remote
    • Super Starter Kit
      • Tutorials
    • Best Beginner Kit for Arduino
      • Tutorials
    • Uno R3 RFID Kit
    • WIFI ESP32 IOT Kit
    • Arduino School STEM Kit
    • Arduino Ultimate Starter Kit
  • Blocking Coding Lessons
    • Beginner Lessons
      • Setting up mBlock
      • Blinking an LED
      • LED Switching
      • LED Chasing
      • Traffic Signal
      • Buzzer
      • Buzzer + Push Button
      • LED + Push Button
  • Sensor Kits
    • 37-in-1 Sensor Kit
      • Joystick
      • Relay
      • Big Sound
      • Small Sound
      • Tracking
      • Avoid
      • Flame
      • Linear Hall Sensor
      • Touch
      • Digital Temperature
      • Buzzer
      • Passive Buzzer
      • RGB LED
      • SMD RGB
      • Two-Color 5mm
      • Two Color 3mm
      • Reed Switch
      • Mini Reed
      • Heartbeat
      • 7 color flash
      • Laser emitter
      • PCB mounted push Button
      • Shock switch
      • Rotary encoder
      • Light Cup
      • Tilt Switch
      • Rolling ball tilt switch
      • Photoresistor
      • Temp and Humidity
      • Analog Hall
      • Hall Magnetic
      • Temp
      • Analog Temp
      • IR Emission
      • IR Receiver
      • Tap Module
      • Light blocking
Powered by GitBook
On this page

Was this helpful?

  1. Arduino Robot Car
  2. Arduino Bluetooth Car

Circuit Diagram

PreviousWhat you will needNextAssembly the Car

Last updated 2 years ago

Was this helpful?

The entire Circuit will be as below:

The 2 Left motors will connect to Motor A on the driver board

The 2 Right motors will connect to Motor B on the driver board

A 2 X 18650 battery pack positive will be connect to the VSS / 12V terminal on the driver board and the negative will be connected to the GND terminal on the driver board.

The Arduino board will be powered by the same 2 x 18650 battery pack. Connect a jumper from the VSS / 12v terminal on the motor board to the VIN on the Arduino board. Connect another jumper from the GND on the motor driver to GND on the Arduino board

The Motor driver will be connected to the Arduino board as per below connections:

  • Motor driver ENA -> PIN 9 on Arduino Board

  • Motor driver IN1 -> PIN 8 on Arduino Board

  • Motor driver IN2 -> PIN 7 on Arduino Board

  • Motor driver ENB -> PIN 3 on Arduino Board

  • Motor driver IN3 -> PIN 5 on Arduino Board

  • Motor driver IN4 -> PIN 4 on Arduino Board

The bluetooth module will be connected to the Arduino board as per below connections:

  • Bluetooth VCC -> 5v on Arduino Board

  • Bluetooth GND -> GND on Arduino Board

  • Bluetooth TX > PIN RX on Arduino Board

  • Bluetooth RX -> PIN TX on Arduino Board