sorry for my poor English.
I made a web server to get some big string variables from web and set them to a DS1307 chip so I can use them on my project.
esp8266 uses UART and DS1307 uses I2C. Is it possible to connect them to each other? And how I can access (read & write) DS1307's eeprom with esp?
Thanks in advance.