Introduction: Mobile Phone Accelerometer Controlled Robot Using Raspberry Pi

About: Hobbyist, Electronics Research and Development, Arduino, Raspberry Pi, Linux, Hacking

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.