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.

CC2652R: BLE Broadcaster example

Part Number: CC2652R

Hi All, 

I have the launchpad LP-CC2652R7 and I want to develop a Low power temperature sensor device running on a CR2032 battery. My device will wake up at every 10 seconds interval and will read the temperature sensor TMP1117 via I2C and will advertise the temperature reading by putting it into the advertisement packet along with the RTC time stamp. 

Can anybody suggest if there is any example code available for CC2652R7 as a BLE Broadcaster role which I can use to build my application using it. 

Thank you.  

Regards

Piyush Saxena 

  • Hi Piyush,

    You can have a look at all the TI examples in your SDK, > examples > RTOS > LP_CC2652R7

    You can use the architecture of the simple_peripheral example, in the ble5stack folder, which probably fit with your project.

    Simple peripheral has also the capacity to connect at a central device.

    Regards,