BangleApps/apps/recorder
Gordon Williams e0a1732f79 Fix GPX file format for banglerun/recorder (fix #1197) 2022-01-04 16:51:01 +00:00
..
ChangeLog Cleanup app and widget and fix B2 drawing compatibility 2021-12-30 06:04:12 +00:00
README.md Enable coretemp in Recorder 2021-12-28 21:55:35 +00:00
app-icon.js Add first draft of more flexible 'recorder' app for GPS/etc recording 2021-10-28 14:23:29 +01:00
app-settings.json Add first draft of more flexible 'recorder' app for GPS/etc recording 2021-10-28 14:23:29 +01:00
app.js Recorded: Slightly improve plot altitude if data has NaNs 2021-11-28 18:44:47 +00:00
app.png Add first draft of more flexible 'recorder' app for GPS/etc recording 2021-10-28 14:23:29 +01:00
interface.html Fix GPX file format for banglerun/recorder (fix #1197) 2022-01-04 16:51:01 +00:00
settings.js Add first draft of more flexible 'recorder' app for GPS/etc recording 2021-10-28 14:23:29 +01:00
widget.js Enable coretemp in Recorder 2021-12-28 21:55:35 +00:00

README.md

Recorder

icon

This app allows you to record data every few seconds - it can run in background.

Usually you'd record GPS (but this is not required). The data can later be exported as CSV, KML or GPX files via the Download button in the Bangle.js App Store entry for Recorder.

Usage

First run the Recorder app, here you can configure what you want to record, how often, and you can start and stop recordings.

You can record

  • Time The current time
  • GPS GPS Latitude, Longitude and Altitude
  • Steps Steps counted by the step counter
  • HR Heart rate
  • Core CoreTemp body temperature

Note: It is possible for other apps to record information using this app as well. They need to define a foobar.recorder.js file - see the getRecorders function in widget.js for more information.

Tips

When recording GPS, it usually takes several minutes for the watch to get a GPS fix. There is a grey satellite symbol, which you will see turn red when you get an actual GPS Fix. You can upload assistant files to speed up the time spent on getting a GPS fix.