Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By hugch
#26805 Hi developers,
if there is any plan to add i2c client support with the wire library?

Thanks for reply.

Regards,
Kalle
User avatar
By kolban
#26812 Howdy Kalle, just to be sure I understand what you mean ... you are looking for the ESP8266 Arduino support to allow an ESP8266 to be an I2C client to a foreign I2C master device?
User avatar
By hugch
#26815 Hi kolban,
yes. This is exactly that what i've been looking for.
Sorry for my not understandable question, but my english is pretty bad.
User avatar
By Blackys_Boss
#27079 Me too!
I was hoping to make a setup with an arduino nano, a 24c256 EEProm, a DS1307 RTC chip and an ESP-01. So the ESP can take care of all things IP, and the nano does the rest. (I'm now using a bulky Mega2560 and en Ethernetcard)
But for this, I need multimaster functionality, I think.