Peter Allan

Results 7 comments of Peter Allan

I have modified ezTime with microsecond resolution, and linear interpolation of a set (32) of recent NTP sync events. It also gradually increases the sync interval until it's only checking...

Thanks for encouragement. I'll have it cleaned up and submitted in a week. Regarding accuracy, I've been using this approach in an ESP8266 application for years. There are [statistical techniques](https://stats.stackexchange.com/questions/101318/understanding-shape-and-calculation-of-confidence-bands-in-linear-regression)...

I have the library in good shape with the new features, but it needs testing. It should not break existing applications that use it. I have only tested it on...

Haven't tried it yet on Pico, but curious why the physical pull-up resistor, don't the GPIO pins offer that option gpio_pull_up()? Also could this protocol be implemented with PIO? I've...

Same issue but I fixed it by looking at the latest Adafruit code. In **read_temperature( )** change the relevant case to ``` case DHT_TYPE_11: to_return = data[2]; if (data[3] &...

My git skills are limited, but I think I did it right. There's another change in the Pull Request - increased COOLDOWN_TIME - that might cause problems elsewhere. Thanks for...

I looked carefully at your photograph at the top of your forked GitHub page. It looks like you have a pair of resistors connected to _both_ GPIOs 3.2 and 3.1,...