openbci-archive / OpenBCI_Python

The Python software library designed to work with OpenBCI hardware.
MIT License
510 stars 207 forks source link

(1) Scale factor bug fix in parser according to https://docs.openbci.… #118

Open cmello418 opened 5 years ago

cmello418 commented 5 years ago

…com/Hardware/03-Cyton_Data_Format#cyton-data-format-binary-format

(2) OpenBCIWiFi now applies the sample rate passed into the constructor (3) New option to prevent OpenBCIWiFi from automatically connecting to board upon instantiation (4) scaled_output and micro_volts can now be set in OpenBCIWiFi constructor (5) prevent connection exception during OpenBCIWiFi instantiation by placing small time delay between shield discovery and connecting to the board (6) New test to demonstrate how these changes/new options work