Search found 1 match

by ThingEngineer
Fri Oct 19, 2018 1:44 pm
Forum: ESP32 Arduino
Topic: WIFI KIT 32 - Two I2C devices problem
Replies: 2
Views: 5168

Re: WIFI KIT 32 - Two I2C devices problem

If you look at the pinout for the WiFi Kit 32 you'll notice that the integrated OLED is not connected to the standard I2S SDA,SCL pins of 21,22. It is connected on pins 4,15 with the reset pin on 16. Simply initialize the wire library like this:

Wire.begin(4, 15); //Wire.begin(SDA, SCL);