Comments on: Getting Started with ESP-NOW (ESP8266 NodeMCU with Arduino IDE) https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 01 May 2025 15:12:10 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bruno https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-1032930 Thu, 01 May 2025 15:12:10 +0000 https://randomnerdtutorials.com/?p=93712#comment-1032930 Hello,
Thanks to your very clear tutorials, I’ve been able to create several projects with ESP8266 and/or ESP32, which work perfectly. The only problem I encounter is that when the WiFi goes out, I have to turn the ESP power ON/OFF, because otherwise the sensors remain silent!
Is there a solution to prevent this?
Thank you.
Sincerely,
Bruno

]]>
By: Johnny https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-963106 Mon, 30 Sep 2024 14:47:13 +0000 https://randomnerdtutorials.com/?p=93712#comment-963106 thanks for the great project

easy to follow instructions & finally i get my 2 Esp’s work

thanks
johnny

]]>
By: Paul https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-946540 Thu, 08 Aug 2024 19:06:04 +0000 https://randomnerdtutorials.com/?p=93712#comment-946540 Hello,
Thank you for another excellent tutorial, they are really helpful. I have ESP-NOW working but I haven’t found any recent code for getting RSSI to work. There are older examples from 3 or 4 years ago but I found that Espresif has updated their code/files to allow the extraction of RSSI. Do you have any examples of how to get RSSI using ESP-NOW? Thank you so much for any assistance you may offer. I am using a transmitter, receiver and WiFi link, all ESP8266. regards, Paul

]]>
By: David Mikeska https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-945127 Sun, 04 Aug 2024 10:55:19 +0000 https://randomnerdtutorials.com/?p=93712#comment-945127 Hello, can you help me? Esp two now. adruino 2560 conversion 74HC4050__3V => (mosi.miso.reset,slk,cs,int) EPS TWO NOW ==> signal <== EPS TWO NOW => (mosi.miso.reset,slk,cs,int) => LCD RA8875. cable connected works LCD but I want ESP TWO NOW without cable.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-928800 Fri, 21 Jun 2024 10:50:05 +0000 https://randomnerdtutorials.com/?p=93712#comment-928800 In reply to Bambang Ergiansyah.

Hi.
I’m not sure, but I think it’s a problem with the Wemos D1 mini boards.
Many of our readers complain about ESP-NOW when using those boards.
Regards,
Sara

]]>
By: Bambang Ergiansyah https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-928755 Fri, 21 Jun 2024 06:27:31 +0000 https://randomnerdtutorials.com/?p=93712#comment-928755 Hi, i have try your project on 3 types esp8266 board,
they are nodemcu 8266 (in your example), wemos D1 R2 & Wemos D1 Mini.
but for 3 types of board i have some problem, if the slaves range > 1 meter it will fail to send.
in your tutorial wrote the range up tp 140m, but mine can’t.
FYI, i have 3pcs of each types, and already change each board type which the broadcaster and receiver and still have same result.
what is i’m wrong? my code is the same as yours.
when i’m googling, i found : esp32.com/viewtopic.php?t=33291
// Set Long Range Mode
esp_wifi_set_protocol( WIFI_IF_STA , WIFI_PROTOCOL_LR);
but its only for esp32? cant implement into esp8266?
please advice…

]]>
By: bruno https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-923608 Mon, 10 Jun 2024 05:13:01 +0000 https://randomnerdtutorials.com/?p=93712#comment-923608 You guys are awesome!

]]>
By: mitesh shah https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-922822 Sat, 08 Jun 2024 13:12:59 +0000 https://randomnerdtutorials.com/?p=93712#comment-922822 Hi Its very Good Examples for WIFI Networking.
I Want to Know, Its Possible, to Disable Receive data when its transmit data to Other Module ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-907608 Fri, 19 Apr 2024 18:18:09 +0000 https://randomnerdtutorials.com/?p=93712#comment-907608 In reply to Terry.

Great.
I’m glad evything is solved.
Regards,
Sara

]]>
By: Terry https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/#comment-907184 Thu, 18 Apr 2024 09:51:59 +0000 https://randomnerdtutorials.com/?p=93712#comment-907184 In reply to terry.

After days of testing. Turns out a brand name commercial home automation power controller had gone faulty and was blocking channel one. Was sending a carrier wave. All is working again.

]]>