I am trying to read the HTU21D via i2c bus. No success meanwhile.
I have tried:
- 2 different HTU21D module models: One model from Adafruit and other model GY-21.
- 2 separated units of each model to exclude broken module.
- Pull up resistors adding and removal for SCL and SDA.
- This example that claimed as working.
The voltage supply and hook up is correct. Other modules (bmp085 and tsl2561) are working fine with the same setup.
There is not ACK on address 0x40 to the HTU21D (i2c.address returns false).
An attempt to set the HTU21D to receive/transmit mode (i2c.write returns 0 no matter what).
What could be a problem?
Any hint is appreciated.