-->
Page 1 of 1

RTC mdules (DS1307 type) i2c example program

PostPosted: Wed Feb 18, 2015 4:29 am
by fenyvesi
It is easy to get time from Web but if you use a thermostat required to work standalone also, to have an RTC module is a must have.

I prepared it from the IoT example (i2c) and a ported PIC lib (Ds1307).

DS1307 is a 5V device, but you can get a DS1338U33 (3.3V) module from 2-3 USD.

ESP-07 was used, the PIN definition and other settings can be checked in the program.

Re: RTC mdules (DS1307 type) i2c example program

PostPosted: Mon Jan 11, 2016 4:32 am
by Ashutosh choudhary
First of all thanks a lot for the code.
I need some help as I'm new to this, can you tell me how to use this file/project ?
I am on a windows machine therefore can't open makefile