Hackaday (unofficial) March 2, 2024 4:04pm Sometimes It’s the Little Things #microcontrollers #rants #clever #i2c #i2caddressing #multiplexer #newsletter #hackaday posted by pod_feeder_v2 Sometimes It’s The Little Things I had one of those why-didn’t-I-think-of-it moments this week, reading this article about multiplexing I2C on the ESP32 microcontroller. The idea is so good, and so simple, that it’s almost silly t…
Hackaday (unofficial) February 28, 2024 1:00pm Avoid I2C Address Conflicts On ESP32 By Pin Muxing #microcontrollers #esp32 #i2c #i2caddresstranslation #i2caddressing #i2cbus #hackaday posted by pod_feeder_v2 Avoid I2C Address Conflicts On ESP32 By Pin Muxing 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…