BangleApps/apps/btadv
Gordon Williams 95bb0e9ee3
Merge pull request #2596 from bobrippling/ts-helpers
btadv: manually setup TS helpers - use Object.assign()
2023-02-23 10:07:00 +00:00
..
ChangeLog btadv app: initial hrm support 2023-02-14 22:33:30 +00:00
README.md Add TypeScript details to READMEs 2023-02-22 22:10:17 +00:00
app.js btadv: manually setup TS helpers - use Object.assign() 2023-02-22 22:27:12 +00:00
app.ts btadv: manually setup TS helpers - use Object.assign() 2023-02-22 22:27:12 +00:00
icon.js btadv: icon changes 2023-02-14 22:33:30 +00:00
icon.png btadv: icon changes 2023-02-14 22:33:30 +00:00
metadata.json btadv: update name 2023-02-14 22:33:30 +00:00

README.md

Bluetooth Advert

This app advertises and exports (over Bluetooth) live data from the bangle's sensors:

  • Heart Rate
  • Accelerometer readings
  • Pressure
  • GPS information
  • Magnetic flux

Swipe in any direction to access settings, and tap a setting to toggle it. Hit back to return to the details screen, which shows sensor data being exported.

TypeScript

This app is written in TypeScript, see typescript/README.md for more info