Sensorstream IMU+GPS for Android
Excellent app
This a is absolutely amazing. The speed streaming is really good, and the app is showing a lot of different information. And I have to add, that I'm really glad to see that you're sharing code in your website. Thanks for the app.
Does what it says and does it well. The only issue I've had is the app not running in the background.
Does the phone act like server in the process of streaming data?
Its a great app. However, can we have a feature to add a constant string in the devices to identify them..?
would be nice if there was an option to be able to uncheck the first three sensors on the list.
Works just great
Very useful with python
Great app. Author was very helpful.
Nice app
Glad to have the additional sensors.
Checked the app for udp streaming to my laptop . I have used androidSensor123.py python script to receive data. It is working fine with WiFi. But if I establish the connection through my phone's WiFi hotspot then udp streaming not starting . With another similar app 'wireless imu' this is not a problem.
Would be advantageous to also be able to stream via bluetooth for areas without Wifi. Also, save the previous target IP Address to memory or as default. N.B. for linux users, simply find IP address (type: ifconfig | grep 'inet addr:'), use that as target address, then either use androidSensor123.py python script from other review (type: python androidSensor123.py) or netcat utility (type: nc -ul ) and start streaming.
To newbies like me wondering how to get the PC client working: Step 1) Google "Python", and download the installer for Windows. Step 2: The code in this description gives tab errors, search for Sensor Node app and download the androidSensor123.py python code file, save it your harddrive. If you installed Python correctly, you should be able to just 'double click' the .py file and run it. Then enter your PC's LAN ip address into the Android app, tap the "switch stream" button on, and move the android around to generate accelerometer data. It should work!
Would be advantageous to also be able to stream via bluetooth for areas without Wifi. Also, save the previous target IP Address to memory or as default. N.B. for linux users, simply find IP address (type: ifconfig | grep 'inet addr:'), use that as target address, then either use androidSensor123.py python script from other review (type: python androidSensor123.py) or netcat utility (type: nc -ul ) and start streaming.
To newbies like me wondering how to get the PC client working: Step 1) Google "Python", and download the installer for Windows. Step 2: The code in this description gives tab errors, search for Sensor Node app and download the androidSensor123.py python code file, save it your harddrive. If you installed Python correctly, you should be able to just 'double click' the .py file and run it. Then enter your PC's LAN ip address into the Android app, tap the "switch stream" button on, and move the android around to generate accelerometer data. It should work!
by Z####:
Thanks it helps me a lot. :)