Greeting,
I've the cc2540 mini dk but I'm completely new to BLE and CC2540 so pls excuse my stupid questions (and my bad English).
What I want is to make keyfob to transmit some small data every 2 sec (for example output from sensor or something).
Question: In what profile I need the 2 devices for this particular use case?
Do I need the keyfob and dongle to be in connected state to do this?
If one is broadcaster (keyfob) and other observer they can exchange small packets without being connected, right? Or I'm on the wrong track?
Question: Is there somewhere some help/explanation for the SimpleBLEObserver/Broadcaster demo?
How to use it exactly? I don't see anything in the demos guide.
I flashed the both devices with the hex output from their projects but the dongle doesn't seem to work (not recognized as usb-serial-something...).
So where to start?
Do I need the Observer-Broadcaster demo at all or I can reuse parts of the KeyFobDemo?
I want to transmit from keyfob some data (let's say battery status) every 2 seconds and to read the data with the dongle.