neuromore / studio

neuromore Studio is your all-in-one biofeedback suite
https://neuromore.com
122 stars 39 forks source link

Anybody using Versus headset? #81

Open iPsych opened 3 years ago

iPsych commented 3 years ago

Hi, does anybody using the Versus Headset?

I installed the pre-compiled version in MacOS, and it detects the Versus headset. But than nothing changes. Still the available signal source is testdevice, even the versus headset seems to communicate via bluetooth.

I am confusing that whether it's due to BLE edition issue, or MacOS version of Neuromore not supports the Versus.

cyberjunk commented 3 years ago

Hello @iPsych ,

Versus code (may be for older revisions?) can be found here: https://github.com/neuromore/studio/tree/master/src/Engine/Devices/Versus https://github.com/neuromore/studio/tree/master/src/Studio/Devices/Versus

Communication seems to use a serial-port (from Qt serial port module). This serial-port should be created in your operating system when doing one of these things:

I suggest to start by making sure you have this serial port available after doing one of the things above.

Also: We definitely do not support BTLE for the Versus. If you see it in some kind of BTLE scan results windows inside Studio, this has no meaning. It exclusively supports BTLE Heart-Rate-Monitors as of now.

PS: Also check the log file, the Versus code creates quite some logs.

iPsych commented 3 years ago

Hello, @cyberjunk Thank you for the kind explanation.

When I connect the device, it shows tty.usbmodem1411 in my /dev/ list checked in commandline.

In system info, I can see the freescale semiconductor.

USB TO SERIAL:

Product ID: 0x0066 Vendor ID: 0x15a2 (Freescale Semiconductor, Inc.) Version: 1.10 Serial Number: version 1.1 Speed: Up to 12 Mb/sec Manufacturer: FREESCALE SEMICONDUCTOR INC. Location ID: 0x14100000 / 18 Current Available (mA): 500 Current Required (mA): 100 Extra Operating Current (mA): 0

However, the neuromore cannot detect it. Should I compile one myself or change the code you mentioned above?

iPsych commented 3 years ago

@cyberjunk Hello, again. I tested in Ubuntu 18 too. I could find the connected serial device. However, it cannot be selected as 'active device' in neuromore studio. Is there any specific step I should do?

iPsych commented 2 years ago

@cyberjunk Finally, I checked with Windows version too. All three versions cannot detect the Versus. The demo 'versus Beta-Gamma Ratio' shows error 'A graph contains errors.' Would you kindly check if the device was tested?