Welcome to Kerala Project Center.
Image: Electric doorbell.JPG by Dmitry G via Wikimedia Commons, CC BY-SA 3.0
A traditional doorbell only rings inside the house — if no one's home or the chime isn't heard, the visitor goes unnoticed entirely, and there's no record of who came by.
This project builds a doorbell that, when pressed, sends an instant notification to the resident's smartphone over Wi-Fi, wherever they are, with an optional camera module capturing a snapshot of the visitor at the same time.
// Simplified IoT doorbell - ESP8266 #include#include int buttonPin = D2; void setup() { pinMode(buttonPin, INPUT_PULLUP); WiFi.begin("SSID", "PASSWORD"); } void loop() { if (digitalRead(buttonPin) == LOW) { // button pressed HTTPClient http; http.begin("https://maker.ifttt.com/trigger/doorbell/with/key/YOUR_KEY"); http.GET(); // triggers push notification via IFTTT http.end(); delay(3000); // debounce / avoid repeat triggers } }
Monday - Saturday: 9:00 AM - 5:00 PM
Sunday: Not Working
2nd Floor, Comptron Arcade, Kallattumukku,
Thiruvananthapuram, Kerala 695012
+91 9633118080