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.

RTOS/CC1310: Implementing to send data just only when user clicked the switch?

Part Number: CC1310
Other Parts Discussed in Thread: CC1312R,

Tool/software: TI-RTOS

Dear All,

I'm designing 2 kinds of devices with CC1310/CC1312R,  asynchronous application driven-by clicking a switch.

I want to make the  CC1310/CC1312R.to be in deep-sleep with just memory retention.

And only if the user click a key button switch, then check the count number, battery voltage and display number, and then send the data.

Except that, the device should be stay in the deep sleep mode to reduce the current consumption.

Pls tell me how to set the radio protocol settings~ or which example is good for this application.

Thanks.

BR,

Sean.

  • I suggest you to use TI 15.4 Stack collector/sensor examples for this purpose. You can set sensor polling rate longer to save power.
  • As I read the description of what you you wan to implement you don't need a stack since, as I read it, you just want to send a packet, not receive anything.

    If that is the case you should be able to combine pinshutdown and rfPacketTx. In this case everything on the device will be off. or pinstandby if you require that something is on on the device. Why do you need memory retention?