BangleApps/apps/coretemp/README.md

20 lines
767 B
Markdown
Raw Normal View History

2021-12-13 16:18:48 +00:00
# CoreTemp display
Basic example of connecting to a bluetooth [CoreTemp](https://corebodytemp.com/) device and displaying the current skin and body core temperature readings.
2021-12-13 16:18:48 +00:00
## Usage
Background task connects to any CoreTemp device (2100/2101) and emits a CoreTemp signal value for each reading.
Application contains three components, one is a background task that monitors the sensor and emits a 'CoreTemp' signal on activity if activated in settings.
The widget shows when the sensor is enabled with a mini value and blinks on use.
The app listens for 'CoreTemp' signals and shows the current skin and core temperatures in large numbers.
2021-12-13 16:18:48 +00:00
## TODO
* Integrate with other tracking/sports apps to log data.
* Add specific device selection
2021-12-13 16:18:48 +00:00
## Creator
Ivor Hewitt