Discover

Topics

Sensor Node 2

Sensor Node 2 APK

Sensor Node 2 APK

1.0 FreemScino Tools

What's Sensor Node 2 APK?

Sensor Node 2 is a app for Android, It's developed by mScino Tools author.
First released on google play in 10 years ago and latest version released in 10 years ago.
This app has 0 download times on Google play
This product is an app in Tools category. More infomartion of Sensor Node 2 on google play
Turn your phone into a sensor node for a wireless sensor network. Sensor Node make use of all your phone's amazing sensors and stream them to your PC in real time. A typical sensor node like this cost you hundreds of dollars outside. Sensor Node is available for you for free! Or use it as a wireless IMU. You can use it for your project in school or research! If you require assistance, feel free to contact the developer at [email protected]

Each device can be given an ID to be identified by the PC. Start using your phones as a sensor node today!

Sensor Node main features:
- Stream live data from phone to PC
- Acquire data from sensors
- Logging of data and export to CSV file(Excel compatible)

Sensor's data provided (Depending on phone hardware):
- Gyroscope (3 axis)
- Accelerometer (3 axis)
- Magnetic Field (3 axis)
- Gravity (3 axis)
- Linear acceleration (3 axis)
- Rotational Vector (3 axis)
- Proximity
- Ambient Temperature
- Light intensity
- Pressure
- Relative Humidity

Phone status and Battery status depends on phone hardware.

Configurable:
- Frequency of sensor readings

Streaming of data:
- Data sent can be in XML or String depending on user's choice
- Data is sent by UDP in real time
- Remember to off your firewall
- To use, create a UDP socket binding to the port you choose and poll the socket for incoming data. Example at https://www.dropbox.com/s/zgxrrje17hhn8vj/androidSensor123.py