-->
Page 2 of 2

Re: multiple i2c devices with arduino

PostPosted: Thu May 30, 2019 1:47 pm
by AlexBatukh
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.

Re: multiple i2c devices with arduino

PostPosted: Tue Dec 31, 2019 5:14 am
by Telectronic
Hi,

I use ESP8266-12E board, but only 3 I/O port pin already free.
But I would like yet use INA219, DHT22, HX711 and DS18B20 sensors on one I2C bus.
Is possible on one I2C bus ?
Can you help me ?

Thanks.

zsolt

Re: multiple i2c devices with arduino

PostPosted: Thu Feb 06, 2020 6:15 am
by AcmeUK
Can you help me ?

YUP!
From a quick look at datasheets all these devices have a different interface. only the INA219 has a i2c interface.

Re: multiple i2c devices with arduino

PostPosted: Wed Aug 19, 2020 12:50 pm
by Tanvir
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.