Remote Wireless Alarm Using LoRa and Arduino

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • This video will describe a remote wireless alarm circuit where battery life is a priority. The concept of a zero quiescent current circuit can be implemented in your own project.
    Ebyte E32 user manuals:
    www.ebyte.com/e...

Komentáře • 53

  • @par64guy
    @par64guy Před 4 lety +2

    Great video! Videos like these show how endless the possibilities are to make all kinds of cool devices.

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

    Great video, you are one of the gems of the yt maker community

    • @0033mer
      @0033mer  Před 4 lety

      Appreciate that!

    • @simplelyf4072
      @simplelyf4072 Před 4 lety

      Yeah I agree, always high quality and detailed explanations, very instructional and done with care.

  • @onecircuit-as
    @onecircuit-as Před 4 lety +1

    Lovely circuit. Thank you - great work! 👍😃

  • @ronen124
    @ronen124 Před 4 lety

    thanks for the concise info, I hope your channel will grow bigger

  • @3xAudio
    @3xAudio Před 4 lety

    Nice Vid. I love making Arduino projects and the inspiration you get from other people. Thanks

  • @twobob
    @twobob Před 4 lety

    Superb. Succinct, encompassing, content; with a truly useful bent.

    • @0033mer
      @0033mer  Před 4 lety +1

      Glad you enjoyed it!

  • @Gripengamer
    @Gripengamer Před rokem

    Hello nice project! Any possible projects on a remote car starter? Also would using a 555timer as chip be the cheapest for this?

  • @noweare1
    @noweare1 Před 4 lety

    I assume there is no bootloader as that would cause the switch to be held longer ? You have the most integrated channel, microcontrollers, digital, analog, discrete circuits and radio. It's the best !

    • @0033mer
      @0033mer  Před 4 lety

      The program is written in Forth so it is basically running assembler on bootup, no bootloader.
      If the boot time is a problem a capacitor across the switch will give a longer hold time.
      Thanks for the feedback!

  • @mimoslavija
    @mimoslavija Před 4 lety

    Very nice

  • @scotthulet4653
    @scotthulet4653 Před 3 lety

    This is a wonderful project. Is there a way to modify this to become a driveway alarm with multiple transmitters using a motion or microwave radar sensor to one receiver? I’ve tried store bought driveway alarms before but they seem to be unreliable with the distance of my driveway. Thanks.

    • @0033mer
      @0033mer  Před 3 lety +1

      Yes .. you can setup multiple transmitters as sensors targeting one receiver using Fixed mode. Check out this video on Point to Multi-point : czcams.com/video/JvBC7cEgI0E/video.html
      For more details check the link to E32 documentation in the description box.

  • @simplelyf4072
    @simplelyf4072 Před 3 lety

    Happy Sunday, would an LDR be considered a zero current device to use in this circuit as a switch?

    • @0033mer
      @0033mer  Před 3 lety +1

      An LDR never really shuts off completely. A photo-transistor would be a better choice.

  • @MatSmithLondon
    @MatSmithLondon Před 2 lety

    When Vin goes high and arduino powers on, is it correct that the switch (i.e. alarm input) needs to be on for long enough for the Arduino to essentially boot up and bring D13 high? That means the binary alarm input can not be extremely quick, like microseconds (or milliseconds)? How long does that D13 take to go high after Arduino is powered on, compared to e.g. the length of time that vandal resistant piezo switch makes the circuit? (Or maybe I misunderstood how that latch works?)

    • @0033mer
      @0033mer  Před 2 lety

      The ATmega328p microcontroller on the Nano has been erased and re-programmed with a Forth operating system written in assembler. The Nano is not an "Arduino" so there is no bootloader. The vandal proof switch puts out a 100 msec pulse which is enough time for the micro to boot-up and turn on the MOSFET. If you need more time a capacitor can be put across the switch or for very short triggers a monostable or flip-flop latch can be used to drive the circuit. This circuit was used in a slide fence detector where the switch stays closed after the slide fence is tripped.

    • @MatSmithLondon
      @MatSmithLondon Před 2 lety

      @@0033mer thanks for the response. In fact it’s one of those responses that can send someone down a rabbit hole :) O didn’t know about Forth, just learning about it now.

    • @0033mer
      @0033mer  Před 2 lety

      Check out Forth running on a multi-core microcontroller. czcams.com/video/KJoS9O5DYzM/video.html

  • @aliso-pv7ll
    @aliso-pv7ll Před 4 lety

    Would you consider doing a simple code lock circuit using a 555 timer and/or transistors with push buttons? Thanks for your fine videos.

    • @jimf99
      @jimf99 Před 4 lety

      AT Tiny might be another IC to use instead of 555.

    • @0033mer
      @0033mer  Před 4 lety

      Check out this video for a very simple lock circuit.
      czcams.com/video/tAv2b1j3Qz0/video.html

  • @jimf99
    @jimf99 Před 4 lety

    Great Vid! 👍👍😉 What programming language is that? Lua?

    • @0033mer
      @0033mer  Před 4 lety

      The programming language is Forth.

    • @marcpetremann3911
      @marcpetremann3911 Před 3 lety

      It's FORTH language. You car find here a version for ARDUINO: arduino-forth.com/article/FORTH_FlashForth_installation_installerFlashForth

  • @shanebekker
    @shanebekker Před 4 lety

    Thanks for this video. Using that particular circuit what is the total current draw when triggered?

    • @0033mer
      @0033mer  Před 4 lety

      It would be the current sum of the Nano and the LoRa radio. The current draw of the LoRa radio varies depending on the output power configuration.

  • @dork3nergy
    @dork3nergy Před 4 lety

    Awesomeness.

  • @kenappleman5444
    @kenappleman5444 Před 4 lety

    Very cool, thank you

  • @marinkusev7537
    @marinkusev7537 Před 3 lety

    Hello sir. May you share the code? I want to try this simple alarm system for long range ( 20km) without power amplifier, my hobby is to build high gain antennas. I am not good at writing codes at all. I want to try how this alarm will work with my antenna and will share the results. Last summer with cheap $15 pmr446 radio I did 50km. Thank you

    • @0033mer
      @0033mer  Před 3 lety +1

      Code starts at 6:00.

    • @marinkusev7537
      @marinkusev7537 Před 3 lety

      @@0033mer Thank you sir. I can do that, the antenna is build and set up, 10db. What can I do for the receiver end? Probably again LoRa plus Nano? From the receiver end I will have unlimited power supply for sure. Thank you for your help

  • @marcpetremann3911
    @marcpetremann3911 Před 3 lety

    Hello. Is it possible to have the complete FORTH source code? Your work is great.

    • @0033mer
      @0033mer  Před 3 lety

      Forth code starts at 6:03

    • @marcpetremann3911
      @marcpetremann3911 Před 3 lety

      @@0033mer I am starting to take a very close interest in the LoRa system for ARDUINO. I think it is the most suitable IoT solution for communicating arrangements. Your videos are proof that it is doable. The FORTH language has a certain future for this type of assembly. I have some ideas for that. But since I wouldn't want to reinvent the wheel, I'm interested in your code that communicates between the ARDUINO board and the LoRa transmitter.

    • @marcpetremann3911
      @marcpetremann3911 Před 3 lety

      @@0033mer Also on my site, the characteristics of the LoRa transmitter arduino-forth.com/article/composants_LoraREYAX

    • @0033mer
      @0033mer  Před 3 lety

      To communicate with REYAX LoRa radio modules you have to use AT commands similar to communicating with the old dial up modems. czcams.com/video/jON3zbZY7ls/video.html

    • @marcpetremann3911
      @marcpetremann3911 Před 3 lety

      @@0033mer I have see all your videos about LoRa technology. In the video "Reyax LoRa Radio Link", it's give no explanation about >REYAX, no source code...