Observed when running sensor.begin().
The library checks the power supply mode by reading the power supply. It then issues a reset sequence.
According to the docs, the master sends a reset when starting a transaction, not when finishing one.
Below is a pulseview image showing the behaviour :
The diagram shows a match rom command (0x55) followed by Read Power command (0xb4) immediately followed by a reset pulse.
Then another reset is being issued when starting a new command as can be seen below:
Observed when running
sensor.begin()
. The library checks the power supply mode by reading the power supply. It then issues areset
sequence.According to the docs, the master sends a reset when starting a transaction, not when finishing one. Below is a pulseview image showing the behaviour :
The diagram shows a match rom command (
0x55
) followed by Read Power command (0xb4
) immediately followed by a reset pulse.Then another reset is being issued when starting a new command as can be seen below: