I connected RaspberryPiRaspberry Pi 3 to an Arduino Uno through I2C. TheThe Arduino Uno uses the I2C as slave.
When I connect AM2320 sensor (temperature and humidity) to the Arduino Uno, I am getting the response that the sensor is offline.
I tested the sensor on RaspberryPiRaspberry Pi 3 and it is working fine. On the RaspberryPiRaspberry Pi the address is 0x5c. On most libraries, the address is 0xb8. I have the same result when I tried these 2 addresses.
Do I have problem because Arduino Uno is working as slave?