Loading...
 

Michael's Project Blog

Pool Fill: SNTP Client

First a little rant. There are a couple NTP libraries for Arduino. None of them are actually NTP. All of them are SNTP but probably not even fully SNTP compliant.

Need to combine:
  • TimeLib
  • Arduino Timezone Library
  • ESP Library time.h (includes sntp.h)

  1. Need to work out the linkage between Arduino time library and the ESP time library
  2. Need to work out the linkage between the Timezone Library and the ESP time library
    • It seems that the ESP time library uses some fixed DST start/end values....
  3. Need a prototype for testing