#include <Wire.h>
#define SDA_PIN 21 // Use GPIO21 for SDA
#define SCL_PIN 22 // Use GPIO22 for SCL
void setup() {
// Initialize serial communication
Serial.begin(115200);
delay(1000); // Give time for serial monitor to connect
// Initialize I2C with specified SDA and SCL pins
Wire.begin(SDA_PIN ...
Search found 2 matches
- Wed Jun 11, 2025 9:41 am
- Forum: General Discussion
- Topic: No touch response or I2C data from CY8C20110-SX2I on ESP32
- Replies: 3
- Views: 60
- Wed Jun 11, 2025 7:11 am
- Forum: General Discussion
- Topic: No touch response or I2C data from CY8C20110-SX2I on ESP32
- Replies: 3
- Views: 60
No touch response or I2C data from CY8C20110-SX2I on ESP32
Hi all,
We’re working on a custom PCB under our startup “Slogfy” where we’ve integrated the CY8C20110-SX2I capacitive touch IC with an ESP32 microcontroller. However, we’re not able to receive any data or touch status over I2C.
🔹 IC: CY8C20110-SX2I
🔹 Microcontroller: ESP32 (using Arduino IDE ...
We’re working on a custom PCB under our startup “Slogfy” where we’ve integrated the CY8C20110-SX2I capacitive touch IC with an ESP32 microcontroller. However, we’re not able to receive any data or touch status over I2C.
🔹 IC: CY8C20110-SX2I
🔹 Microcontroller: ESP32 (using Arduino IDE ...