From 0e12e15f9e592fdb7c4e2771571fb0cf33bafc8b Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Mon, 27 Jan 2025 08:26:22 -0500 Subject: [PATCH] Create README.md --- bbn_m5atomS3_lite_whatsapp_web/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bbn_m5atomS3_lite_whatsapp_web/README.md diff --git a/bbn_m5atomS3_lite_whatsapp_web/README.md b/bbn_m5atomS3_lite_whatsapp_web/README.md new file mode 100644 index 0000000..0be496e --- /dev/null +++ b/bbn_m5atomS3_lite_whatsapp_web/README.md @@ -0,0 +1,14 @@ +For M5Stack M5AtomS3 Lite with AtomPoE Base (W5500 chipset) + +This is a prototype to send WhatsApp alerts (for free) via https://www.callmebot.com/ + +You would need to modify the code to put your WhatsApp phone number and generated API key +before compiling and uploading the sketch to AtomS3-Lite with AtomPoE Base + +Instructions to generate API key: +https://www.callmebot.com/blog/free-api-whatsapp-messages/ + +Required libraries: +M5AtomS3@1.0.0,M5Unified@0.1.14,M5GFX@0.1.15,SSLClient@1.6.11,UrlEncode@1.0.1 + +