A reference implementation for utilizing the TimoTwo FX RDM service using Python.
For documentation of the RDM BLE interface, please checkout RDM data service.
- Python 3.11
- Pipenv
Install the dependencies by running
pipenv install
Run the script by following command
pipenv run ./ble_rdm.py <UUID>
Replace <UUID>
with the BLE UUID of your target device.