Hi Everyone!
I am trying to communicate between my Raspberry Pi Zero W and SM72442.
I have made the connections and setup according to this tutorial: https://learn.sparkfun.com/tutorials/raspberry-pi-spi-and-i2c-tutorial
Additionally, as Raspberry Pi I2C works at 3.3V and SM72442 works at 5V, I have used this logic level converter: https://www.sparkfun.com/products/12009
However, as I run the i2cdetect -y 1 command, I do not see my device on the connected list. Can you please tell me what could be happening?