Turning on SRB2 and setting to use SRB1 (Yes) in Python

srakrnsrakrn Thailand
Hello, I'm very new to OpenBCI. I would like to consult on some settings I needed to achieve in my Python code.
After importing open_bci_v3 into my Python code, I then initialise the board with the following commands. Things appears to work well.

from open_bci_v3 import OpenBCIBoard
board = OpenBCIBoard()

Which seems to satisfy my work. However, I needed to achieve some settings: Turning off SRB2, Setting SRB1 to Yes, and turn off all the pins except the first one. How can I achieve this settings in my Python code?

Thanks in advance! :D

Comments

  • wjcroftwjcroft Mount Shasta, CA
    Srakrn, hi.

    Are you sure you need to use SRB1 instead of SRB2? Why? It sounds like you are using a single channel. You could use that channel 1 with either SRB2 as your reference (the default) or in differential mode with the IN1P IN1N pins. But no real advantage in doing that. The default setup with common reference bus on SRB2 is fine.

    You can adjust Channel Settings with the SDK commands, sending the appropriate strings to the COM port.


    Regards, William
Sign In or Register to comment.