Setup
Bluetooth connection setup
To connect the BrainAccess device:
Plug-in Bluetooth adapter. Skip this step using an integrated Bluetooth adapter.
Scan for the devices and use the name of the device to connect to it with SDK.
Configuration file
Root directory of the program running BrainAccess can contain,
bacore.json
file describing acquisition parameters.
If the file is not present, default parameters are used.
Main components:
chunk_size: size of chunks to be acquired from core (Default: 25)
logging parameters for debugging.
model_path: custom location of models
The example file is provided in the root directory of BrainAccess package
{
"logging_enabled": false,
"log_path": "bacore.log",
"log_level": 0,
"append_logs": true,
"timestamps_enabled": true,
"autoflush": true,
"log_buffer_size": 512,
"thread_ids_enabled": false,
"model_path": "",
"update_path": "./",
"chunk_size": 25
}