Closed
Description
As part of the sensor initialization a reset is performed. This function has a call to time.sleep(2) between the EXIT and RESET commands. Why is there such a long wait there? This probably is not much of an issue when only using one sensor but when trying to use multiple sensors this delay really adds up quickly.
According to the datasheet
It is recommended to perform an ‘EX’ command and to wait 1ms, before issuing a ‘RT’ command. After the RT command, it is recommended to wait 1.5ms for the start-up sequence to complete.
Maybe that was meant as 2 ms? However, there is no delay after the reset itself.
Metadata
Metadata
Assignees
Labels
No labels