Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By AlexBatukh
#82566 I had the problem, and i was trying to do the same thing, i found that in the SSD1306Wire.h, in the connect() function, the Wire Clcock is set to 700khz Wire.setClock(700000); if you comment that line it should work fine.
User avatar
By Tanvir
#88384 Hi. I am new here.
I want to connect ESP12E as master communicate i2c with Arduino Uno as slave and i2c with OLED 0.96.

But I can only connect 2 of them each time. Either ESP with OLED or ESP with UNO. Any idea how I can do this? I want to capture data with UNO and send to ESP( and other calculation) and display values.

Any help will be very much helpful. Thanks in advance.