I have been using information provided in your article ESP32 NTP Time – Setting Up Timezones and Daylight Saving Time for several projects and all have worked. I am now developing an application that requires the use of GPS for time. I am reading GPS time/date and it works fine, but need to convert it to a local timezone and correct for DST. How do I replace using the NTP with setting the time with TinyGPS++? Could use a little help with this problem.
Hi.
Can you better explain your question?
I don’t think I understand what you really need. Can you provide more details?
Regards,
Sara
I need to replace the set time that is currently using NTP with a process that use GPS time. I don’t have a network connection but I do have great access to GPS satellites. Hope that clarifies.
I get a series of integers from tinygps++ gps.time.hour(), gps.time.minute(), gps.time.second(). gps.date.month(), gps.date.day(), gps.date.year(). I am now trying setTime to set the clock. Will see how that works.