Open
Description
It appears that I am unable to write to a characteristic that is 64 bytes long.
Any attempts to write to the characteristic seems to crash the board. I know that with BLE it's required for the communication to chunk the writing. My app works with another BLE chip set but doesn't work with the Curie any hints?
BLECharacteristic credentials("bfe433cf-6b5e-4368-abab-b0a59666a403", BLERead | BLEWrite, 64);
As you can see this characteristic is 64 bytes long. The firmware works so long as no attempt is made to write to it.
Using CurieBLE driver with version 2.0.0 RC4.