Comments on: Monitor Your Door Using Magnetic Reed Switch and Arduino https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 23 Apr 2023 11:10:55 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: James Cotter https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-795586 Wed, 02 Nov 2022 21:45:07 +0000 http://randomnerdtutorials.com/?p=17307#comment-795586 In reply to Sara Santos.

that is the purpose of the 10k resistor correct?

]]>
By: AYM https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-755546 Sat, 04 Jun 2022 20:25:00 +0000 http://randomnerdtutorials.com/?p=17307#comment-755546 Hi, is it possible to add :

“Ding Dong” sound when the door Open
“Ding” sound whwn the door close,

Thanks

]]>
By: Lynn https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-642594 Wed, 07 Jul 2021 15:00:56 +0000 http://randomnerdtutorials.com/?p=17307#comment-642594 I don’t know if you still have access to this or are you still access it tutorial
What I would like to ask do you know how I would make a battery operated loud siren to connect to contacts on outbuilding doors of my farm so that I would be alerted with the loud extra loud siren when someone broken or opened a door. Just a simple magnetic contact switch connected to a siren and a battery that would go off when the door was open no one seems to know without going into a big rigmarole putting boxes together in all this other stuff that I don’t really need I need about five of them and so do other people on my farm area they would really like this we discussed it but nobody has the technology or know how and when we contact alarm companies they want to sell us these big complicated things that require electricity don’t need it hooked to Wi-Fi I don’t need it hooked to phone systems just loud just asking
I’m a little bit savvy when it comes to putting things together but every thing that I’ve looked up gets way too complicated for the simple situation. Many many thanks if you get this an answer me
Lynn

]]>
By: Sara Santos https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-534088 Mon, 28 Dec 2020 11:09:14 +0000 http://randomnerdtutorials.com/?p=17307#comment-534088 In reply to Viking.

Hi.
You should be able to do it with just one Arduino.
Regards,
Sara

]]>
By: Viking https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-534038 Mon, 28 Dec 2020 08:30:06 +0000 http://randomnerdtutorials.com/?p=17307#comment-534038 I need to control up to 10 different doors (very close to each other, a multiple shelve storage with one door to each shelve).
Can this be done using only 1 Arduino, or do I really need 1 Arduino for each door?
I want the system to show a GREEN light when door is open, and RED light when door is closed.

]]>
By: Sara Santos https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-383238 Sat, 29 Jun 2019 10:00:53 +0000 http://randomnerdtutorials.com/?p=17307#comment-383238 In reply to Faizan.

Yes.

]]>
By: Faizan https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-383073 Thu, 27 Jun 2019 16:54:27 +0000 http://randomnerdtutorials.com/?p=17307#comment-383073 Hey there can we connect magnetic hall sensor with nodemcu Instead of Aurdino

]]>
By: Sara Santos https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-366499 Sun, 19 May 2019 09:46:20 +0000 http://randomnerdtutorials.com/?p=17307#comment-366499 In reply to Sudu.

Hi.
The reed switch is like a button.
So, you can use a debounce sketch.
In your Arduino IDE, you can go to File > Examples > Digital > Debounce, or you can chose the StateChangeDetection example.
Then, you just need to make a few modifications to assign the right pins.
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-366498 Sun, 19 May 2019 09:43:30 +0000 http://randomnerdtutorials.com/?p=17307#comment-366498 In reply to Sudu.

Hi.
That refers to the pin that is connected to the reed switch. In this case it is connected to pin 6.
Regards,
Sara

]]>
By: Sudu https://randomnerdtutorials.com/monitor-your-door-using-magnetic-reed-switch-and-arduino/#comment-366276 Fri, 17 May 2019 08:13:42 +0000 http://randomnerdtutorials.com/?p=17307#comment-366276 Hi,

I have another question. It is possible to show only one message?
So ‘door is open’ 1 time and not every second? And then when I close it, once ‘Door is closed’?

]]>