Can background data logging run without creating a custom App on Banglejs2? #7895
Replies: 2 comments
-
|
Hi! Any js file you name with the scheme |
Beta Was this translation helpful? Give feedback.
-
|
As @thyttan says, you can just write a file to However if you just want to log heart rate and steps to storage, that's all built in! Just install the Recorder app: https://banglejs.com/apps/?id=recorder You can set it to record HRM and Steps (but not GPS), turn on recording and you're good to go. Recording every 10 seconds might be overkill so every 60 could be better. If you click the floppy disk icon in the app loader it'll even allow you to download the information as a CSV file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We’re working on a time-limited school project where we are going to collect sensor data (heart rate and steps) from the Bangle.js2 watch during a full day in a normal daily environment.
Our intended workflow is:
Our question is:
Is it possible to run code in the background without creating a custom app?
For example, by uploading code to RAM or Flash using the Espruino IDE or App Loader (“Upload Code”).
We specifically need the code to:
So the main thing we need to know is:
Do we absolutely need to build a proper Bangle.js app in order to achieve background data logging, or is there any method to run such logging code without making an app?
Any clarification would be greatly appreciated. Our project is on a tight schedule, and we’re trying to find the simplest reliable solution.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions