-->
Page 2 of 2

Re: RTC with ESP8266 NONOS-SDK

PostPosted: Fri Mar 08, 2019 11:33 am
by Agentsmithers
eriksl wrote:The DS1302 has a weird proprietary protocol to communicate with. I would suggest searching for an alternative RTC that has I2C or SMB (which is mostly the same) access. There are various (varying in quality) I2C implementations available for the ESP8266 and it's industry standard.


Thank for the Tip!