The aim of this project is to control a robot using an android phone application with buttons as well as voice Commands.
Implementation:MSP430G2553 launchpad has been used for controlling the motors of Robot. MSP430G2553 launchpad is programmed using Energia Software. HC05 bluetooth module is interfaced with the launchpad for receiving the data from mobile app and forwarding it serially to the launchpad unit.
Programming Logic:If 'A' is received via bluetooth then robot moves forward
If 'B' is received via bluetooth then robot moves backward
If 'C' is received via bluetooth then robot moves right
If 'D' is received via bluetooth then robot moves left
If 'E' is received via bluetooth then robot movement stops
Working Video:
Comments