Kaeden Brinkman

Results 8 comments of Kaeden Brinkman

I'm not super familiar with the inner workings of Bleak, but I am getting a `OSError: The parameter is incorrect` after calling `await client.write_gatt_char(MY_UUID, msg)`. Is this related to this...

`initMsg()` returns a byte array from a protobuf message: `return my_proto_msg.SerializeToString()` When I do `print(type(msg))`, I see ``. Let me know if this still isn't enough information.

``` Traceback (most recent call last): File "%pythonlibdir%\asyncio\locks.py", line 226, in wait await fut asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File...

Looks like that worked. Thanks so much for the help! I am curious, why is it that the limit is different if there is a response? Also, if anyone else...

Bluetooth/BLE support would be awesome. There are a TON of apps out there that use BLE to connect to devices - by adding BLE support it would be possible to...

I see, any tips on where I should look to figure this out?