Skip to content

Conversation

bdieudonne
Copy link
Contributor

@bdieudonne bdieudonne commented Apr 30, 2025

Added ANT SDK info as custom config_board function "get_info":

board.config_board("get_info")

would return (for example):

{
    "type": "EE411",
    "firmware_version": 12345,
    "serial_number": "424242",
    "sampling_rates": [500,512,1000,1024,2000,2048],
    "reference_ranges": [1,0.75,0.15],
    "bipolar_ranges": [1,0.75,0.15],
    "power_state": {
        "is_powered": 1,
        "is_charging": 0,
        "charging_level": -1
    }
}

Copy link
Member

@Andrey1994 Andrey1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as an idea looks nice, just need to swap to json on cpp side instead stringstream

@Andrey1994 Andrey1994 merged commit 44451d7 into brainflow-dev:master May 5, 2025
6 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants