Comments on: ESP8266 NodeMCU: ESP-NOW Web Server Sensor Dashboard (ESP-NOW + Wi-Fi) https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 23 May 2025 16:26:23 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-1047413 Fri, 23 May 2025 16:26:23 +0000 https://randomnerdtutorials.com/?p=100126#comment-1047413 In reply to Alejandro.

Hi.
It was a matter of choice.
We could also have used websockets.
So, no particular reason.
Regards,
Sara

]]>
By: Alejandro https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-1046682 Thu, 22 May 2025 21:30:20 +0000 https://randomnerdtutorials.com/?p=100126#comment-1046682 Hello Sara, good tutorial, two questions: why didn’t you use Socket to update the webpage, is it more efficient than events?

]]>
By: Bruno https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-1004104 Fri, 31 Jan 2025 15:27:02 +0000 https://randomnerdtutorials.com/?p=100126#comment-1004104 Hello Sara,
Thanks for this very clear tutorial, which allowed me to realize a project with 1 receiver and 3 senders (DHT, DallasTemperature sensor and Ultrasonic). Everything works perfectly, except that the “Last reading” remains empty. I tried a lot of things without success. What could explain this error? Thank you for your help.
Bruno

]]>
By: Bruno https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-1004065 Fri, 31 Jan 2025 14:00:25 +0000 https://randomnerdtutorials.com/?p=100126#comment-1004065 hello Sara,
Thanks for this example, which allowed me to make a project with 1 receiver and 3 senders (DHT, DallasTemperature and Ultrasonic sensors). Everything works well, except that the “last reading” are not displayed! Despite many attempts, I don’t understand. What is the mistake I’m making? thanks for your help

]]>
By: Claude https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-916765 Mon, 20 May 2024 16:37:10 +0000 https://randomnerdtutorials.com/?p=100126#comment-916765 In reply to Sara Santos.

Hi
Right it works with a ESP8266 but not with a ESP32. My board is a ESP32 WROOM
What should be the code for a ESP32
Regards
Claude

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-916746 Mon, 20 May 2024 14:14:28 +0000 https://randomnerdtutorials.com/?p=100126#comment-916746 In reply to Claude.

Hi.
It’s included by default.
Make sure you have the right board selected before trying to compile the code.
Regards,
Sara

]]>
By: Claude https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-916487 Sun, 19 May 2024 18:09:07 +0000 https://randomnerdtutorials.com/?p=100126#comment-916487 Hi Sara
I can’t run this example as I can’t find the library ESPNOW. It does appear in the available library list on the Arduino IDE
Claude

]]>
By: Martin Michael Kunkies https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-879235 Fri, 22 Dec 2023 09:56:47 +0000 https://randomnerdtutorials.com/?p=100126#comment-879235 In reply to Sara Santos.

Hi what a nice project I have the problem Slave is Channel 11 and
the ESP8266 Master Channel 1 when I change the master to
wifi_set_channel(11); then it works. What should I change
I changed it to WiFi.mode(WIFI_MODE_AP);

]]>
By: Luca https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-816813 Thu, 09 Feb 2023 12:58:07 +0000 https://randomnerdtutorials.com/?p=100126#comment-816813 Hi Sara, nice tutorial, very useful.
Only one question?
What about a similar configuration:
one receiver with web server inside
multiple senders with sensors
one (or more) receiver with actuator (aca relay)
It’s possible? How can the receiver (web server) absolve the three job?

]]>
By: John https://randomnerdtutorials.com/esp8266-esp-now-wi-fi-web-server/#comment-808619 Sat, 07 Jan 2023 18:38:16 +0000 https://randomnerdtutorials.com/?p=100126#comment-808619 Is there a way to use a Sparkfun TMP117 temp sensor with this?

]]>