From 5828e55dcef8c0e6504f240cbd5757a203448d45 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 20 Jan 2022 18:33:48 +0100 Subject: [PATCH] Adds app for recording HRM and accelerometer events --- apps/hrmaccevents/ChangeLog | 1 + apps/hrmaccevents/app.png | Bin 0 -> 553 bytes apps/hrmaccevents/custom.html | 190 ++++++++++++++++++++++++++++++++ apps/hrmaccevents/metadata.json | 14 +++ 4 files changed, 205 insertions(+) create mode 100644 apps/hrmaccevents/ChangeLog create mode 100644 apps/hrmaccevents/app.png create mode 100644 apps/hrmaccevents/custom.html create mode 100644 apps/hrmaccevents/metadata.json diff --git a/apps/hrmaccevents/ChangeLog b/apps/hrmaccevents/ChangeLog new file mode 100644 index 000000000..5560f00bc --- /dev/null +++ b/apps/hrmaccevents/ChangeLog @@ -0,0 +1 @@ +0.01: New App! diff --git a/apps/hrmaccevents/app.png b/apps/hrmaccevents/app.png new file mode 100644 index 0000000000000000000000000000000000000000..337b3cdc8454b814f9809e00f143ea53e7f7e438 GIT binary patch literal 553 zcmV+^0@nSBP)UFBXI*4Cb~8%%32Q~ z8eHqrghUe^j1nR)rcH*i(L`{?5a63-22@P^Oo&gUzJ{Q0yNxHpq7~6=VU!<$??JDfQfo964DcZcwKpv_YxCBP2 z`iPQeq39Rc(fD>0_WKIE1A}o&*~C9UL*v^JHq!nTs4ML1;#=iQXb4PF^)~YZia|(a#h(vy1_-7m!{5yQ1XToM`$wwu}L=7x0*=cla+rZsdFBH+7x)~Yj4O+xn9sZqIstbj1Y*mrjZ;K23(I~QE?UMUR~0KF r;F@F#s}B5wyfWV1@VtLz=YMD2PR~00000NkvXXu0mjf$l~>z literal 0 HcmV?d00001 diff --git a/apps/hrmaccevents/custom.html b/apps/hrmaccevents/custom.html new file mode 100644 index 000000000..c0098eb12 --- /dev/null +++ b/apps/hrmaccevents/custom.html @@ -0,0 +1,190 @@ + + + Bangle.js Accelerometer streaming + + + + + + + +

+ + + diff --git a/apps/hrmaccevents/metadata.json b/apps/hrmaccevents/metadata.json new file mode 100644 index 000000000..de59dceac --- /dev/null +++ b/apps/hrmaccevents/metadata.json @@ -0,0 +1,14 @@ +{ + "id": "hrmaccevents", + "name": "HRM Accelerometer event recorder", + "shortName": "HRM ACC recorder", + "version": "0.01", + "type": "ram", + "description": "Record HRM and accelerometer events in high resolution to CSV files in your browser", + "icon": "app.png", + "tags": "debug", + "supports": ["BANGLEJS","BANGLEJS2"], + "custom": "custom.html", + "customConnect": true, + "storage": [ ] +}