Hi
I connected a liquid lens driver MAXIM MAX14574 to Jetson Nano on pin 1 3.3V, pin 3: I2C_2_SDA, pin 5: I2C_2_SCL and pin 6 GND.
The command sudo i2cdetect -l output as below:
The MAX14574 7 bits address is 0x77. But sometimes, the i2cdetect -y -r 1 command can’t detect the address 77 on terminal, which resulted my program does not work.
If i2cdetect can’t detect the connected device, a power cycle may make the connected MAX14574 available.
Would you please let me know how to sort out this issue?
Thanks