Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/SupportedBoards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ Supported platforms:
- MacOS
- Devices like Raspberry Pi

Available Ganglion commands can be found at `OpenBCI docs page <https://docs.openbci.com/Ganglion/GanglionSDK/>`_.

Enabling accelerometer data:

.. code-block:: python

board.config_board("n") # this decreases the resolution of EEG data and enables accel data

Ganglion Native
~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -259,6 +267,14 @@ Supported platforms:
- Linux, compilation from source code probably will be needed
- Devices like Raspberry Pi

Available Ganglion commands can be found at `OpenBCI docs page <https://docs.openbci.com/Ganglion/GanglionSDK/>`_.

Enabling accelerometer data:

.. code-block:: python

board.config_board("n") # this decreases the resolution of EEG data and enables accel data

Cyton Daisy
~~~~~~~~~~~~

Expand Down
Loading