Search found 1 match
- Mon Dec 09, 2024 4:20 pm
- Forum: ESP32 Arduino
- Topic: I2C Slave on ESP32 Returns 'endTransmission: 4'
- Replies: 1
- Views: 2816
I2C Slave on ESP32 Returns 'endTransmission: 4'
I am working on an ESP32-based I2C Slave that communicates with a ESP32 Master device. The system involves receiving commands from the Master (e.g., "ON" or "OFF") to control an LED and sending back responses such as "LED ON" or "LED OFF" i.e., current status of LED. The functionality works, but the ...