Rop Gonggrijp

Results 71 comments of Rop Gonggrijp

I could maybe at some point build a more generic periodic alarm trigger thing. But knowing me, I would then also want to be able to set an alarm for...

Allright: I'll add recurring events sometime soon. I'll think how to make it clean, simple and maximally flexible. As for an example: I'm not sure I understand: if I check...

`setEvent` only takes a function and a time as arguments. The function is essentially just the address of that function in memory. Without raising `MAX_EVENTS` in `ezTime.h`, you have 8...

You'll have to tell me a bit more about your setup, and how you are connecting to Wifi. On first glance it looks like you can connect to Wifi but...

Maybe the timeout is too tight? Any of you on particularly slow links? (cellphone tether? Satellite?) Could you edit ezTime.h and on line 145 change the `#define NTP_TIMEOUT` from 1500...

Hmmmmm... 🤔 My code has no way of knowing what is local or not, it just sends and receives UDP packets. If it's not the round-trip time I would almost...

It might well be related to problems some people are experiencing with ESP-32s more broadly. (Such as [this one](https://github.com/espressif/arduino-esp32/issues/2778), but there's many other issues.) Can you compile with debugging info...

Hmmm. I'd have to look at the code to see why it would hang if called a second time. pool.ntp.org indeed returns one of many IP addresses. It could be...

Some next version should have better support for external time sources, ezTime is really built around NTP. That said: you could create an event that sets the time. If your...

Can you retry this? I set the NTP error-retry back to 20 seconds.