Comments on: ESP8266 NodeMCU Async Web Server – Control Outputs with Arduino IDE (ESPAsyncWebServer library) https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 17 Mar 2025 11:45:20 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bimal https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-898433 Thu, 14 Mar 2024 22:29:02 +0000 https://randomnerdtutorials.com/?p=99568#comment-898433 Hi sara. Thank you so much for the every posts you are and you are a great person. I have a question. Programatically how to turn off the toggle switch. I need to turn off one switch automatically once it is turned on.Thank you again

]]>
By: fabio https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-856171 Sun, 20 Aug 2023 21:10:22 +0000 https://randomnerdtutorials.com/?p=99568#comment-856171 Hello, very nice tutorial

Have you succeed in making Get or Post requests from this server?

Im having trouble with this can you help? Also i could not update after changing to this lib

it gives exceptions…

thanks in advance

]]>
By: Mateusz https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-800912 Sun, 04 Dec 2022 12:33:24 +0000 https://randomnerdtutorials.com/?p=99568#comment-800912 Hello, could You make tutorial about getting NTP time on AsyncWebServer?

]]>
By: Shubham https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-766378 Sun, 03 Jul 2022 00:50:01 +0000 https://randomnerdtutorials.com/?p=99568#comment-766378 Hey my website contains css which contains menu bar which is not hiding. In short css is not working. But when I don’t use the processor code then everything works fine.

]]>
By: Richard https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-730129 Sat, 05 Mar 2022 14:26:52 +0000 https://randomnerdtutorials.com/?p=99568#comment-730129 Thanks for the webserver code

I can now succesfull use multiple leds on a wemos D1 board, But…….

I cannot MIX the buttons and the slider code together.

Its a css html thing thats not working.

My code to make things blink and glow works

Its only the retrieving part of the webpage thats not working.

Can someone help me with that ?

]]>
By: Michael https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-728118 Tue, 22 Feb 2022 14:09:10 +0000 https://randomnerdtutorials.com/?p=99568#comment-728118 Hello,
i took the asyncWebServer-master.zip and put it in the library as usual.i was surprised that it says it never found the library.Eps8266 is what i did.
thanks a lot in advance for using

]]>
By: Hairyloon https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-716569 Mon, 03 Jan 2022 12:46:02 +0000 https://randomnerdtutorials.com/?p=99568#comment-716569 How can I put two buttons on one row?

]]>
By: Daniel Thackeray https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-647367 Sat, 17 Jul 2021 01:38:36 +0000 https://randomnerdtutorials.com/?p=99568#comment-647367 Thanks for the example.

Note that there is a small trap for young players – pin numbering. The sketch uses the device GPIO pin numbering, not the Arduino constants (D1, D2, etc). This is obvious from the code and the button naming, but it means that to see the switching happening you have to take into account the mapping of GPIO pins to the Dxx numbers that are likely used for the particular prototype board being used, and that can change between ESP boards. It also means that you have to take extra care if using this code in conjunction with some devices connected to the board, such as an SD card.

]]>
By: Ahmad https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-634748 Wed, 23 Jun 2021 20:25:30 +0000 https://randomnerdtutorials.com/?p=99568#comment-634748 Hi sara
Is there any command to check if client connection was disconnected from server

I need to check it in server side
If client disconnected
Hope you answer fast .

Thanks

]]>
By: Sjaak https://randomnerdtutorials.com/esp8266-nodemcu-async-web-server-espasyncwebserver-library/#comment-602262 Thu, 06 May 2021 17:35:14 +0000 https://randomnerdtutorials.com/?p=99568#comment-602262 Thank you very much Sara, that did the trick!
Greetings, Sjaak

]]>