Turning on SRB2 and setting to use SRB1 (Yes) in Python
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! 

Comments