-->
Page 1 of 3

I2C using

PostPosted: Mon Nov 03, 2014 5:33 pm
by mcsa
Hello
Can anybody explain me how to use i2c bus on esp8266 or provide example?
I have an idea to connect temp and humidity sensors.
Thanks.

Re: I2C using

PostPosted: Mon Dec 08, 2014 1:02 am
by hansaya
I'm looking for the same thing for weeks now, did you had any luck?

Re: I2C using

PostPosted: Mon Dec 08, 2014 2:28 am
by reaper7
@hansaya - look at my github, You can find there simple drivers for bmp085/180, sht21, ina219
nothing special, I'm not a programmer, but it works for me:
https://github.com/reaper7?tab=repositories

You must remember that my drivers works with zarya i2c driver:
https://github.com/zarya/esp8266_i2c_driver

Re: I2C using

PostPosted: Mon Dec 08, 2014 2:44 pm
by reaper7
example with all drivers in one place:
(417.28 KiB) Downloaded 1322 times


Image