Board: DoIT ESP32 DevKit V1
Arduino IDE 2.3.6
Updated the ESP32 board library from 3.1.3 to 3.2.0
With this new version the serial monitor is continuously throwing error messages about the I2C.
Example from serial monitor:
E (596005) i2c.master: I2C transaction unexpected nack detected
E (596005) i2c.master: s_i2c_synchronous_transaction(924): I2C transaction failed
E (596011) i2c.master: i2c_master_transmit_receive(1220): I2C transaction failed
E (597046) i2c.master: I2C hardware NACK detected
E (597046) i2c.master: I2C transaction unexpected nack detected
E (597046) i2c.master: s_i2c_synchronous_transaction(924): I2C transaction failed
E (597052) i2c.master: i2c_master_transmit_receive(1220): I2C transaction failed
E (598033) i2c.master: I2C hardware NACK detected
After a downgrade to 3.1.3 again it works fine.
BTW: I think ESP32 version 3.2.0 - #4 by sonofcy might suffer from the same problem.