Multiple Ganglions in long-term science exhibition
Hey all!
we are planning to use your hardware (Ganglion Board + Ultracortex) for a long-term exhibition. What’s really important for us is being able to give as many visitors as possible the chance to try out the interactive exhibit. So our idea was to have three complete headsets in different head circumferences (Ganglion Board + Ultracortex) and just switch one ON as soon as everything is setup and adjusted.
With some experience with Arduino and Bluetooth, my biggest concern is that there’ll be a lot of connectivity issues when switching ON/OFF the headsets/boards. Also there shouldn’t be any device selection inside the GUI needed – that’d distract the guides and exhibition itself.
Does anyone had a similar setup already? Do you see a good chance with this kind of setup: Multiple headsets with a Plug & Play behaviour.
Would be really nice hearing your opions on this!
Cheers,
Tobi
we are planning to use your hardware (Ganglion Board + Ultracortex) for a long-term exhibition. What’s really important for us is being able to give as many visitors as possible the chance to try out the interactive exhibit. So our idea was to have three complete headsets in different head circumferences (Ganglion Board + Ultracortex) and just switch one ON as soon as everything is setup and adjusted.
With some experience with Arduino and Bluetooth, my biggest concern is that there’ll be a lot of connectivity issues when switching ON/OFF the headsets/boards. Also there shouldn’t be any device selection inside the GUI needed – that’d distract the guides and exhibition itself.
Does anyone had a similar setup already? Do you see a good chance with this kind of setup: Multiple headsets with a Plug & Play behaviour.
Would be really nice hearing your opions on this!
Cheers,
Tobi
Comments
It's definitely a good option to simply use one computer for each headset. I gonna strip down / rework the GUI anyway – I just wasn't really sure if I get a kind of plug&play version running, so every guide in the museum can setup the exhibit quickly.
A possible way could be to reinitialize one of the three headsets by just offering one "reconnect" hardware button for the guides (or even run a reconnect function every x seconds) – by knowing the port names of each device I can run listPorts(), look for one of my known ports and start a new connection on that port. I'm probably missing the key problem, but it for now it looks like a doable solution
Thanks again for your help!