Giter VIP home page Giter VIP logo

esp32-alarm-guard's Introduction

ESP32 Alarm Guard

ESP32 Alarm Guard is a security system based on esp32cam board (AI Thinker) with a PIR sensor for motion detection. The camera uses Telegram as Command & Control communication channel, thus you need to setup a new Telegram bot using BotFather. Telegram offers many advantages, among them you can join the bot into a private group where one or more people can control multiple cameras (all linked to the same bot if you wish). The system can detect movements using the PIR sensor, then it captures a photo storing it in its flash memory (4MB) using a rotating ID. In this way the system keeps always the last 30 photos. The esp32cam supports up to 4GB microsd card storage, but actually I didn't implement it, because I don't need at the moment. Each time a new photo is acquired it'll be sent via Telegram using SSL. You can start or stop the alarm, query its status, manually ask for photos with or without flash.

p.s. You can enable a quite decent night vision manually removing the IR filter from the front of the included camera. You need also to set the camera lens with the right focus, because the camera doesn't have auto-focus.

While working with Esp32Cam I had issues when the camera module is initialized at the same time the code is trying to use a ssl connection. In order to workaround the issue, the project uses the camera module or the ssl connection switching among different statuses (aka bootmodes).

esp32-alarm-guard's People

Contributors

echo-devim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.