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.

CC2640R2F: cc2640r2f

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2650

Hello

i am using CC2640R2F launchpad. i have read that temperature sensor is inbuit, can someone please tell me how to know the current temperature, is it possible to know temperature? i need to connect this device to gps tracking. so please let me know how to measure the temperature

and i also could you please suggest me which external battery can i use for CC2640R2F

thank you in advance

  • Hello,

    There are driverlib functions that are available to read the temperature.

    We have an example that performs this called the long range peripheral. There is an example of it here
    github.com/.../longrange_peripheral.c, see the SimpleBLEPeripheral_performPeriodicTask() function.

    You can read more about the AON APIs used in the driverlib documentation included in your SDK, see AONBatMonTemperatureGetDegC


    The choice of external battery depends on your design requirements, but you can refer to the CC2650 Sensortag Reference design, it runs off a coin cell battery. (Note that CC2650 is pin compatible with CC26540R2F).