The ESP32-C3 is a lot more like a reduced version of ... So you design in an external ADC chip and connect it via I2C, or you tack on a shift register and drive it with the blindingly fast I2S ...
Using hardware I2C on an ESP32? Do you need to connect multiple I2C devices with the same address? Normally, you wouldn’t be able to do that without extra parts, but on the ESP32, [BastelBaus] h ...