Comments on: ESP8266 NodeMCU: Send Messages to WhatsApp https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 07 Jan 2025 19:41:14 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-998127 Tue, 07 Jan 2025 19:41:14 +0000 https://randomnerdtutorials.com/?p=116786#comment-998127 In reply to esteban.

Hi.
You can create a group with several people to receive the messages: https://randomnerdtutorials.com/telegram-group-esp32-esp8266/r
Regards,
Sara

]]>
By: esteban https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-998078 Tue, 07 Jan 2025 15:08:48 +0000 https://randomnerdtutorials.com/?p=116786#comment-998078 Hi, I understand that you must uses your cell phone number to receive Whatsapp messages. I working with a system where other (a few) person must receive the same message (i.e. alarms, etc.). Is it possible to configure the appi to more than one cell phone and not mine ? regards, Esteban

]]>
By: Klaus Wördehoff https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-908781 Mon, 22 Apr 2024 19:46:25 +0000 https://randomnerdtutorials.com/?p=116786#comment-908781 Hi!
Follow your Blog. Some Articles are very helpfull and finished.
Also read the Article about ESP8266 sending WhatsApp.
Nice Intro, but in this case senceless.
Sorry, but this kind of Tutorial has no learningcurve, whatfor should it be?
Better to take an real example like you post at the End (send an alert message when a sensor reading is above or below a certain threshold).
This would be realy usefull!

Best Regards

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-884582 Wed, 17 Jan 2024 10:02:01 +0000 https://randomnerdtutorials.com/?p=116786#comment-884582 In reply to Pedro Javier.

Hi.
I have a similar project. but it uses Telegram: https://randomnerdtutorials.com/esp8266-nodemcu-door-status-telegram/
It can serve as a starting point for what you want to do.
I hope this helps.
Regards,
Sara

]]>
By: Pedro Javier https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-884403 Tue, 16 Jan 2024 17:38:15 +0000 https://randomnerdtutorials.com/?p=116786#comment-884403 Hola Sara Santos.
Mi nombre es Javier de España
Le escribo en castellano, no creo tenga problema.
Mi pregunta he probado el esp8266-nodemcu-send-messages-whatsapp/
ESP8266 NodeMCU: Send Messages to WhatsApp
y funciona muy bien, y me llega los whatsapp bien. yo queria utilizar este codigo como el de ESP8266 NodeMCU Door Status Monitor with Telegram Notifications, pero para whatsapp, o sea cuando abra la puerta un mensaje de puesta abierta y cuando se cierre , puerta cerrada. Creo que serian pocas modificaciones. Ya me dice, muchas gracias por sus fantasticos proyectos y la pagina es un 100 , FELECIDADES.
Hello Sara Santos.
My name is Javier from Spain
I write to you in Spanish, I don’t think you have a problem.
My question I have tried esp8266-nodemcu-send-messages-whatsapp/
ESP8266 NodeMCU: Send Messages to WhatsApp
and it works very well, and I receive WhatsApp well. I wanted to use this code like that of ESP8266 NodeMCU Door Status Monitor with Telegram Notifications, but for WhatsApp, that is, when I open the door, a message shows it open and when it closes, the door is closed. I think there would be few modifications. You already tell me, thank you very much for your fantastic projects and the page is a 100, CONGRATULATIONS.

]]>
By: murat https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-881814 Wed, 03 Jan 2024 22:42:48 +0000 https://randomnerdtutorials.com/?p=116786#comment-881814 Hi Sara.
I have the following difficulty.

c:\Users\ASUS\Documents\Arduino\libraries\ESP8266wifi\src\lwip\src\apps\httpd\fs.c:33:10: fatal error: lwip/apps/httpd_opts.h: No such file or directory
33 | #include “lwip/apps/httpd_opts.h”
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for “ESP8266WiFi.h”
Used: C:\Users\ASUS\Documents\Arduino\libraries\ESP8266wifi
Not used: C:\Users\ASUS\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi
exit status 1

Compilation error: exit status 1

]]>
By: dantemol https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-869043 Mon, 30 Oct 2023 13:38:13 +0000 https://randomnerdtutorials.com/?p=116786#comment-869043 Cuando fijo Ip local en el ESP8266 con:

IPAddress ip(192,168,1,101);
IPAddress gateway(192,168,1,1);
IPAddress subnet(255,255,255,0);

no es posible enviar el mensaje

Error sending the message
HTTP response code: -1

cual será la solución?
Gracias

]]>
By: Akash Mishra https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-866776 Fri, 20 Oct 2023 10:41:21 +0000 https://randomnerdtutorials.com/?p=116786#comment-866776 Thankyou for this tutorial, I made this for myself & it’s working awesome.
By the way is there any limit of number of messages per day or per hour of the api?

]]>
By: Tejas Dixit https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-857150 Fri, 25 Aug 2023 13:01:17 +0000 https://randomnerdtutorials.com/?p=116786#comment-857150 In reply to Sara Santos.

Thanks Sara Madam.
I will re install Arduino IDE in my laptop as you say.

Another point is, on 23rd August, the program was compiled ok on desktop but it is not getting compiled since 24th August onwards.
The following error is coming :

C:\Users\mentor\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include/bearssl/bearssl_rsa.h:3:150: error: extended character ⦫ is not valid in an identifier

Shall I reinstall Arduino IDE on my desktop also ?
Or, is there any other reason ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-send-messages-whatsapp/#comment-856722 Wed, 23 Aug 2023 15:21:57 +0000 https://randomnerdtutorials.com/?p=116786#comment-856722 In reply to Tejas Dixit.

Hi.
I’m not familiar with that error. But it seems an issue with your Arduino IDE installation.
I would remove all Arduino IDE folders and reinstall it again.
Regards,
Sara

]]>