SensorStreamer

1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Our phones are full of useful sensors - accelerometer, gyroscope, magnetometer... Every hacker have surely experienced the need to test something with one of these sensors. Usually you take Arduino with a sensor breakout board and you write a small piece of code, which send data to serial line.

But not always you have the sensors you need and the wires are sometimes a limitation. Here comes SensorStreamer - lightweight Android app, which can log sensor data and send them over network to your computer, where you can analyse them e.g. with a simple Python script.

Supported Features
- streaming of values from any sensor in the phone (as far as the sensor is
supported by Android API)
- stream data over TCP sockets in
- client mode
- server mode
- stream data in
- JSON object
- binary packet

This application is open-source - you can find the sources on GitHub: https://github.com/yaqwsx/SensorStreamer
Updated on
Aug 6, 2018

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

Change target SDK version to 26. No other changes.