You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To choose this board in BoardShim constructor please specify:
940
+
941
+
- board_id: 44
942
+
- Optional: mac address field of BrainFlowInputParams structure
943
+
944
+
Supported platforms:
945
+
946
+
- Windows
947
+
- Linux
948
+
- MacOS
949
+
- Devices like Raspberry Pi
950
+
951
+
**On Linux in order to compile and use it you may need to install :code:`libbluetooth-dev` for Debian like systems and :code:`bluez-libs-devel` for Fedora like.**
952
+
953
+
Available :ref:`presets-label`:
954
+
955
+
- *BrainFlowPresets.DEFAULT_PRESET* contains EEG data
956
+
- *BrainFlowPresets.AUXILIARY_PRESET* contains Gyro and Accel data
957
+
- *BrainFlowPresets.ANCILLARY_PRESET* contains battery and temperature data
958
+
959
+
Steps to find MAC address:
960
+
961
+
- On Windows: open device manager, navigate to explore device, click properties and select Bluetooth Address
962
+
- On Linux: install bluez-utils and run :code:`bluetoothctl paired-devices`
963
+
- On MacOS: run :code:`system_profiler SPBluetoothDataType`
964
+
965
+
Steps to connect:
966
+
967
+
- Enable device and Pair it with your laptop using bluetooth settings
968
+
- Ensure that blue LED is blinking before calling :code:`board.prepare_session()`
969
+
- If you see green LED probably you need to reboot a devce
To choose this board in BoardShim constructor please specify:
981
+
982
+
- board_id: 44
983
+
- Optional: mac address field of BrainFlowInputParams structure
984
+
985
+
Supported platforms:
986
+
987
+
- Windows
988
+
- Linux
989
+
- MacOS
990
+
- Devices like Raspberry Pi
991
+
992
+
**On Linux in order to compile and use it you may need to install :code:`libbluetooth-dev` for Debian like systems and :code:`bluez-libs-devel` for Fedora like.**
993
+
994
+
Available :ref:`presets-label`:
995
+
996
+
- *BrainFlowPresets.DEFAULT_PRESET* contains EEG data
997
+
- *BrainFlowPresets.AUXILIARY_PRESET* contains Gyro and Accel data
998
+
- *BrainFlowPresets.ANCILLARY_PRESET* contains battery and temperature data
999
+
1000
+
Steps to find MAC address:
1001
+
1002
+
- On Windows: open device manager, navigate to explore device, click properties and select Bluetooth Address
1003
+
- On Linux: install bluez-utils and run :code:`bluetoothctl paired-devices`
1004
+
- On MacOS: run :code:`system_profiler SPBluetoothDataType`
1005
+
1006
+
Steps to connect:
1007
+
1008
+
- Enable device and Pair it with your laptop using bluetooth settings
1009
+
- Ensure that blue LED is blinking before calling :code:`board.prepare_session()`
1010
+
- If you see green LED probably you need to reboot a devce
0 commit comments