Sensor Node 2 Application icon

Sensor Node 2 1.0

1 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Sensor Node 2, developed and published by mScino Tools, has released its latest version, 1.0, on 2014-04-17. This app falls under the Tools category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Sensor Node 2 APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.mscino.sensornodepro

Updated: 11 years ago

Developer Name: mScino Tools

Category: Tools

Installation Instructions

This article outlines two straightforward methods for installing Sensor Node 2 on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Sensor Node 2 1.0
2014-04-17 / 1 MB / Android 2.3+

About this app

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 mobilescino@gmail.com

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