Page 1 of 1

Two I2C channels using the ESP32

Posted: Mon Jun 10, 2019 2:18 pm
by lenhalio
Is it possible to create two separate I2C channels using the ESP32 module?

Re: Two I2C channels using the ESP32

Posted: Mon Jun 10, 2019 4:27 pm
by WiFive
There are two I2C controllers on board of the ESP32, each of which can be set to master mode or slave mode.
https://docs.espressif.com/projects/esp ... s/i2c.html

These answers are easy to find if you read the docs!

Re: Two I2C channels using the ESP32

Posted: Mon Jun 10, 2019 5:44 pm
by lenhalio
Excellent.....that is what I had hoped for but some posts indicated that there was only one I2C controller per ESP32. Thank you.