I am looking to transmit sensor data (eg accelerometer data) from my android phone over to my pc wirelessly.
I have currently created a very basic app that displays the accelerometer data on screen. I have seen the answers in this thread How to transmit Android real-time sensor data to computer?.
However, I wish to be able to fit it into the basic current accelerometer app I have, which is edited from the basic activity template as well as code from this link https://www.javatpoint.com/android-sensor-tutorial, and I would also like to look at the python code itself.
Apologies in advanced if the information is insufficient. This is my first time posting here.