Hey all,
Is there any full examples of a BlueRadios BLE chip writing to its GATT?
I've tried using the ATGW command, but I seem to be stymied by an Invalid Attribute Error, even though the handle I'm writing to should exist (according to the GATT profile I pull down from an external tool).
The command I've tried is "ATGW,0,27,2,1\r", where I've tried the handles between 27-30 (according to my external tool, 27, 28, or 29 should be the handles of the write register). I've played around with some of the parameters, like the BRSP mode, but to no avail. I am connected while this is occuring, so I don't error out, but rather receive a GATT_DONE with the invalid attribute (or handle) error.
Anyone have ideas? Am I missing some configuration?
Cheers,
-SJ