/esp32cam_whatsapp

Project around the microcontroller ESP32 CAM which can communicate to user via WhatsApp without the need of an app, crazy huh? Yes, completely possible!

Primary LanguageC++MIT LicenseMIT

This project is the result of a lot of research done by myself and from a lot of work found on the internet, especially Github and Stackoverflow

Introduction

An embedded device like ESP32 is capable to connect to web services thanks to WiFi. Although, there are many projects around IoT applications no one has ever (as far as I know) make communication via WhatsApp on its own.

ESP32CAM WhatsApp Communication

¿What does it do?

An ESP32CAM can answer you via WhatsApp and send you a photo if you request it.

Web API's used

  • Twilio (for WhatsApp)
  • Imgbb (for uploading a photo)
  • ngrok (expose ESP32 CAM to the internet)

Credits to authors who made this possible (No specific order)