Giter Club home page Giter Club logo

mmwavealarm's Introduction

mmWaveAlarm

Detect human presence behind doors and walls with Telegram Notification - DFRobot SEN0395 and ESP32C

Brief

Sometimes you need to know what is going on outside your door. Of course you can install a PIR sensor or HCSR04 distance sensor with cables and all but, wouldn't be cool to use an indoor Milimiter Wave Radar sensor instead? This mm wave alarm is able to detect persons behind walls or doors and notify by Telegram.

Parts

ESP32C3 https://www.dfrobot.com/product-2566.html?tracking=61357a929f73e
MM Wave Radar https://www.dfrobot.com/product-2282.html?tracking=61357a929f73e

3d Enclosure

https://cults3d.com/en/3d-model/gadget/mm-wave-radar-alarm

Circuit

Connect the Wave radar to 3.3v, GND and TX to GPIO5 and RX to GPIO7

Libraries

#include <DFRobot_mmWave_Radar.h> #include <UniversalTelegramBot.h>

Settings

#define BOT_TOKEN ":" #define WIFI_SSID "" #define WIFI_PASSWORD "" String chat_id=""; String test_photo_url = ""; int LED_BLINK = 10; int howManyMeters=2; // until 9 int loopDelay=1000; int alarmDelay=10000; int lastStateWasClear=1;

Contact

If you need to customize this project or to create a new one for specific electronics you are welcome to contact me @RoniBandini bandini.medium.com

mmwavealarm's People

Contributors

ronibandini 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.