-
Notifications
You must be signed in to change notification settings - Fork 47
How to Change EPOC(plus) modes
CymatiCorp edited this page Jan 23, 2019
·
1 revision
- Connect the EPOC+ device directly to a USB connector, into your computer.
- Turn on the EPOC+ device. (White light will be on)
- Open CyKIT.py as you would to stream.
C:\CyKIT-master\py3> C:\python34x32\python.exe .\CyKIT.py 127.0.0.1 54123 6 pywinusb
(preferred method is to also use thepywinusb
config option)
- Choose the rate of speed the EPOC+ device will broadcast data.
Note: A higher EEG data speed of 256hz, or a higher gyro speed of 64hz will
result in a shorter battery life. To delay time between charging, you can
choose a lower data transmission rate.
- Verify the mode change was completed successfully.
ThenCTRL+BREAK
to Exit.
It is good to repeat Step 3. to verify that the mode was changed successfully.
- Disconnect device from USB.
- Pair the device. (See How to Pair USB device)
- Run CyKIT.py as normal, verifying your data mode was successful.
C:\CyKIT-master\py3> C:\python34x32\python.exe .\CyKIT.py 127.0.0.1 54123 6 outputdata
Use theoutputdata
config option, to verify the counter is going from0-127
or0-255
according to the mode that was selected.
Note: EPOC+ Consumer in 128/256hz modes, the keymodel to use will be 6.
EPOC+ Consumer, in the old 14-bit EPOC mode, will use keymodel 7.