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.

TIDA-00484: firmware data transmit

Part Number: TIDA-00484
Other Parts Discussed in Thread: HDC1000

I see the code of TIDA-00484.

It transmit HDC1000 sensor data. 

txTaskFunction task Rf_open send data and Rf_close there is no forever loop to send data continuously . 

my question is that is it continuously transmit or not? if yes then please explain HOW?

  • Dinkar, hello. This question will initially be handled by our Building Automation Systems team. However, the design owner for this design is on vacation this week. I will be forwarding your query to the team, but please expect that a response on your question may not happen until early next week.

    Thank you for your interest in Texas Instruments and TI Designs.

    Best Regards,
    John Fullilove
    Manager, TI Designs
  • Dinkar-
    Yes, you can set up continuous data acquisition in the HDC1000 config registers (data sheet has more information). Then use the DRDY pin to trigger an interrupt on the CC device to read the HDC1000 data registers and send out a data packet. However, this will severely effect your battery life as the MCU cannot be power cycled.
    -Jarrod