I want to write an array of bytes (values from 0x00 to 0xFF) to a characteristic. I can read an array of bytes easily enough using the Characteristic.GetValue method. However in the BLE Extended Library there is no Characteristic.SetValue method. There is only a Characteristic.SetString method and the string it creates contains extra bytes that is corrupting my data. Please help.
Hello All;
This is my first posting as a new member on these forums. Has anyone just acquired an advertising packet from their BLE device without doing any other connection? There is space in the advert for a minimal data payload that would be sufficient for some sensor types. This would seem to circumvent some of the issues with maintaining the connections. Thanks,
Chris Z
That's the log so far, it supports ble, it discovers and connects.
As far as reading variables from the device, is that something that is broadcasted from the device on an change event or is it something I poll using a timer. (I've got a timer service).