What is the wake up time to sensing after power is applied? Datasheet says 2mS, I assume this from sleep mode.
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.
What is the wake up time to sensing after power is applied? Datasheet says 2mS, I assume this from sleep mode.
Hello Jaden,
2ms is power-up time.
Coming from the sleep mode it will take a few LC oscillation cycles to achieve stable oscillation, so the first 3 data samples may be somewhat inaccurate. After that you have stable conversion.
Data rate is determined by the oscillation freq. and programmable Responce Time (please refer to DS)
Hi Jaden,
The first 3 data samples should be discarded if data is retrieved using a timer clocked to the output data rate (polling). If data is retrieved using DRDY function on the INT pin, then sampling after the first DRDY from wakeup will be valid data.
Thanks