Fin Irjmets1677759246
Fin Irjmets1677759246
III. WORKING
Take a closer look on the Wiring Diagram. We could notice the power source, four 1.5 volt batteries connected
to the 12V power pin of L298 Motor Drive and ground of Motor Drive and Arduino UNO. This supplies essential
power to the circuit. A total of 6 volts is being supplied to this system, where the maximum permissible amount
is 12 volts. Digital wires of Arduino are connected with the input1, input2, input3 and input4 of the motor drive.
Motors are connected to the either sides of Motor Drive which are the outputs terminals. To complete the
power source circuit, 5V of Motor Drive is connected to Vin power pin of Arduino UNO. Followed by this, HC05
Bluetooth Module’s Vcc is connected to 5V pin of Arduino UNO, which supplies power to Bluetooth Module.
Ground to Ground connections are also made. Transistor Transistor logic pins, Transmitter (TX) and Receiver
(RX) of Arduino UNO are connected to RXD and TXD of HC05 respectively. The program is uploaded to Arduino
before connecting the Bluetooth module.
After all successful connections, switch on the power source. Lights at Motor Drive, Arduino UNO and HC05
would indicate the correct connection. Upon successful connection of your Bluetooth module with any android
device, we could control this device. By passing the command, for example, to move forward we pass ‘F’. This
command is transmitted by our device to Bluetooth module, which in turn transmits to Arduino UNO. Arduino
receives is and passes the same to Motor Drive through its digital pins. Motor Drive will get this through their
input pins and exercise them through their output pins were motor is connected.