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.

CC2650STK: Send sensor data without BLE connection, using advertisement packets

Part Number: CC2650STK
Other Parts Discussed in Thread: CC2650

Hi,

I want to send various sensor values via advertisement packets on cc2650 sensortag.

The problem is that sensortag sends advertisement when there is not any connection with any BLE devices. In this situation, sensors are not active to be take data. In other hand, when a connection established, the advertisement is stopped. 

I tried to modify the source code to overcome this issue through changing conditions of sensor activation.

Currently, I can  send connecting or non-connecting advertisement packets contains object temperature(TMP007) sensor data. 

What is a convenient way to get sensor data without any connection to data collectors?

Thanks in advance.