Call-for-Code / Prometeo-Pyrrha

Former repository for Prometeo, winner of the Call for Code 2019 Global Challenge, open sourced as Pyrrha (see links within this repo). It measures toxin exposure in real time and analyzes trends over time.
http://pyrrha-platform.org
Apache License 2.0
27 stars 18 forks source link

Bluetooth Connectivity with mobile app #71

Open svaleroc opened 4 years ago

svaleroc commented 4 years ago

Currently the Prometeo device connects to the mobile phone WiFi hotspot which it uses as real-time communications to the IBM Cloud. In a new architecture, the device might connect to the phone over Bluetooth and communicate with an app. This could shift local storage and caching to the phone and avoid the synchronous overhead, which also improves battery usage.

krook commented 4 years ago

Updated description. Would be good to confirm with @svaleroc tomorrow.

krook commented 4 years ago

@mrodrise has nearly completed this. Need to sort out what's left.