Mobile Phone Accelerometer Controlled Robot Using Raspberry Pi

97280

Intro: 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.