this is wrong:
time_t rtc = (uint32_t)buf
you use as time the pointer to a string with digits of the timestamp
it should be something like
time_t rtc = atol(buf)
so convert the string to a number
Explore... Chat... Share...
Moderator: igrr
time_t rtc = (uint32_t)buf
time_t rtc = atol(buf)
How To Save Values On Arduino With EEPROM I pres[…]
Here you may get some tips: https://www.reddit.com[…]
it directly use the SDK fubction wifi_station_set_[…]
From here: https://links2004.github.io/Arduino/d3/[…]
nop, the app is very small only every minute one m[…]
Thanks for the comment. We haven’t made a full tut[…]
Hi rooppoorali, thank you for your response. A[…]
Hello Jan, Ive the same problem as you've describe[…]
oups! the right adress is IPAddress subnet(255, […]
Hi, I am working on a project, where we need to c[…]
For memory expansion of ESP8266 boards, you can se[…]
Just registed to come here and say the same. I wa[…]
Overview: Hello all, I am doing an internship […]
Follow US on Twitter and get ESP8266 news and updates first.