Hello, I have successfully used an HX711 breakout board to create a scale with a load cell sensor, where the HX711 is connected to the SDC and SDA pins of the MCU (tried in both Arduino UNO and ESP32-based boards).
I tried though the I2C scanner library (Arduino Playground - I2cScanner) to get its i2c address, but the scanner does not find it.
So I wanted to ask if the hx711 uses i2c for communication with the MCU. Moreover, would it be possible to connect to the same i2c (SDA, SDC) bus also other devices?