Phone Pi+ Sensor Streamer APK

Phone Pi+ Sensor Streamer  Icon
0/5
0 Ratings
Developer
Priyankar Kumar
Current Version
1.0
Date Published
File Size
7.5 MB
Package ID
com.phonepiplus
Price
$ 0.00
Downloads
45+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.0 (1)
Architecture
armeabi-v7a,x86
Release Date
September 14, 2022
Requirement
Android 4.1+
  • Phone Pi+ Sensor Streamer Screenshot
  • Phone Pi+ Sensor Streamer Screenshot

About Radio FM 90s

Usage Details: 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 which is made available for free with the app.

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 ip address in the app needs to be entered in the format:
ip_address_of_Raspi/PC
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 :)

What's New in this version

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.

Timestamp support and userId support were added.