I'm running the NUS demo on my nRF52 DK board and I can connect and send/receive data using the nRF Toolbox app on Android.
Now I'd like to use Python from my (Windows 11) laptop. I installed the Python Bleak library and from Python and I can find the Nordic_UART_Service device and connect to it. But I am not able to write to the gatt characteristic (UUID 6e400002-b5a3-f393-e0a9-e50e24dcca9e ).
I'm getting a "characteristic not found" error from the Bleak Client.
Does anyone have some Python example code that successfully does I/O to the NUS app?
Regards,
Bret