BangleApps/apps/btadv
Rob Pilling e53c0cdb31 Revert "Move BLE advertising coordination to a module"
This reverts commit 2a4057666b.

Conflicts:
	.eslintignore
	modules/ble_advert.ts
2024-05-18 17:18:40 +01:00
..
ChangeLog Unbump apps with only type changes 2024-05-04 23:48:51 +02:00
README.md Add TypeScript details to READMEs 2023-02-22 22:10:17 +00:00
app.js btadv: generate JS 2023-08-08 08:15:12 +01:00
app.ts Revert "Move BLE advertising coordination to a module" 2024-05-18 17:18:40 +01: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 Unbump apps with only type changes 2024-05-04 23:48:51 +02: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