Hi TomasCZ,
Have you managed to find a solution to this problem?
Thanks and regards,
Andre
Search found 4 matches
- Wed Oct 18, 2023 7:33 am
- Forum: ESP-IDF
- Topic: I2C stretching
- Replies: 2
- Views: 2956
- Thu Aug 24, 2023 10:31 am
- Forum: ESP-IDF
- Topic: I2C Slave on ESP32-S3
- Replies: 3
- Views: 2406
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...
- Mon Aug 21, 2023 2:51 pm
- Forum: ESP32 Arduino
- Topic: I2C Slave on ESP32-S3
- Replies: 1
- Views: 1299
- Fri Aug 04, 2023 1:22 pm
- Forum: ESP32 Arduino
- Topic: I2C Slave on ESP32-S3
- Replies: 1
- Views: 1299
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...