Mobile Phone Accelerometer Controlled Robot Using Raspberry Pi
by jithinsanal1610 in Circuits > Raspberry Pi
1035 Views, 8 Favorites, 0 Comments
Mobile Phone Accelerometer Controlled Robot Using Raspberry Pi
This is a robot using raspberry pi which can be remotely controlled by a mobile phone. This similar to my previous project
https://www.instructables.com/id/Wifi-Controlled-Robot-Using-Raspberry-Pi/
but in this, we stream the sensor values from a phone using UDP and send it to the Robot. Using a python listener, we process the values and write conditions to drive the motor.
This will be updated soon.