ESP32 I2C as master and slave

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
wonde05
Posts: 26
Joined: Thu Apr 08, 2021 12:53 pm

ESP32 I2C as master and slave

Post by wonde05 » Mon May 02, 2022 5:34 am

Is it possible to use esp32 as an I2C slave device ? The esp-idf supports both master and slave and also i know that the pyboard supports i2C slave mode but in the micropython 1.18 documentation I couldn't find anything regarding esp32 slave mode.

Post Reply