Setting value? Sending bytes?
-
I send this with BLE on my Lopy:
And get this from the other lopy:
Do I need to decode or encode this to get the same message as the output?
I believe all I'm doing right now is updating the value and notifying the change, but can I use char.write(bytes[5]) if I want to send over BLE?