Skip to content

Imagine a smart doorbell that works even when your internet goes down. No cloud dependencies, no Wi-Fi outages—just two ESP boards talking directly to each other, instantly. That’s exactly what we’re going to build today using ESP-NOW, Espressif’s incredibly efficient wireless protocol. Here’s what our smart doorbell system will do: Let’s get building! What You’ll

Chaker Gamra
July 1, 2026

ESP-NOW is a highly versatile and lightweight wireless communication protocol developed by Espressif. Unlike standard Wi-Fi or Bluetooth, it allows multiple ESP32 and ESP8266 devices to exchange data directly without needing a router, internet connection, or complex network pairing. This makes it perfect for IoT projects, sensor networks, home automation, robotics, and battery-powered devices. In

Chaker Gamra
June 24, 2026

Building a password-protected door lock system with Arduino is a great beginner-to-intermediate electronics project. You will learn how to create a secure digital door lock using an Arduino, a 4×4 keypad, an I2C LCD, a buzzer, and a solenoid door lock. The system allows a user to enter a password through the keypad. If the

Chaker Gamra
March 16, 2026