PhonePi Sensor Streamer Application icon

PhonePi Sensor Streamer 2.0

8.9 MB / 10+ Downloads / Rating 4.7 - 23 reviews


See previous versions

PhonePi Sensor Streamer, developed and published by Priyankar Kumar, has released its latest version, 2.0, on 2017-05-18. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.7, based on 23 reviews.

PhonePi Sensor Streamer APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). 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.phonepi

Updated: 8 years ago

Developer Name: Priyankar Kumar

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing PhonePi Sensor Streamer 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.

App Rating

4.7
Total 23 reviews

Reviews

5 ★, on 2019-12-29
Very Good App... A must for people working with inertial sensors. Thank you... Saved a lot of time

5 ★, on 2017-05-18
Best app ever. Must download!

5 ★, on 2017-05-18
Helpful stuff!

5 ★, on 2017-05-18
A great app

5 ★, on 2017-05-18
App ho tho aisa!

5 ★, on 2017-05-26
Awesome app

Previous Versions

PhonePi Sensor Streamer 2.0
2017-05-18 / 8.9 MB / Android 4.1+

About this app

A short Note: A Pro version of this app was released on user request in May 2018. It can be accessed at https://play.google.com/store/apps/details?id=com.phonepiplus&hl=en_US

While both versions are suitable for use, the Pro version lets you choose the data format (CSV or JSON), timestamps each data point and has more robust support for all sensors.
It also streams userId field which is useful in a situation where multiple users stream information to a single server. The userId could then be used as a filter to distinguish between the users allowing you to do fun stuff like track the positions and chart out the movement of the users (for example).

Usage Details for this app: https://github.com/priyankark/PhonePi_SampleServer

(Please download the server from the above link and follow instructions in the README or follow instructions as outlined below)

PhonePi allows you to stream real-time data from sensors on your phone: Accelerometer, Gyroscope, Magnetometer, Orientation, Step Counter, Thermometer, Light Sensor, Proximity Sensor and Geolocation (Subject to availability on your device) to a WebSockets supporting server on your RaspberryPi.

You can choose to build your own server to get the data or clone and use the server at https://github.com/priyankark/PhonePi_SampleServer

Assuming you are using the sample server:
Ensure that your RaspberryPi and phone are on the same network. Note the IP address of your RaspberryPi. Run the server on your Raspi (Steps are in the repository's README.md)

The URL in the app needs to be entered in the format:
ip_address_of_Raspi:5000
Enter update time for the required sensors that is the duration after which the data must be re-read and hit the switch. To disable, simply turn the switch off.

Multiple sensor data can be read at once (subject to the availability of the sensors on your device). This project makes use of WebSockets for the transfer of data. The server writes the data into a txt file but one can modify the server code to do whatever python allows them to :)

New features

This release allows you to stream data from Accelerometer, Gyroscope, Magnetometer, Orientation Sensor, Step Counter, Thermometer, Light Sensor, Proximity Sensor and GPS to any WebSockets supported server (custom or sample) on your RaspberryPi (or a server on your computer).

A sample server located at https://github.com/priyankark/PhonePi_SampleServer can be customized and used.

App Permissions

Allows applications to open network sockets.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows an app to access precise location.
Allows an application to write to external storage.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to read from external storage.