Project Speech
Project Speech
It shows how the smartphone will be tilted for moving the vehicle in front back left and right direction
This values we can imagine on the graph as X and Y were X as horizontal line and Y as Vertical Line so the
value will be Y+ for forward movement Y- for backward movement
If the accelerometer is in neutral position than the vehicle will stop at the place.
Working Slide
The smartphone will act as a transmitter. Here when we tilt the phone in front. Then vehicle will move
change its state from neutral to Front and keep on moving until next command is not given.
So when next command of backward is given the vehicle will update its state from Front to back until
the other command is not given.
So it will continuously keep on updating the commands and move according to the smartphone until the
user stop, switch off or battery drains out completely.
Application slide
By attaching camera on the vehicle it will be great for surveillance as there is advantage of its size which
is small and cannot be seen easily and it can easily move from one direction to other
It can also be used in Military with small backfire gun installed in it for monitoring the invaders and
holding them until the proper counter-attack has been active.
By installing Wheelchair on the vehicle. The vehicle which will help the physically disabled person just by
using his/her smartphone.
Using this technology and further enhancement in it. It can be used in industries such as automobile
industry. Where an automobile engineer has to installed heavy part of the car in the Assembly line. By
using this technique a robotic arm can be made which will ease the work of an automobile engineer.
Implementation slide
We have install the dc motor to the chassis of the vehicle than attach the wheels to the dc motor and fit
it tightly so it can’t be wheel out on increasing the speed.
Than we have stick the Arduino board on the top of chassis and later we also stick battery and Bluetooth
module + switch on top of chassis.
After all this we have made the connections using the jumper wires which help to transmit data. After
successfully connecting all the input and output pins
Diagram slide
As we see in the diagram Dc power supply is feed to the Microcontroller and Motor driver.
The power supply of 12v from battery will be transmitted to 5v using the inbuilt voltage regulator on
Arduino for constant supply with no fluctuation.
Bluetooth module will send the data to Microcontroller and Microcontroller performs the function for
which it is code for.
Microcontroller then will sent the information to motor driver and motor driver will drive the dc motor
as the input given and wheels and vehicle start to move.
After Downloading the IDE we can type the code in it. Here we have our code in embedded c.
Connect your Arduino using the USB cable. [The square end of the USB cable connects to your Arduino
and the flat end connects to a USB port on your computer.]
Now go to Menu in Arduino IDE Choose Tools→Board→Arduino Uno to find the board in the Arduino
menu.
Choose the correct serial port for your board. Such as com 3 or com 15.