I'd like to adjust the data rate to once per second. Is there a config parameter that will do that or do I need to adjust the demo program to send out data less often?
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.
I'd like to adjust the data rate to once per second. Is there a config parameter that will do that or do I need to adjust the demo program to send out data less often?
If you only want to measure once per second then you could turn the frame rate down to once per second. However, I anticipate that you will want to chirp more often than once per second, but only transmit the output data once per second, in which case, you'll need to modify the demo code.
Best,
Nate
The tuning guide indicates
deltaT (int) 120 msec Frame Rate. This should match the sensor chirp configuration.
So I change parameter 7 of trackingCfg (deltaT) from 120 to 1000 (e.g. trackingCfg 1 2 800 30 46 96 1000)
But what parameter needs to be adjusted in the sensor chirp configuration?