From 39fa5fe15afe452e694a8ac1e3b7bf83fc7726a6 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 24 Jul 2026 11:53:47 +0800 Subject: [PATCH 1/2] Create index.html --- consensys-export/index.html | 604 ++++++++++++++++++++++++++++++++++++ 1 file changed, 604 insertions(+) create mode 100644 consensys-export/index.html diff --git a/consensys-export/index.html b/consensys-export/index.html new file mode 100644 index 0000000..dd78274 --- /dev/null +++ b/consensys-export/index.html @@ -0,0 +1,604 @@ + + + + + + + + + + Shimmer3 / Shimmer3R → Consensys Export + + + + + + + +
+

Shimmer3 / Shimmer3R → Consensys Export

+

Package a logged Shimmer3 or Shimmer3R trial into the Consensys import folder structure, zip it, and share.

+
+ +
+
+

Device utility — Set Real-Time Clock

+

Scan, connect and write the current time (PC/phone clock) to a Shimmer3 or Shimmer3R real-time + clock in one step, before logging. Requires Chrome on Windows or Android (Web Bluetooth is not + available on iOS).

+
+ +
+
+
+ +
+

1Select a trial folder

+

Open the Shimmer storage or SD card on your computer, then choose a trial folder + (e.g. DefaultTrial_1783578145) that contains the device sub-folders + (e.g. Shimmer_68DD-000) with the binary files 000, 001, …

+
+ + + +
+

+
+ + + + + + +
+ + + + From 12a1edd1b34fe54940cd10d117fe0b9c3c2ff881 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 24 Jul 2026 12:17:39 +0800 Subject: [PATCH 2/2] Create README.md --- consensys-export/README.md | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 consensys-export/README.md diff --git a/consensys-export/README.md b/consensys-export/README.md new file mode 100644 index 0000000..afba8e0 --- /dev/null +++ b/consensys-export/README.md @@ -0,0 +1,52 @@ +# Shimmer Consensys Export Demo + +This is a demonstration of how a logged Shimmer3 or Shimmer3R trial can be +prepared for import into Consensys using only a web browser. + +The demo can: + +- connect to a Shimmer3 or Shimmer3R over Web Bluetooth and set its real-time + clock from the computer or phone; +- read a selected trial folder from Shimmer storage or an SD card; +- detect the trial files and device identifiers; +- arrange the files in the folder structure expected by Consensys; and +- build a ZIP file that can be shared or imported. + +## Example use case + +Imagine you are collecting data with SD logging in a remote location, away +from the person who will review or analyse it. Once the recording is complete, +you can use this demo to package the trial into a Consensys-ready ZIP and send +it to them quickly. They can then import the package into Consensys and inspect +the data without waiting for the physical device or SD card to be returned. + +This could be useful for remote studies, field testing, troubleshooting, or +any situation where somebody needs to review a recording from another +location. + +## Demo status + +This is an early example, not a finished or officially supported Consensys +feature. It is intended to demonstrate the workflow and help us learn how +people would use it in practice. + +Device, browser, operating-system, firmware, storage-access, and Consensys +version differences may affect the result. Please verify exported data before +using it for important work. + +The Web Bluetooth utility requires a compatible Chromium-based browser, such +as Chrome on Windows or Android. Web Bluetooth is not currently available in +iOS browsers. + +## Feedback and testing + +If this workflow would be useful to you, we would be happy to hear from you. + +You are welcome to test the demo and share feedback through the repository or +with the Shimmer support team. Real-world feedback will help us understand the +need and inform the design of a more complete, polished, and supported feature. + +## Try it + +Open [`index.html`](index.html) from a secure web origin (HTTPS or localhost) +in a compatible browser.