BangleApps/apps/coretemp
Martin Boonk 412b5dd20c Move recorder code to plugin in coretemp app 2022-01-12 23:04:56 +01:00
..
ChangeLog Move recorder code to plugin in coretemp app 2022-01-12 23:04:56 +01:00
README.md Cleanup app and widget and fix B2 drawing compatibility 2021-12-30 06:04:12 +00:00
app-settings.json Switch to widget 2021-12-18 22:10:59 +00:00
boot.js Connection seems more reliable on B2 with "active:true" request. 2021-12-30 06:53:53 +00:00
coretemp-icon.js Fix icon 2021-12-13 16:22:30 +00:00
coretemp.js Fix merge conflict 2021-12-30 06:08:22 +00:00
coretemp.png Add CoreTemp app 2021-12-13 16:00:56 +00:00
recorder.js Move recorder code to plugin in coretemp app 2022-01-12 23:04:56 +01:00
screenshot.png Cleanup app and widget and fix B2 drawing compatibility 2021-12-30 06:04:12 +00:00
settings.js Tidy up and add icons 2021-12-28 21:09:26 +00:00
widget.js Cleanup app and widget and fix B2 drawing compatibility 2021-12-30 06:04:12 +00:00

README.md

CoreTemp display

Basic example of connecting to a bluetooth CoreTemp device and displaying the current skin and body core temperature readings.

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.

TODO

  • Integrate with other tracking/sports apps to log data.
  • Add specific device selection

Creator

Ivor Hewitt