Hi,
I am new to CC2540.
Am I correct to say that, for CC2540 simpleBLEperipherial project, Characteristic 4 notification will notify whenever there is a change in value right?
Currently I am able to get my temperature reading (which has newly sample reading every 5sec), and i would like characteristic 4 to notify that temperature reading on ios app every time sensor has new reading. And the ios app i use is called LightBlue, which can turn on notification easily.
So my question is, which part of "simpleGATTprofile.c" code i need to add in my temperature reading to get notified as Characteristic 4 value?
Thank you.
Regards,
LB