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.

LAUNCHXL-CC26X2R1: LAUNCHXL-CC26X2R1

Part Number: LAUNCHXL-CC26X2R1

I am a student and new in the field of distributed embedded systems and IoT. I am given a TI LAUNCHXL-CC26X2R1 Microcontroller to implement a distributed Embedded System design (IoT) project. I am considering a small design like getting a room temperature using a sensor in the Microcontroller and reading the temperature in smartphones and browsers. I would also like to send signal from mobile phones/browser to the MCU to either turn a buzzer or LED on/off. Please, I need guidance and working codes to use. Thank you.

Ernest Ugwoke.

  • Hi Ernest,

    I recommend you to go over the SimpleLink Academy labs to learn about how to use BLE:

    dev.ti.com/.../overview.html

    There are multiple examples here and inside the CC26X2 SDK on how to interface with the device via BLE and read out data (be that a sensor or something else). Interfacing with a browser (assuming normal internet here) would have to be done via some kind of gateway application (Device -> BLE/TI15.4/TI-OpenThread -> Gateway -> Internet).