Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino by ted7

View this thread on steempeak.com
· @ted7 · (edited)
$43.51
Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino
#### What Will I Learn?

- You will learn how digital input and output works by using the PIR sensor as the input and the piezo buzzer as the output. 
- You will learn how to program the arduino board by using the Arduino IDE. 
- You will learn to construct your very own security alarm system.

#### Requirements

**Hardware**
- [Arduino Uno board](https://www.google.com/search?q=arduino+uno&source=lnms&tbm=isch&sa=X&ved=0ahUKEwi7m9nw1dfYAhWDvbwKHZK5AjcQ_AUICigB&biw=1366&bih=675#imgrc=6BbND70Zh9se2M:)
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940496/dckmlydxaypx1lq8ppse.png)


- [PIR(Passive Infrared) sensor](https://www.google.com/search?q=pir+sensor&source=lnms&tbm=isch&sa=X&ved=0ahUKEwie67zX1tfYAhUFm5QKHat9DHkQ_AUICigB&biw=1366&bih=675#imgrc=R94QEa35g4R4sM:)
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941276/usfn7wzs237zmbv6xbvh.png)


- [Piezoelectric buzzer](https://www.google.com/search?q=piezoelectric+buzzer&source=lnms&tbm=isch&sa=X&ved=0ahUKEwibhu-T19fYAhWEJpQKHXd3DOwQ_AUICigB&biw=1366&bih=675#imgrc=LtiyezHhMXSdNM:)
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940728/uoujqkwofzjyjbxj3ygg.png)

- [Jumper wires](https://www.google.com/search?q=jumper+wires&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiF_rrI19fYAhWCU7wKHcbAAVMQ_AUICigB&biw=1366&bih=675#imgrc=k43DjWY4NHkDQM:)

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940826/nzopsmpnqcwosof5ju1s.png)

- [Breadboard](https://www.google.com/search?q=breadboard&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjf1r_D2NfYAhWCULwKHSwdBGUQ_AUICigB&biw=1366&bih=675#imgrc=y-e_y1kmo4iPgM:) 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941115/pk0pt2watgzewjolzevd.png)

- [Computer](https://www.google.com/search?q=computer&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiE4OL419fYAhVIurwKHSoUALMQ_AUICigB&biw=1366&bih=675#imgrc=5DbnlUSd9v-wwM:) 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940933/heogxaca2qy4pzxwligc.png)

- [USB type A to B cable](https://www.google.com/search?q=usb+type+a+to+b&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjF6qSm2NfYAhVLErwKHeatCOoQ_AUICigB&biw=1366&bih=675#imgrc=NC14woqDA_LEnM:)

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941017/vco93sujavwfqhcgiiai.png)



**Software**
 - Arduino IDE (Integrated Development Environment)
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941208/yv8htwxwsz9wbao36g6w.png)


**Knowledge**
- Basic electronic and programming knowledge

#### Difficulty

- Basic

**Project description**

This project uses an Arduino Uno to control the whole circuit. A  PIR (Passive Infrared) sensor as its input device which will detect any movement from the surrounding. Once movement has been detected it will immediately send an electric impulse to the arduino board which will then activate the output device which is the piezoelectric buzzer to sound its alarming sound.

**Component description:**
 <div class="pull-left">https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941728/tl23h2ejmmkq9ssahqxf.png</div>

**Arduino Uno** is a type of arduino board that is the most commonly used, it is packed with a microcontroller board that is based on ATmega328P with 14 digital I/O pins (6 of which are PWM outputs), 6 analog inputs, a 16 MHz quartz crystal and a USB port terminal, a power jack, an ICSP header and a reset button. 

<div class="pull-right">https://res.cloudinary.com/hpiynhbhq/image/upload/v1515942432/qhobysxezos8pe9sdfb9.png</div>

**PIR (Passive Infrared) sensors** are an electronic sensors that are capable to detect infrared light that are invisible to the naked eye, it measures infrared(IR) light that is radiating from objects within its field of view.

----------------------------------------------------
<div class="pull-left">https://res.cloudinary.com/hpiynhbhq/image/upload/v1515942830/grvxoqhrsas0udsjmltj.png</div>

**Piezoelectric buzzer** is a speaker that uses the piezoelectric effect to generate sound, it can be driven by an oscillating electronic circuit or any other signal source.  

----------------------------------------------------
#### Tutorial Contents

<center>***Simple Burglar Alarm using PIR sensor, Piezoelectric buzzer and Arduino Uno board***</center>

Step 1: Gather your parts

- In this project, we will be using common components that can easily be purchased at your nearby electronics shop. 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515943821/mpljj8mm1zzsw9zk2ahn.png)

Step 2: Construct the circuit
Connect the Sources
- Connect the black jumper wire to the GND pin of the arduino to the ground(-) grid of the breadboard. 
- Connect the red jumper wire to the 5V pin of the arduino to the positive grid(+) of the  breadboard.
- Note: Make sure not to put the same jumper wires in the same row to avoid short circuiting your arduino board. 
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515945207/fdepgahhemyvms09v1ji.png)

Connect the Sensor
- Connect the positive terminal of the PIR sensor to the positive grid of the breadboard.
- Connect the negative terminal of the PIR sensor to the ground grid of the breadboard.
- Connect the signal pin of the PIR sensor to digital pin 4 of the arduino board.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515945819/l3isu7is845avcogybiy.png)

Connect the buzzer
- Connect the red wire of the piezoelectric buzzer to pin 10 of the arduino board.
- Connect the black wire of the piezoelectric buzzer to the GRND pin of the arduino board.
- Note: You can also reverse the placement of the wires if you want because the polarity of the buzzer does not matter.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946495/xxslknh9kg2el8zdhpkp.png)

Step 2: Programming the arduino

Now that the circuitry is constructed, let us now program the arduino uno board.

- Open the Arduino IDE in your computer, if you have not installed it yet, click on this [link](https://www.arduino.cc/en/Main/Software) to download and install the file. 
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946762/djfhbxwf8cmu1euxakn3.png)

- Once installation is complete, launch the software.
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946864/rpzynfsb7vlmj0fqton1.png)

- Connect the Arduino Uno board to the computer using the type a to b usb cable. 
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515947227/sazgtiguvjoy0qeis4g0.png)
 
- After the arduino board has successfully connected, go to Tool > Board > then select Arduino/ Genuino Uno. 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515947390/fcbad6jbzvjosg8ba7h3.png)

- Now that Arduino Uno is set in the arduino IDE, copy this code into your sketch.


<code>int inputPin = 4;               // The input pin of the PIR sensor
int pirState = LOW;             // initially, we assume that there is no motion detected
int val = 0;                    // variable for reading the pin status
int pinSpeaker = 10;            // The buzzer on PWM pin 10
void setup() { 
pinMode(inputPin, INPUT);     // declare sensor as input
pinMode(pinSpeaker, OUTPUT);
Serial.begin(9600);
}
void loop(){
val = digitalRead(inputPin);  // reads the input value
if (val == HIGH) {            // checks if the input is HIGH
playTone(300, 160);
delay(150);
if (pirState == LOW) {
 // we have just turned on
Serial.println("Motion detected!");
 // We only want to print on the output change, not state
pirState = HIGH;
}
} else {
playTone(0, 0);
delay(300);    
if (pirState == HIGH){
 // we have just turned of
Serial.println("Motion ended!");
 // We only want to print on the output change, not state
pirState = LOW;
}
}
}
// duration in mSecs, frequency in hertz
void playTone(long duration, int freq) {
duration *= 1000;
int period = (1.0 / freq) * 1000000;
long elapsed_time = 0;
while (elapsed_time < duration) {
digitalWrite(pinSpeaker,HIGH);
delayMicroseconds(period / 2);
digitalWrite(pinSpeaker, LOW);
delayMicroseconds(period / 2);
elapsed_time += (period);
}
}</code>

>What this code does is simply assigning the PIR sensor that is connected at pin 4 to be the INPUT device, it will read its value as HIGH or LOW state. Once movement has been detected by the PIR sensor will send an electrical impulse to the arduino board, once the state is HIGH it will then trigger the buzzer that is set as the OUTPUT and the serial monitor will display that there is motion detected. The tone is set to a high pitch that will sound as long as their is movement in the area of view. After their is no more movement in the area, it will then switch the PIR into a LOW state then the serial monitor will display motion ended and the buzzer will stop its alarm. 

- After typing the codes, click Verify to compile the program and check if there is no error.
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515949038/pegiga6mbjfdpdpzgsao.png)

 - Click upload to install the program into the arduino board.
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515949077/mjffxgheyac7mujbadse.png)

Step 3: Checking
- Now that all is done, check the circuit if it is working properly. Hover your hand in the field of view of the PIR sensor, if the buzzer will alarm it means its working and if not check the previous steps and look for any errors that you may have done.

Step 4: Placing
- After making sure that the circuit is working properly, place it in a place where you want to be secured so that once it there is someone there you will be alarmed. 

  Now you have your very own burglar alarm, you can also tweak it however you want. 
-------------------------------------------------------
#### Curriculum
Here are my previous tutorials on the Arduino

- [Arduino 101: Tilt Sensor with Arduino](https://utopian.io/utopian-io/@ted7/arduino-101-tilt-sensor-with-arduino)
- [Arduino Shields](https://utopian.io/utopian-io/@ted7/arduino-shields)
- [How to control servo motor using arduino](https://utopian.io/utopian-io/@ted7/how-to-control-servo-motor-using-arduino)
- [Arduino for beginners](https://utopian.io/utopian-io/@ted7/arduino-for-beginners)
    

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@ted7/arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id25,752,785
authorted7
permlinkarduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino
categoryutopian-io
json_metadata"{"repository": {"owner": {"login": "arduino"}, "id": 919161, "full_name": "arduino/Arduino", "fork": false, "name": "Arduino", "html_url": "https://github.com/arduino/Arduino"}, "moderator": {"pending": false, "account": "manishmike10", "reviewed": true, "flagged": false, "time": "2018-01-15T13:20:49.746Z"}, "format": "markdown", "platform": "github", "tags": ["utopian-io", "technology", "cebu", "philippines", "howto"], "community": "utopian", "type": "tutorials", "pullRequests": [], "links": ["https://www.google.com/search?q=arduino+uno&source=lnms&tbm=isch&sa=X&ved=0ahUKEwi7m9nw1dfYAhWDvbwKHZK5AjcQ_AUICigB&biw=1366&bih=675#imgrc=6BbND70Zh9se2M:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940496/dckmlydxaypx1lq8ppse.png", "https://www.google.com/search?q=pir+sensor&source=lnms&tbm=isch&sa=X&ved=0ahUKEwie67zX1tfYAhUFm5QKHat9DHkQ_AUICigB&biw=1366&bih=675#imgrc=R94QEa35g4R4sM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941276/usfn7wzs237zmbv6xbvh.png", "https://www.google.com/search?q=piezoelectric+buzzer&source=lnms&tbm=isch&sa=X&ved=0ahUKEwibhu-T19fYAhWEJpQKHXd3DOwQ_AUICigB&biw=1366&bih=675#imgrc=LtiyezHhMXSdNM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940728/uoujqkwofzjyjbxj3ygg.png", "https://www.google.com/search?q=jumper+wires&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiF_rrI19fYAhWCU7wKHcbAAVMQ_AUICigB&biw=1366&bih=675#imgrc=k43DjWY4NHkDQM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940826/nzopsmpnqcwosof5ju1s.png", "https://www.google.com/search?q=breadboard&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjf1r_D2NfYAhWCULwKHSwdBGUQ_AUICigB&biw=1366&bih=675#imgrc=y-e_y1kmo4iPgM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941115/pk0pt2watgzewjolzevd.png", "https://www.google.com/search?q=computer&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiE4OL419fYAhVIurwKHSoUALMQ_AUICigB&biw=1366&bih=675#imgrc=5DbnlUSd9v-wwM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940933/heogxaca2qy4pzxwligc.png", "https://www.google.com/search?q=usb+type+a+to+b&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjF6qSm2NfYAhVLErwKHeatCOoQ_AUICigB&biw=1366&bih=675#imgrc=NC14woqDA_LEnM:", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941017/vco93sujavwfqhcgiiai.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515941208/yv8htwxwsz9wbao36g6w.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515943821/mpljj8mm1zzsw9zk2ahn.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515945207/fdepgahhemyvms09v1ji.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515945819/l3isu7is845avcogybiy.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946495/xxslknh9kg2el8zdhpkp.png", "https://www.arduino.cc/en/Main/Software", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946762/djfhbxwf8cmu1euxakn3.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515946864/rpzynfsb7vlmj0fqton1.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515947227/sazgtiguvjoy0qeis4g0.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515947390/fcbad6jbzvjosg8ba7h3.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515949038/pegiga6mbjfdpdpzgsao.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1515949077/mjffxgheyac7mujbadse.png", "https://utopian.io/utopian-io/@ted7/arduino-101-tilt-sensor-with-arduino", "https://utopian.io/utopian-io/@ted7/arduino-shields", "https://utopian.io/utopian-io/@ted7/how-to-control-servo-motor-using-arduino", "https://utopian.io/utopian-io/@ted7/arduino-for-beginners"], "app": "utopian/1.0.0", "users": ["ted7"], "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1515940496/dckmlydxaypx1lq8ppse.png"]}"
created2018-01-15 04:15:06
last_update2018-01-15 13:20:48
depth0
children8
net_rshares5,696,551,308,346
last_payout2018-01-22 04:15:06
cashout_time1969-12-31 23:59:59
total_payout_value30.655 SBD
curator_payout_value12.850 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10,456
author_reputation5,302,057,636,304
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (26)
@manishmike10 ·
$0.03
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
👍  
properties (23)
post_id25,828,991
authormanishmike10
permlinkre-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180115t132119898z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2018-01-15 13:21:21
last_update2018-01-15 13:21:21
depth1
children1
net_rshares3,683,892,730
last_payout2018-01-22 13:21:21
cashout_time1969-12-31 23:59:59
total_payout_value0.028 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length172
author_reputation20,365,209,818,432
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ted7 ·
Thanks a lot :)
properties (22)
post_id25,835,097
authorted7
permlinkre-manishmike10-re-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180115t135521957z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-01-15 13:55:24
last_update2018-01-15 13:55:24
depth2
children0
net_rshares0
last_payout2018-01-22 13:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation5,302,057,636,304
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jbeguna04 ·
Helpful contribution @ted7
properties (22)
post_id25,837,584
authorjbeguna04
permlinkre-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180115t140851060z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["ted7"], "tags": ["utopian-io"]}"
created2018-01-15 14:08:51
last_update2018-01-15 14:08:51
depth1
children1
net_rshares0
last_payout2018-01-22 14:08:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation20,946,482,879,616
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ted7 ·
Thank you very much @jbeguna04 :)
properties (22)
post_id25,838,298
authorted7
permlinkre-jbeguna04-re-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180115t141312999z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["jbeguna04"], "tags": ["utopian-io"]}"
created2018-01-15 14:13:15
last_update2018-01-15 14:13:15
depth2
children0
net_rshares0
last_payout2018-01-22 14:13:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length33
author_reputation5,302,057,636,304
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sabo ·
nice one. lots of engineering students can learn from this.
properties (22)
post_id25,959,487
authorsabo
permlinkre-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180116t171231923z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-01-16 04:14:42
last_update2018-01-16 04:14:42
depth1
children1
net_rshares0
last_payout2018-01-23 04:14:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length59
author_reputation95,255,242,917
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ted7 ·
Thank you @sabo :)
properties (22)
post_id26,072,266
authorted7
permlinkre-sabo-re-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180116t170841140z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["sabo"], "tags": ["utopian-io"]}"
created2018-01-16 17:08:42
last_update2018-01-16 17:08:42
depth2
children0
net_rshares0
last_payout2018-01-23 17:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation5,302,057,636,304
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
### Hey @ted7 I am @utopian-io. I have just upvoted you!
#### Achievements
- You have less than 500 followers. Just gave you a gift to help you succeed!
- Seems like you contribute quite often. AMAZING!
#### Suggestions
- Contribute more often to get higher and higher rewards. I wish to see you often!
- Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!
#### Get Noticed!
- Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
post_id26,226,892
authorutopian-io
permlinkre-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180117t125136516z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2018-01-17 12:51:36
last_update2018-01-17 12:51:36
depth1
children0
net_rshares0
last_payout2018-01-24 12:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,502
author_reputation152,913,012,544,965
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nanreycarlopez ·
nice post
properties (22)
post_id29,600,329
authornanreycarlopez
permlinkre-ted7-arduino-101-pir-based-burglar-alarm-with-piezoelectric-buzzer-and-arduino-20180201t212037794z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-01 05:26:51
last_update2018-02-01 05:26:51
depth1
children0
net_rshares0
last_payout2018-02-08 05:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation0
root_title"Arduino 101: PIR based burglar alarm with Piezoelectric buzzer and Arduino"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000