Search found 3 matches
- Mon Jun 23, 2025 7:55 am
- Forum: ESP32 Arduino
- Topic: Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
- Replies: 4
- Views: 286
Re: Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
Thanks I have tried with SSD1306 and test is OK
- Sun Jun 22, 2025 2:32 pm
- Forum: ESP32 Arduino
- Topic: Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
- Replies: 4
- Views: 286
Re: Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
Good idea but same error with delay(1000); at begin of setup
- Thu Jun 19, 2025 3:01 pm
- Forum: ESP32 Arduino
- Topic: Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
- Replies: 4
- Views: 286
Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
Unable to configure ESP32-WROOM-30 in I2C master mode with Wire.begin(2, 4)
My code is OK with Wire.begin(14, 15) or Wire.begin(21, 22)
Thanks in advance https://gelit.ch/
#include <Wire.h> // I2C library
#include <SparkFunSX1509.h> // http://librarymanager/All#SparkFun_SX1509
#define I2C_SDA 2 ...
My code is OK with Wire.begin(14, 15) or Wire.begin(21, 22)
Thanks in advance https://gelit.ch/
#include <Wire.h> // I2C library
#include <SparkFunSX1509.h> // http://librarymanager/All#SparkFun_SX1509
#define I2C_SDA 2 ...