Search found 4 matches

by Andre_Cilia
Wed Oct 18, 2023 7:33 am
Forum: ESP-IDF
Topic: I2C stretching
Replies: 2
Views: 2645

Re: I2C stretching

Hi TomasCZ,

Have you managed to find a solution to this problem?

Thanks and regards,
Andre
by Andre_Cilia
Thu Aug 24, 2023 10:31 am
Forum: ESP-IDF
Topic: I2C Slave on ESP32-S3
Replies: 1
Views: 1649

I2C Slave on ESP32-S3

Hi, I am designing a circuit which requires an I2C slave on an ESP32-S3. I also have an I2C master port which is working perfectly well polling another device. However the I2C slave port has this major problem, whereby a read request interrupt is serviced before the data received interrupt. Therefor...
by Andre_Cilia
Mon Aug 21, 2023 2:51 pm
Forum: ESP32 Arduino
Topic: I2C Slave on ESP32-S3
Replies: 1
Views: 1083

Re: I2C Slave on ESP32-S3

Bump
by Andre_Cilia
Fri Aug 04, 2023 1:22 pm
Forum: ESP32 Arduino
Topic: I2C Slave on ESP32-S3
Replies: 1
Views: 1083

I2C Slave on ESP32-S3

Hi, I am designing a circuit which requires an I2C slave on an ESP32-S3. The development is being done in ESP-Arduino framework on PlatformIO I also have an I2C master port which is working perfectly well using the Arduino Wire library. However the I2C slave port has this major problem, whereby a re...