Closed othmaan closed 8 years ago
Break it down into an array of bytes so something like:
var bytes = [0x01, 0x02, 0x03, 0x04]; var value = bluetoothle.bytesToEncodedString(bytes); var params = { value: value, address: ..., service: ..., characteristic: ... }
Thanks a lot. I didn't know how to add a tag 'question' :)
Break it down into an array of bytes so something like: