Arduino Alarm System Build (Part 1) - Ec-Projects

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • In this video I begin making an Arduino home security alarm system.
    ¤¤¤¤ -- SUPPORT Ec-Projects -- ¤¤¤¤
    By using my Amazon affiliate links (No extra cost for you!)
    Amazon US - amzn.to/1kNT3RM
    Amazon UK - amzn.to/1OnZ2aX
    Amazon DE - amzn.to/1Vt6zqg
    By becoming a Patreon for as little as $1 per month
    Patreon - / ecprojects
    ¤¤¤¤ ----------------------------------------- ¤¤¤¤

Komentáře • 22

  • @philowen2755
    @philowen2755 Před 4 lety +1

    Welcome back.

  • @samhsavdr9647
    @samhsavdr9647 Před 4 lety +1

    Can you make diy 4s 18650 charging circuit for irobot vacuum cleaner? believe it would be great rating rating ceiling

  • @Eratas1
    @Eratas1 Před 4 lety

    Welcome back!

  • @OMGWTFBBQSHEEP
    @OMGWTFBBQSHEEP Před 4 lety

    Great vid! Planning on doing something like this project so this is perfect!

  • @juststeve5542
    @juststeve5542 Před 4 lety

    I'd avoid using something like an R-Pi, far too complex and liable to crashing compared to a microcontroller, plus you're then open to any exploits that are found in the OS.
    If you want to have external access either switch to an ESP based board or keep the Arduino and use the Pi as an external interface. That way if the Pi dies the alarm will keep working.

    • @EcProjects
      @EcProjects  Před 4 lety

      It might be. I have good experience with Raspberry Pi though.

  • @jonvannatto
    @jonvannatto Před 4 lety

    Cool project. Any update on your PNP build? Been looking forward to that project.

    • @EcProjects
      @EcProjects  Před 4 lety

      Thanks :) I had some issues getting parts for the PNP, but I'm still working on it :)

  • @noorjannoorjan4182
    @noorjannoorjan4182 Před 3 lety

    Components required can u mention here.. Plzzz

  • @Drxxx
    @Drxxx Před 4 lety

    Super video

  • @kr15uk
    @kr15uk Před 4 lety

    To get network you can hook W5100 or W5500 or for WiFi capable use ESP based board like NodeMCU instead as a base, it can take existing Arduino code. Also RFID or NFC instead of the keypad would be more appropriate I believe. Any plans to add solenoid lock support to lock the doors and trap baddies?! ;)

    • @FlyingShotsman
      @FlyingShotsman Před 4 lety

      RFID or NFC is a bad idea for alarm control. With a code, you essentially have 2-factor authentication at your door (something you have: your key, and something you know: your code). If you use RFID or NFC, your security is reduced to two things you have. No knowledge is required and simple theft defeats your alarm, especially if your RFID tag is on your keyring.

    • @EcProjects
      @EcProjects  Před 4 lety

      I don't think I will do networking on the Arduino. :D :D
      As for the ESP, I did consider that, but I didn't make any decisions yet ;)

  • @oz6ymHAM
    @oz6ymHAM Před 4 lety

    HC-SR501 Infrared PIR Motion Sensor Module

  • @ocfull
    @ocfull Před 4 lety +1

    Can you show code ? Thx

    • @EcProjects
      @EcProjects  Před 4 lety

      Yes, but there was really not much to show.
      I'll go through the code in the next episode or the one after that :)

  • @dav1dsm1th
    @dav1dsm1th Před 4 lety

    Maybe consider having two types of units - the arduino, sensor, a comms module and batteries in an enclosure that gets placed in each room/area to be secured - and a raspberry pi and the keypad to be placed near entry points which controls the system and poles each sensor unit. Basically like a commercial wireless alarm system. Julian Ilett
    is in the middle of an arduino project to monitor humidity and temperature remotely which has some nifty little comms modules that may be of interest - czcams.com/video/uQxDr3Q_C2s/video.html

    • @EcProjects
      @EcProjects  Před 4 lety

      My idea is to have 4 different devices. The controller, magnetic switches, PIR and keypads.
      Thanks for the link :)