openbci_board
Control OpenBCI hardware: connect, disconnect, check status, list ports and boards, and run a synthetic probe.
Instructions
Manage OpenBCI hardware connections via BrainFlow.
OPERATIONS:
connect: Open session to Cyton, Ganglion, Galea, synthetic, or streaming board.
disconnect: Release session and stop streams.
status: Current connection and channel metadata.
list_ports: Enumerate serial COM ports (Windows/macOS/Linux).
list_boards: Supported board keys and BrainFlow IDs.
probe: Quick synthetic-board smoke test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip_port | No | Multicast port for streaming board | |
| board_key | No | Board type: cyton, ganglion, cyton_daisy, galea, synthetic, streaming | |
| operation | Yes | Board lifecycle operation. | |
| ip_address | No | Multicast IP for streaming board | |
| mac_address | No | BLE MAC for Ganglion | |
| serial_port | No | Serial port for Cyton/Galea, e.g. COM3 | |
| master_board_key | No | Master board when using streaming mode |