This video will show you how to read accelerator sensor data from your mobile and plot the readings as real-time graph on browser using python, sensordroid app and bottle framework.
Steps to be followed:
1. First you need to install sensordroid app in your mobile (if you don't find app in play store or app store you can install it using sensordroid APK file).
2. Then you have to connect your mobile with your PC (to run the python code) using your mobile IP address.
3. Then run the python program, change the orientation of your mobile and see the changes in real-time output graph.
Bottle web-framework: https://bottlepy.org/docs/dev/
Sensordroid documentation: https://sites.google.com/view/sensord...
My github account: https://github.com/Poojaerelli