This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

starting up with cc2450 mini dk

Other Parts Discussed in Thread: CC2540, BLE-STACK

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.

  • Hello,

    In addition to the respective CC2540 MINI-DK User & Quick Start Guide, to further enhance your understanding of the TI BLE-Stack SDK, I suggest reviewing the BLE SW Developer's Guide which is in the SDK Documents folder. This will give you the fundamentals for understanding the examples on the TI BLE Wiki. I'm confident that you will be able to answer your questions after you spend some time with the documentation and exploring the code with the CC Debugger!

    Best wishes