Hi,
I'm trying to modify the SimpleBLEPeripheral to change Characteristic 1 from a single byte into a 16 byte array. I have successfully configured it to be initialised and it reads OK, but get an error when trying to write 16 bytes. Write permissions are enabled. I can see that I'm getting erors because the existing source code is configured for single byte write only. Are there any examples I can look at which succesfully write an array?
regards
Tony Green