Other Parts Discussed in Thread: CC2540
Hi all,
I'm trying to develop a MATLAB GUI that is communicating with a BLE module based on CC2540. I was able to connect to the USB dongle, control it to search for the BLE module and then establish a connection with the BLE module. (Works fine).
Then, I have tried to call the temperature Attribute (0xFFE1) but I received the following packet:
04 FF 06 7F 06 02 B4 FD 00
instead of
04 FF 06 7F 06 00 B4 FD 00
which means the attribute cannot be read.
The same if I tried to call the battery level attribute.
Do I have to enable some authorization setting or something else?
If yes, how do I do it?
But, if it has nothing to do with the authorization, I'll double check my MATLAB code.
Regards,
Asiya

