-->
Page 2 of 3

Re: Need help with rtc and esp12 e

PostPosted: Wed Jul 13, 2016 1:19 pm
by martinayotte
Same answer as provided in the other thread :

Effectively, 0x50 is the I2C address of AT24Cxxx EEPROM, not the DS1307 which is supposed to be 0x68.
Since EEPROM has been found, you I2C bus is working, but DS1307 didn't responded, it is problably badly wired or defective. If you are using those small PCB having both EEPROM and DS1307 on the same board, you need to verify if those have separate I2C buses or not, if separate, you need to connect both of them.

Re: Need help with rtc and esp12 e

PostPosted: Thu Jul 14, 2016 7:11 am
by lucascastorina
PROBLEM SOLVED!!!
I put two 2k2 pull up (3.3V) resistor at the SDA and SCL pins.
And i used Wire.begin(4,5);
Thanks you very much.

Re: Need help with rtc and esp12 e

PostPosted: Fri Jul 29, 2016 6:11 am
by tarunhv
Use 5 volt Logic converter. This is the only Solution to this problem.
;-)

Re: Need help with rtc and esp12 e

PostPosted: Fri Jul 29, 2016 8:16 am
by trackerj
You can find below example for 2 RTC IC's that are 3.3V tolerant and more than suitable for ESP8266: