Comments on: ESP32 Web Server: Set Timer Schedule (Arduino IDE) https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 04 May 2026 20:39:51 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1184967 Mon, 04 May 2026 20:39:51 +0000 https://randomnerdtutorials.com/?p=194284#comment-1184967 In reply to Gary.

Thanks 😀

]]>
By: Gary https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1182790 Tue, 28 Apr 2026 18:38:46 +0000 https://randomnerdtutorials.com/?p=194284#comment-1182790 Thanks again for another great tutorial! It worked well- I just had to set up the LED on pin 2 (devkit V1) to use the built in LED. As you said, it is a good project to be used as a template to add other outputs. Keep up the great work!

]]>
By: Lito https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1182369 Mon, 27 Apr 2026 02:50:08 +0000 https://randomnerdtutorials.com/?p=194284#comment-1182369 In reply to Sara Santos.

Sad to hear that, maybe I should step up to using ESP32.

Thanks anyways and regards,

Lito

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1182293 Sun, 26 Apr 2026 20:38:05 +0000 https://randomnerdtutorials.com/?p=194284#comment-1182293 In reply to Robert Warren.

Hi.

Make sure you’re using the correct ESPAsyncWebServer libraries by ESP32Async and not the ones by me-no-dev.
You should unninstall any similar libraries and install the ones by ESP32Async as mentioned in the tutorial.

Let me know if this fixes the issue.

Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1182291 Sun, 26 Apr 2026 20:36:57 +0000 https://randomnerdtutorials.com/?p=194284#comment-1182291 In reply to Lito Dicdican.

Hi.

No, unfortunately, we don’t.

Regards,
Sara

]]>
By: Robert Warren https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1181973 Sat, 25 Apr 2026 15:22:24 +0000 https://randomnerdtutorials.com/?p=194284#comment-1181973 /home/b0b/Arduino/libraries/ESPAsyncWebServer/src/WebAuthentication.cpp:74:3: error: ‘mbedtls_md5_starts_ret’ was not declared in this scope; did you mean ‘mbedtls_md5_starts’?
74 | mbedtls_md5_starts_ret(&_ctx);
| ^~~~~~~~~~~~~~~~~~~~~~
| mbedtls_md5_starts
/home/b0b/Arduino/libraries/ESPAsyncWebServer/src/WebAuthentication.cpp:75:3: error: ‘mbedtls_md5_update_ret’ was not declared in this scope; did you mean ‘mbedtls_md5_update’?
75 | mbedtls_md5_update_ret(&_ctx, data, len);
| ^~~~~~~~~~~~~~~~~~~~~~
| mbedtls_md5_update
/home/b0b/Arduino/libraries/ESPAsyncWebServer/src/WebAuthentication.cpp:76:3: error: ‘mbedtls_md5_finish_ret’ was not declared in this scope; did you mean ‘mbedtls_md5_finish’?
76 | mbedtls_md5_finish_ret(&_ctx, _buf);
| ^~~~~~~~~~~~~~~~~~~~~~
| mbedtls_md5_finish

]]>
By: Lito Dicdican https://randomnerdtutorials.com/esp32-web-server-timer-schedule-arduino/#comment-1181676 Fri, 24 Apr 2026 14:15:27 +0000 https://randomnerdtutorials.com/?p=194284#comment-1181676 Great tutorial!

Wonder if you have this thing for ESP8266?

Thank you guys for your vast tutorials.

]]>