Other Parts Discussed in Thread: CC2541DK-MINI, CC2540
Hi! I've a cc2541DK-mini kit and a SensorTag.
I'm using the SensorTag device with the BLESimpleBroadcaster example and I've modified it to send a diferent "AdvData" each time I press a button. I checked it using the TI Sniffer with the cc2540 USB Dongle and it works fine.
Here comes my problem:
I want to use the KeyFob device as an BLESimpleObserver and make it do different things according with the "AdvData" retreived. I checked that it discovers that an advertisement has been launched making a led on when it occurs. But I don't know where the incoming data is stored and how to manage it. My idea is to get the data to analize it and depending on its value to make differents things
I need help!!!