Bluetooth"Android App" Controlled Robot Car
by VidyadharJ in Circuits > Arduino
752 Views, 3 Favorites, 0 Comments
Bluetooth"Android App" Controlled Robot Car
I have just started with the youtube channel, so I decided to make a Bluetooth controlled robotic car. As am an electronics engineer I have knowledge about electronics. but I don't know how to build a custom android application. so Before making the project I learn about MIT app inventor and try to make one app which was a great success it is quite easy to do. In this article, we will learn how to make a custom Android application and how to configure the Bluetooth module with Arduino.
Hardware requirements:
- Arduino Uno
- Bluetooth HC-05
- l298n motor Driver
- acrylic sheet
- wheels x2
- geared dc motor x2
- mini breadboard
- 4.7k, 2.2k resistor
- jumper wires
- 12v battery
- 9v battery
- switch
Building Chassis
I used an acrylic sheet length of 18cm and width of 13cm. First, I positioned all parts that going to be mounted on the chassis. then I used a hot glue gun to stick the parts to acrylic you can use spacers or screws. after mounting all parts I stick the caster wheel at the bottom of the chassis.
Connection
Make the connection according to the circuit diagram. we can use separate power for Arduino. Motor driver and 12v battery connected through the switch. As we can see in the circuit diagram there is 2.2k and 4.7 k resistor connected to the pins of the bluetooth module. the main reason for this is the HC-05 Bluetooth module uses a logic level of 3.3v. While transmitting data from HC-05 to Arduino there is no problem because Arduino is capable of receiving data from 3.3v logic, but while receiving any data from Arduino to HC-05 Arduino uses 5v logic which may damage our Bluetooth module, to convert 5v logic level to 3.3v we use a voltage divider method. Make sure that there is common ground between motor driver and Arduino otherwise motor not work.
Programming
Downloads
Android App
Now we have to build Bluetooth applications that would be capable of controlling your robot car. If you wish to download my application you can download it from github: The Bluetooth car
How I created this application was through App Inventor 2, The images above show both the "Designer" & "Block" view of my application so you can build and change thing up if you wish!
Steps for configuring bluetooth
- First turn on the switch of robot car
- Go to setting Click on the Bluetooth
- TabTurn Bluetooth on Wait for your phone to find the HC-05 Bluetooth module
- Once it has been found click it and input the password by default it should be either "1234" or "0000"
- Now open the application Bluetooth car Application and click the " Bluetooth image" button
- You should see the HC-05 Module (If not re-try the steps above) click on the Module
- The Application will then return automatically to the main screen and you can see the green text "connected"
- At this point, the HC-05 Modules Red LED should now be constantly on instead of pulsing meaning a device is currently connected.
Conclusion
Thanks for Reading
watch this project video on youtube
If you like the project subscribe our youtube channel
diyelex