My question is, is there a way to access my Android phone's accelerometer and gyroscope data? Basically, I want to get the data with a python mobile app made in Kivy, send it via sockets to my pc and do stuff with it.
The sockets bit I have got the hang of and Kivy I am learning, it's just extracting the accelerometer and gyroscope data that I need help with.
Is there a module or something?
Thanks in advance!