-
-
Save Samda/81df5eeb2213dd8aa41e to your computer and use it in GitHub Desktop.
Arduino Powered Burglar Alarm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title | |
Arduino Powered Burglar Alarm | |
# Picture | |
media: http://www.deviantsart.com/3099afr.jpg | |
# Objective | |
Nigeria is a very hot place. Temperature averages 30 degree Celsius and even at Night the temperature is hot. The aim of this project is to regulate temperature by turning on the fan whenever the temperature reaches a certain level and turn it off whenever the temperature drops. This helps to conserve energy and also to improve comfort for the owner. | |
# Duration | |
40min | |
# Age Group | |
all | |
# Materials | |
## 1 | |
* description:Arduino Uno Board | |
* quantity:1 | |
* price:$29.95 | |
* link:https://www.sparkfun.com/products/11021 | |
## 2 | |
* description:PIR Motion Sensor | |
* quantity:1 | |
* price:$9.95 | |
* link:https://www.sparkfun.com/products/8630 | |
## 3 | |
* description:Breadboard | |
* quantity:1 | |
* price:$4.95 | |
* link:https://www.sparkfun.com/products/12002 | |
## 4 | |
* description:Piezo Buzzer | |
* quantity:1 | |
* price:$1.95 | |
* link:https://www.sparkfun.com/products/7950 | |
## 5 | |
* description:LED - Basic Red 5mm | |
* quantity:1 | |
* price:$0.35 | |
* link:https://www.sparkfun.com/products/9590 | |
## 6 | |
* description:Jumper Wires - 30 pack | |
* quantity:1 | |
* price:$5.95 | |
* link:https://www.sparkfun.com/products/11242 | |
# Steps | |
## The first step is connecting the motion sensor to the breadboard. The motion sensor has three pins. It is labelled pin is for 5v , the second is for output, and the third is for ground. You place the motion sensor on the board and use a jumper wire to connect the 5 volts terminal of the motion sensor to the 5 volt pin on Arduino. You then connect the output to pin of the motion sensor to pin 2 of the analog headers of the arduino. Finally connect the Ground pin on the motion sensor to the Ground pin on the arduino. | |
media: http://www.deviantsart.com/gfg45d.jpg | |
notes: This project requires only few parts, and because you're using a breadboard and pre-cut jumper wires, you won't need any tools at all except your computer and USB cable to connect the Arduino. | |
## Plug the LED's anode (the longer leg) into digital pin 13 on the Arduino. Plug the LED's cathode (the shorter leg, and/or the leg on the flattened side of the LED base) into the adjacent ground (Gnd) pin on the Arduino | |
media: http://www.deviantsart.com/1pv3tbo.jpg | |
notes: undefined | |
## Connect the buzzer's red wire to the Arduino's digital pin 10. Connect the buzzer's black wire to the Arduino's Gnd pin (there's a spare one on the Power block of pins). NOTE: These two wires can be reversed, as the polarity of the buzzer doesn't matter. | |
media: http://www.deviantsart.com/1obqokv.jpg | |
notes: undefined | |
## Launch the Arduino IDE software then plug the USB cable into your computer and Arduino. Set the board and port settings for your Arduino board, in this case, an Arduino Uno. Open the PIR Alarm sketch found at this link: https://gist.github.com/opethe1st/10490989 (Arduino programs are called sketches.) Upload the sketch to the Arduino. | |
media: http://www.deviantsart.com/1q5nceu.png | |
notes: | |
## When you power up your alarm, the PIR sensor will glow an ominous red. Stand very still or leave the room while the alarm calibrates the infrared level reading for the room. Now test it by moving: the buzzer will buzz and the LED will light up. Be amazed! Your PIR Sensor Arduino Alarm can sense movement up to 20 feet away. No one will be stealing your yo-yo today. NOTE: Might not be reliable for detecting the undead. | |
media: http://www.deviantsart.com/21vkg97.jpg | |
notes: undefined | |
# Notes | |
undefined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":"10482185","user":"opethe1st","description":"Arduino Powered Automatic Fan Regulator based on room temperature","urls":["undefined","undefined"],"raw":"# Title \nArduino Powered Automatic Fan Regulator based on room temperature\n# Picture \nmedia: undefined\n# Objective\nundefined\n# Duration\nundefined\n# Age Group\nundefined\n# Materials\n## Edit me!\n* description:Edit me!\n* quantity:0\n* price:10€\n* link:\n\n# Steps\n## Description\nmedia: undefined\n\nnotes: undefined\n\n# Notes\nundefined\n","steps":[{"description":"The first step is connecting the motion sensor to the breadboard. The motion sensor has three pins. It is labelled pin is for 5v , the second is for output, and the third is for ground. You place the motion sensor on the board and use a jumper wire to connect the 5 volts terminal of the motion sensor to the 5 volt pin on Arduino. You then connect the output to pin of the motion sensor to pin 2 of the analog headers of the arduino. Finally connect the Ground pin on the motion sensor to the Ground pin on the arduino.","$$hashKey":"009","notes":"This project requires only few parts, and because you're using a breadboard and pre-cut jumper wires, you won't need any tools at all except your computer and USB cable to connect the Arduino.","picture":"http://www.deviantsart.com/gfg45d.jpg","media":"http://www.deviantsart.com/gfg45d.jpg"},{"$$hashKey":"016","description":"Plug the LED's anode (the longer leg) into digital pin 13 on the Arduino. Plug the LED's cathode (the shorter leg, and/or the leg on the flattened side of the LED base) into the adjacent ground (Gnd) pin on the Arduino","picture":"http://www.deviantsart.com/1pv3tbo.jpg","media":"http://www.deviantsart.com/1pv3tbo.jpg"},{"$$hashKey":"01E","description":"Connect the buzzer's red wire to the Arduino's digital pin 10. Connect the buzzer's black wire to the Arduino's Gnd pin (there's a spare one on the Power block of pins). NOTE: These two wires can be reversed, as the polarity of the buzzer doesn't matter.","picture":"http://www.deviantsart.com/1obqokv.jpg","media":"http://www.deviantsart.com/1obqokv.jpg"},{"$$hashKey":"01I","notes":"","description":"Launch the Arduino IDE software then plug the USB cable into your computer and Arduino. Set the board and port settings for your Arduino board, in this case, an Arduino Uno. Open the PIR Alarm sketch found at this link: https://gist.github.com/opethe1st/10490989 (Arduino programs are called sketches.) Upload the sketch to the Arduino.","picture":"http://www.deviantsart.com/1q5nceu.png","media":"http://www.deviantsart.com/1q5nceu.png"},{"$$hashKey":"01M","picture":"http://www.deviantsart.com/21vkg97.jpg","media":"http://www.deviantsart.com/21vkg97.jpg","description":"When you power up your alarm, the PIR sensor will glow an ominous red. Stand very still or leave the room while the alarm calibrates the infrared level reading for the room. Now test it by moving: the buzzer will buzz and the LED will light up. Be amazed! Your PIR Sensor Arduino Alarm can sense movement up to 20 feet away. No one will be stealing your yo-yo today. NOTE: Might not be reliable for detecting the undead."}],"materials":[{"item":"1","description":"Arduino Uno Board","quantity":"1","price":"$29.95","link":"https://www.sparkfun.com/products/11021","$$hashKey":"007"},{"$$hashKey":"00L","item":"2","link":"https://www.sparkfun.com/products/8630","description":"PIR Motion Sensor","quantity":"1","price":"$9.95"},{"$$hashKey":"00O","item":"3","link":"https://www.sparkfun.com/products/12002","quantity":"1","description":"Breadboard","price":"$4.95"},{"$$hashKey":"00R","item":"4","link":"https://www.sparkfun.com/products/7950","price":"$1.95","quantity":"1","description":"Piezo Buzzer"},{"$$hashKey":"00U","item":"5","link":"https://www.sparkfun.com/products/9590","quantity":"1","description":"LED - Basic Red 5mm","price":"$0.35"},{"$$hashKey":"00X","link":"https://www.sparkfun.com/products/11242","price":"$5.95","quantity":"1","description":"Jumper Wires - 30 pack","item":"6"}],"title":"Arduino Powered Burglar Alarm","content":"<h1>Title</h1>\n\n<p>Arduino Powered Automatic Fan Regulator based on room temperature</p>\n\n<h1>Picture</h1>\n\n<p><img src='undefined'></p>\n\n<h1>Objective</h1>\n\n<p>Nigeria is a very hot place. Temperature averages 30 degree Celsius and even at Night the temperature is hot. The aim of this project is to regulate temperature by turning on the fan whenever the temperature reaches a certain level and turn it off whenever the temperature drops. This helps to conserve energy and also to improve comfort for the owner.</p>\n\n<h1>Duration</h1>\n\n<p>40min</p>\n\n<h1>Age Group</h1>\n\n<p>all</p>\n\n<h1>Materials</h1>\n\n<h2>1</h2>\n\n<ul>\n<li>description:Arduino Uno Board</li>\n<li>quantity:1</li>\n<li>price:$29.95</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/11021\">https://www.sparkfun.com/products/11021</a></li>\n</ul>\n\n<h2>2</h2>\n\n<ul>\n<li>description:PIR Motion Sensor</li>\n<li>quantity:1</li>\n<li>price:$9.95</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/8630\">https://www.sparkfun.com/products/8630</a></li>\n</ul>\n\n<h2>3</h2>\n\n<ul>\n<li>description:Breadboard</li>\n<li>quantity:1</li>\n<li>price:$4.95</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/12002\">https://www.sparkfun.com/products/12002</a></li>\n</ul>\n\n<h2>4</h2>\n\n<ul>\n<li>description:Piezo Buzzer</li>\n<li>quantity:1</li>\n<li>price:$1.95</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/7950\">https://www.sparkfun.com/products/7950</a></li>\n</ul>\n\n<h2>5</h2>\n\n<ul>\n<li>description:LED - Basic Red 5mm</li>\n<li>quantity:1</li>\n<li>price:$0.35</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/9590\">https://www.sparkfun.com/products/9590</a></li>\n</ul>\n\n<h2>6</h2>\n\n<ul>\n<li>description:Jumper Wires - 30 pack</li>\n<li>quantity:1</li>\n<li>price:$5.95</li>\n<li>link:<a href=\"https://www.sparkfun.com/products/11242\">https://www.sparkfun.com/products/11242</a></li>\n</ul>\n\n<h1>Steps</h1>\n\n<h2>The first step is connecting the motion sensor to the breadboard. The motion sensor has three pins. It is labelled pin is for 5v , the second is for output, and the third is for ground. You place the motion sensor on the board and use a jumper wire to connect the 5 volts terminal of the motion sensor to the 5 volt pin on Arduino. You then connect the output to pin of the motion sensor to pin 2 of the analog headers of the arduino. Finally connect the Ground pin on the motion sensor to the Ground pin on the arduino.</h2>\n\n<p><img src='undefined'></p>\n\n<p>notes: This project requires only few parts, and because you're using a breadboard and pre-cut jumper wires, you won't need any tools at all except your computer and USB cable to connect the Arduino.</p>\n\n<h2>Plug the LED's anode (the longer leg) into digital pin 13 on the Arduino. Plug the LED's cathode (the shorter leg, and/or the leg on the flattened side of the LED base) into the adjacent ground (Gnd) pin on the Arduino</h2>\n\n<p>{{2}}</p>\n\n<p>notes: undefined</p>\n\n<h2>Connect the buzzer's red wire to the Arduino's digital pin 10. Connect the buzzer's black wire to the Arduino's Gnd pin (there's a spare one on the Power block of pins). NOTE: These two wires can be reversed, as the polarity of the buzzer doesn't matter.</h2>\n\n<p>{{3}}</p>\n\n<p>notes: undefined</p>\n\n<h2>Launch the Arduino IDE software then plug the USB cable into your computer and Arduino. Set the board and port settings for your Arduino board, in this case, an Arduino Uno. Open the PIR Alarm sketch found at this link: <a href=\"https://gist.github.com/opethe1st/10490989\">https://gist.github.com/opethe1st/10490989</a> (Arduino programs are called sketches.) Upload the sketch to the Arduino.</h2>\n\n<p>{{4}}</p>\n\n<p>notes: </p>\n\n<h2>When you power up your alarm, the PIR sensor will glow an ominous red. Stand very still or leave the room while the alarm calibrates the infrared level reading for the room. Now test it by moving: the buzzer will buzz and the LED will light up. Be amazed! Your PIR Sensor Arduino Alarm can sense movement up to 20 feet away. No one will be stealing your yo-yo today. NOTE: Might not be reliable for detecting the undead.</h2>\n\n<p>{{5}}</p>\n\n<p>notes: undefined</p>\n\n<h1>Notes</h1>\n\n<p>undefined</p>","ownedByMe":"true","picture":"http://www.deviantsart.com/3099afr.jpg","objective":"Nigeria is a very hot place. Temperature averages 30 degree Celsius and even at Night the temperature is hot. The aim of this project is to regulate temperature by turning on the fan whenever the temperature reaches a certain level and turn it off whenever the temperature drops. This helps to conserve energy and also to improve comfort for the owner.","ageGroup":"all","duration":"40min","media":"http://www.deviantsart.com/3099afr.jpg"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment