Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naguissa/esp_email_doorbell
Simple doorbell email sender
https://github.com/naguissa/esp_email_doorbell
arduino esp01 esp32 esp32-arduino esp8266 esp8266-arduino naguissa
Last synced: about 7 hours ago
JSON representation
Simple doorbell email sender
- Host: GitHub
- URL: https://github.com/naguissa/esp_email_doorbell
- Owner: Naguissa
- License: lgpl-3.0
- Created: 2023-03-29T06:07:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-29T08:58:44.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:27:07.540Z (6 months ago)
- Topics: arduino, esp01, esp32, esp32-arduino, esp8266, esp8266-arduino, naguissa
- Language: C++
- Homepage: https://www.foroelectro.net/proyectos-personales-f23/notificaciones-por-email-del-timbre-de-la-puerta-t476.html
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## ESP8266 and ESP32 Doorbell email sender ##
This Arduino sketch implements most simple way to send an email using ForoElectro REST API. Installing it on a simple doorbell will send an email everytime it's triggered.
### Configuration ###
In order to use the API you need to get a ForoElectro account (free) at: https://www.foroelectro.net/arduino/
You have to validate your email in order to prevent SPAM abuse.
Then you can copy your ApiKey in this line of the sketch:
char* ApiKey = "YOUR_APIKEY";
You also need to enter your WiFi details in the sketch:
char* ssid = "YOUR_WIFI_SSID";
char *password = "YOUR_WIFI_PASSWORD";### Compilation ###
You can compile the sketch using Arduino IDE with support for your board.
### Usage ###
When started, sketch connects to your WiFi and then sends an email request to the API.
Mail sending is implemented in emailMe() function, and it's so simple that even it only uses server's IP, in order to skip even DNS resolution.
### Hardware ###
In order it to work you must implement the power supply in paralel to doorbell. You will need to add extra capacitor(s) to maintain power during at least 3 seconds.
I'm using an old phone charger installed inside doorbell box with some big capacitors and my 1st ESP8266 ESP01.
## Who do I talk to? ##
* [Naguissa](https://github.com/Naguissa)
* https://www.foroelectro.net/proyectos-personales-f23/notificaciones-por-email-del-timbre-de-la-puerta-t476.html
* https://www.foroelectro.net/servicios-de-la-web-f28/envio-de-correos-electronicos-con-una-llamada-http-t408.html
* https://www.naguissa.com## Contribute ##
Any code contribution, report or comment are always welcome. Don't hesitate to use GitHub for that.
* You can sponsor this project using GitHub's Sponsor button: https://github.com/Naguissa/ESP_email_Doorbell
* You can make a donation via PayPal: https://paypal.me/foroelectroThanks for your support.
Contributors hall of fame: https://www.foroelectro.net/hall-of-fame-f32/contributors-contribuyentes-t271.html