openmovementproject / openmovement

Open Movement devices are miniature, embeddable, open source sensors developed at Newcastle University, UK. The source code for the firmware and software is available under a BSD 2-clause license, and the hardware (PCB designs, layouts and schematics), enclosure designs and documentation are available under a Creative Commons 3.0 BY Attribution License.
https://openmovement.dev
146 stars 76 forks source link

Import of .csv file #47

Open WhiskeyJacky opened 2 years ago

WhiskeyJacky commented 2 years ago

I'm setting up a bunch (nearly 2000) Axivity AX3s as part of a research project. We have ~2k participants. For each participant we've created a unique ID, which we input as the Session ID on the device.

I have a USB-hub available allowing me to connect 28 devices at once. They register fine in OmGui. I can even make changes to them all at once, but I still have to manually change the Session ID for each one - unless there is something I'm missing, of course.

Is it possible to import a .csv file containing a list of Session IDs and relevant setting-indications for OmGui to read and apply to selected devices?