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.

Turn on Beacon advertising on theCC2650STK

Other Parts Discussed in Thread: CC2650STK

Tried following instructions on turning CC2650STK Beacon advertising on - using the buttons combinations suggested in this TI file

  

but - if there was a Beacon - it was never picked up by my various iBeacon scanners - for iOS and OSX - that otherwise work faultlessly.

Question:

Is it possible to use the 'SimpleLink SensorTag Debugger DevPack' and CCS 6.1 - to turn on indefinitely Beacon advertising on the CC2650STK

while at the same time pick up and consume all other services - like temperature - gyroscope, etc?

Thanks

  • Hi Diego,

    The default CC2650STK SensorTag fw is a peripheral device that will advertise when a button is pressed (assuming it's not already in a connection).

    You can use the simpleBLEBroadcaster project as a reference to setup your beacon/broadcaster application. Please also refer to the Bluetooth Smart beacon app note: www.ti.com/.../swra475.pdf for more details.

    Best wishes