<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://iskomunidad.upd.edu.ph/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chrismangarcia</id>
	<title>Iskomunidad - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://iskomunidad.upd.edu.ph/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chrismangarcia"/>
	<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Special:Contributions/Chrismangarcia"/>
	<updated>2026-04-23T13:46:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41644</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41644"/>
		<updated>2014-05-20T03:28:34Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino-based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly mounted to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity_-_Google_Docs.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. Once done, upload the code to the Arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. IF you want it to be used as a device, put it on a pcb, solder it and have a suitable casing for it. With this, you can prolong the life of the device and it will be more portable and efficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and  is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Putting it on a PCB&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb3.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb4.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor in a Casing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- for the safety and longevity of the device&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2014-05-20_10.28.15.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2014-05-20_10.28.30.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2014-05-20_10.28.57.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2014-05-20_10.29.18.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2014-05-20_10.31.46.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Development Team==&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.31.46.jpg&amp;diff=41643</id>
		<title>File:2014-05-20 10.31.46.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.31.46.jpg&amp;diff=41643"/>
		<updated>2014-05-20T03:23:51Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.29.18.jpg&amp;diff=41642</id>
		<title>File:2014-05-20 10.29.18.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.29.18.jpg&amp;diff=41642"/>
		<updated>2014-05-20T03:22:22Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.57.jpg&amp;diff=41641</id>
		<title>File:2014-05-20 10.28.57.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.57.jpg&amp;diff=41641"/>
		<updated>2014-05-20T03:21:52Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.30.jpg&amp;diff=41640</id>
		<title>File:2014-05-20 10.28.30.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.30.jpg&amp;diff=41640"/>
		<updated>2014-05-20T03:21:11Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.15.jpg&amp;diff=41639</id>
		<title>File:2014-05-20 10.28.15.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:2014-05-20_10.28.15.jpg&amp;diff=41639"/>
		<updated>2014-05-20T03:20:51Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity_-_Google_Docs.pdf&amp;diff=41576</id>
		<title>File:Code for Proximity - Google Docs.pdf</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity_-_Google_Docs.pdf&amp;diff=41576"/>
		<updated>2014-05-15T09:07:59Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: Chrismangarcia uploaded a new version of &amp;amp;quot;File:Code for Proximity - Google Docs.pdf&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41547</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41547"/>
		<updated>2014-05-13T05:26:53Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino-based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly mounted to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity_-_Google_Docs.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. Once done, upload the code to the Arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. IF you want it to be used as a device, put it on a pcb, solder it and have a suitable casing for it. With this, you can prolong the life of the device and it will be more portable and efficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and  is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Putting it on a PCB&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb3.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb4.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor in a Casing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- for the safety and longevity of the device&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Development Team==&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb4.jpg&amp;diff=41546</id>
		<title>File:Pcb4.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb4.jpg&amp;diff=41546"/>
		<updated>2014-05-13T05:25:39Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb3.jpg&amp;diff=41545</id>
		<title>File:Pcb3.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb3.jpg&amp;diff=41545"/>
		<updated>2014-05-13T05:25:15Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb2.jpg&amp;diff=41544</id>
		<title>File:Pcb2.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb2.jpg&amp;diff=41544"/>
		<updated>2014-05-13T05:24:48Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb1.jpg&amp;diff=41543</id>
		<title>File:Pcb1.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Pcb1.jpg&amp;diff=41543"/>
		<updated>2014-05-13T05:24:30Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41542</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41542"/>
		<updated>2014-05-13T05:11:13Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino-based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly mounted to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity_-_Google_Docs.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. Once done, upload the code to the Arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. IF you want it to be used as a device, put it on a pcb, solder it and have a suitable casing for it. With this, you can prolong the life of the device and it will be more portable and efficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and  is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something blocks and is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor in a Casing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- for the safety and longevity of the device&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Development Team==&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41520</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41520"/>
		<updated>2014-05-06T08:24:14Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino-based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly mounted to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity_-_Google_Docs.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. Once done, upload the code to the Arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When somethingmoving is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor in a Casing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- for the safety and longevity of the device&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity_-_Google_Docs.pdf&amp;diff=41519</id>
		<title>File:Code for Proximity - Google Docs.pdf</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity_-_Google_Docs.pdf&amp;diff=41519"/>
		<updated>2014-05-06T08:23:10Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41518</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41518"/>
		<updated>2014-05-06T07:27:07Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino-based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly mounted to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. Once done, upload the code to the Arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When somethingmoving is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something moving is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor in a Casing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- for the safety and longevity of the device&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CASING2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:CASING2.jpg&amp;diff=41517</id>
		<title>File:CASING2.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:CASING2.jpg&amp;diff=41517"/>
		<updated>2014-05-06T07:24:01Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:CASING1.jpg&amp;diff=41516</id>
		<title>File:CASING1.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:CASING1.jpg&amp;diff=41516"/>
		<updated>2014-05-06T07:23:34Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41497</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41497"/>
		<updated>2014-05-02T01:52:02Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
For added alarm indicator, the LEDs were put into blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41496</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41496"/>
		<updated>2014-05-02T01:49:54Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://www.generationrobots.com/en/content/65-ultrasonic-sonar-sensors-for-robots Literature about Ultrasonic sensor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41495</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41495"/>
		<updated>2014-05-02T01:43:33Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41494</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41494"/>
		<updated>2014-05-02T01:43:00Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://files.tested.com/photos/2013/06/12/48912-arduinouno_r3_front.jpg Arduino UNO Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://arduino.cc/en/Main/arduinoBoardMicro Arduino Micro Pin Configuration]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.luntianlaboratory.com/code/us-100-distance-sensor/ Arduino Code]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=7ZPc__5tL3c Video of How to setup the circuit]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://randomnerdtutorials.com/arduino-ultrasonic-sensor-with-leds-and-buzzer/ Formation of the circuit]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity.pdf&amp;diff=41320</id>
		<title>File:Code for Proximity.pdf</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity.pdf&amp;diff=41320"/>
		<updated>2014-04-24T06:01:55Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: Chrismangarcia uploaded a new version of &amp;amp;quot;File:Code for Proximity.pdf&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41257</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41257"/>
		<updated>2014-04-23T01:17:54Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins from the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41250</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41250"/>
		<updated>2014-04-22T10:02:15Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As soon as you upload the code on the arduino, it will take seconds for the sensor to be working efficiently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is greater than 3 meter range, the LEDs will not light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.51 to 3 meters, the GREEN light will turn on.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 2.1 to 2.5 meters, the GREEN light and one YELLOW light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest3.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.51 to 2 meters, the GREEN light, and the 2 YELLOW lights will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest4.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is within the range of 1.1 to 1.5 meters, the GREEN light, the 2 YELLOW lights and one RED light will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* When something is very near and within the range of 0 to 1 meter, ALL LEDs will light up.&lt;br /&gt;
&lt;br /&gt;
[[File:FinalTest6.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Final2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Final2.jpg&amp;diff=41249</id>
		<title>File:Final2.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Final2.jpg&amp;diff=41249"/>
		<updated>2014-04-22T10:00:55Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Final1.jpg&amp;diff=41248</id>
		<title>File:Final1.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Final1.jpg&amp;diff=41248"/>
		<updated>2014-04-22T10:00:45Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest6.jpg&amp;diff=41246</id>
		<title>File:FinalTest6.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest6.jpg&amp;diff=41246"/>
		<updated>2014-04-22T09:58:08Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest5.jpg&amp;diff=41244</id>
		<title>File:FinalTest5.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest5.jpg&amp;diff=41244"/>
		<updated>2014-04-22T09:57:55Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest4.jpg&amp;diff=41243</id>
		<title>File:FinalTest4.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest4.jpg&amp;diff=41243"/>
		<updated>2014-04-22T09:57:38Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest3.jpg&amp;diff=41242</id>
		<title>File:FinalTest3.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest3.jpg&amp;diff=41242"/>
		<updated>2014-04-22T09:57:30Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest2.jpg&amp;diff=41241</id>
		<title>File:FinalTest2.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest2.jpg&amp;diff=41241"/>
		<updated>2014-04-22T09:57:21Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest1.jpg&amp;diff=41240</id>
		<title>File:FinalTest1.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:FinalTest1.jpg&amp;diff=41240"/>
		<updated>2014-04-22T09:57:11Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41239</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41239"/>
		<updated>2014-04-22T09:22:15Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]]   [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to &#039;&#039;&#039;Pin 6&#039;&#039;&#039; of the Arduino. Connect the ECHO pin to &#039;&#039;&#039;Pin 7&#039;&#039;&#039; of the Arduino. Make a connection between the 2 GROUND pins and connect it to &#039;&#039;&#039;GROUND pin&#039;&#039;&#039; of the Arduino. Also connect the VCC or power to the &#039;&#039;&#039;5V pin&#039;&#039;&#039; of the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:PINNINGS.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and piezo buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039;, LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;, LED4 to &#039;&#039;&#039;pin11&#039;&#039;&#039; and LED5 to &#039;&#039;&#039;pin12&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Have the code for the given circuit, use the Arduino 1.0.5 to program the operation of the circuit. See the code below and just copy and paste it on the Arduino 1.0.5.&lt;br /&gt;
&lt;br /&gt;
[[File:Code_for_Proximity.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Verify the code that you program. As it was verified, upload the code to the arduino and you can now test the capabilities of the proximity sensor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity.pdf&amp;diff=41238</id>
		<title>File:Code for Proximity.pdf</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Code_for_Proximity.pdf&amp;diff=41238"/>
		<updated>2014-04-22T09:21:13Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41236</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41236"/>
		<updated>2014-04-22T06:18:43Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300px]]   [[File:ARDUINO_MICRO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]] [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to Pin 6 of the Arduino micro. Connect the ECHO pin to Pin 7 of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
5. Make a connection between the 2 GROUND pins and connect it to GROUND of the Arduino micro. Also connect the VCC or power to the 5V pin of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
6. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039; and LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41235</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41235"/>
		<updated>2014-04-22T06:17:02Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|100]]   [[File:ARDUINO_MICRO.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|100]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|200]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]] [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to Pin 6 of the Arduino micro. Connect the ECHO pin to Pin 7 of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
5. Make a connection between the 2 GROUND pins and connect it to GROUND of the Arduino micro. Also connect the VCC or power to the 5V pin of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
6. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039; and LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41234</id>
		<title>Proximity Sensor via Ultrasonic Sonar Module</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Proximity_Sensor_via_Ultrasonic_Sonar_Module&amp;diff=41234"/>
		<updated>2014-04-22T06:15:08Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
Part of the [[Sensors_and_Controls_@_DILC|Sensors and Controls Project]], this Arduino micro-based Proximity Sensor integrates of an Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Arduino micro/ Arduino UNO&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO_UNO.png|300]]   [[File:ARDUINO_MICRO.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
&lt;br /&gt;
[[File:SENSOR.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Jumper wires&lt;br /&gt;
&lt;br /&gt;
[[File:JUMP_WIRE.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 5 (Light Emitting Diodes) LEDs&lt;br /&gt;
&lt;br /&gt;
[[File:5_LED.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 6 330K ohms Resistors&lt;br /&gt;
&lt;br /&gt;
[[File:RESISTORS.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Piezo Buzzer&lt;br /&gt;
&lt;br /&gt;
[[File:PIEZO_BUZZER.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Computer (with Arduino 1.0.5 Software)&lt;br /&gt;
&lt;br /&gt;
[[File:ARDUINO.jpg|300]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]] [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to Pin 6 of the Arduino micro. Connect the ECHO pin to Pin 7 of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
5. Make a connection between the 2 GROUND pins and connect it to GROUND of the Arduino micro. Also connect the VCC or power to the 5V pin of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
6. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039; and LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:PIEZO_BUZZER.jpg&amp;diff=41233</id>
		<title>File:PIEZO BUZZER.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:PIEZO_BUZZER.jpg&amp;diff=41233"/>
		<updated>2014-04-22T06:14:20Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:SENSOR.jpg&amp;diff=41232</id>
		<title>File:SENSOR.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:SENSOR.jpg&amp;diff=41232"/>
		<updated>2014-04-22T06:12:10Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:Breadboard.jpg&amp;diff=41231</id>
		<title>File:Breadboard.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:Breadboard.jpg&amp;diff=41231"/>
		<updated>2014-04-22T06:09:38Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: Chrismangarcia uploaded a new version of &amp;amp;quot;File:Breadboard.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO.jpg&amp;diff=41230</id>
		<title>File:ARDUINO.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO.jpg&amp;diff=41230"/>
		<updated>2014-04-22T06:09:26Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:PINNINGS.jpg&amp;diff=41229</id>
		<title>File:PINNINGS.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:PINNINGS.jpg&amp;diff=41229"/>
		<updated>2014-04-22T06:05:20Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:JUMP_WIRE.jpg&amp;diff=41228</id>
		<title>File:JUMP WIRE.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:JUMP_WIRE.jpg&amp;diff=41228"/>
		<updated>2014-04-22T06:05:07Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO_UNO.png&amp;diff=41227</id>
		<title>File:ARDUINO UNO.png</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO_UNO.png&amp;diff=41227"/>
		<updated>2014-04-22T06:04:44Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO_MICRO.jpg&amp;diff=41226</id>
		<title>File:ARDUINO MICRO.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:ARDUINO_MICRO.jpg&amp;diff=41226"/>
		<updated>2014-04-22T06:04:29Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:RESISTORS.jpg&amp;diff=41225</id>
		<title>File:RESISTORS.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:RESISTORS.jpg&amp;diff=41225"/>
		<updated>2014-04-22T06:03:49Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:5_LED.jpg&amp;diff=41224</id>
		<title>File:5 LED.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:5_LED.jpg&amp;diff=41224"/>
		<updated>2014-04-22T06:03:12Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=Sensors_and_Controls_@_DILC&amp;diff=41217</id>
		<title>Sensors and Controls @ DILC</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=Sensors_and_Controls_@_DILC&amp;diff=41217"/>
		<updated>2014-04-22T02:03:32Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: /* Proximity Sensor via Ultrasonic Sonar Module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Description=&lt;br /&gt;
a cost-effective, robust, integrated multi-trigger security and alert system using off-the-shelf or recycled hardware and sensors and open-source software technologies for messaging, video streaming and recording, machine vision, video analytics, thermal and power monitoring and control. It provides multi-channel feedback (Twitter, Email, SMS, etc).&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Trigger Events=&lt;br /&gt;
* heat (aircon not working, fire)&lt;br /&gt;
* smoke (smoke detector linked to online alarm system)&lt;br /&gt;
* motion (person entering/leaving building or room)&lt;br /&gt;
* sound (fans, batteries failing, alarm of non-networked motion or thermal sensors)&lt;br /&gt;
* power outage&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Big_Plan-Sensors.jpg|thumb|350px|alpha version of the &amp;quot;big plan&amp;quot; for smoke and heat sensors]]&lt;br /&gt;
&lt;br /&gt;
=Output=&lt;br /&gt;
* SMS&lt;br /&gt;
* email&lt;br /&gt;
* video recording&lt;br /&gt;
* log recording&lt;br /&gt;
* alarm (sound, light)&lt;br /&gt;
* Tweet&lt;br /&gt;
* phone dialling&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Specs=&lt;br /&gt;
IP camera, POE (Power Over Ethernet), direct-to-NAS recording (AFP, SAMBA, or NFS), inputs for PIR sensors, Infra Red light for night vision, mechanical IR-Cut Filter Switch (basic surveillance functions incorporated into the camera; camera sends stream when preset event occurs; system send SMS/email), NAS (www.nas4free.org - ZSF file system 4 TB RAID Z2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Smoke and Temp Module==&lt;br /&gt;
[[Image:Proximity-sensors-controls.jpg|350px|right]]&lt;br /&gt;
This module monitors room temperature independent of on-board temperature sensors (also monitored) in our servers. It is especially useful in keeping optimal temperature for DILC&#039;s data center. Cooling the room too much is a waste of energy. Temperature readings are occasionally verified using 3rd-party thermal instruments.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Controller: &lt;br /&gt;
:: [http://www.e-gizmo.com/KIT/gizDuino%20X.html Gizduino X]  (see [http://www.scribd.com/doc/92178907/Arduino-Manual manual])&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Sensors:&lt;br /&gt;
[[File:Arduino_micro.jpeg|350px|thumb|right|Arduino micro for aircon control]]&lt;br /&gt;
:: temp: [http://www.engineersgarage.com/sites/default/files/LM35.PDF LM 35]. See [http://learn.adafruit.com/tmp36-temperature-sensor/using-a-temp-sensor this]&lt;br /&gt;
:: [http://www.e-gizmo.com/KIT/smokesensor.htm smoke]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Monitoring_screen-beta.png|350px|thumb|center|temperature monitoring screen]]&lt;br /&gt;
Shields:&lt;br /&gt;
:: [http://www.e-gizmo.com/KIT/ethernet%20shield.html ethernet]. See also [http://arduino.cc/en/Main/ArduinoEthernetShield Arduino Ethernet Shield]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Web-Available Aircon Control]]===&lt;br /&gt;
* components&lt;br /&gt;
** Arduino micro&lt;br /&gt;
** CD-R King Universal Remote Control&lt;br /&gt;
&lt;br /&gt;
[[Web-Available_Aircon_Control|More info]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Motion Detection and Video Monitoring Module==&lt;br /&gt;
[[File:Logbank_cams.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
* combination of mid-, low-end; recycled, old, new cams&lt;br /&gt;
* redundant off-site recordings (continuous and motion-activated events) and picture snapshots&lt;br /&gt;
[[File:camera.jpg|200px|thumb|left|old camera parts]][[File:CameraZOOM-20130917123206272.jpg|thumb|200px|center|Interns doing camera configuration]]&amp;lt;br /&amp;gt;&lt;br /&gt;
* motion sensors compensate for &amp;quot;blind spots&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Sample_night_vision_shot.png|200px|thumb|left|sample night vision shot]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Proximity Sensor via Ultrasonic Sonar Module&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
This is an Arduino micro-based Proximity Sensor through the integration of Ultrasonic Sonar module. With this, one can easily monitor if there&#039;s someone near or around a specific area, say, room, door, gate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I. &#039;&#039;&#039;OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
* To make an Arduino based Proximity sensor via Ultrasonic Sonar module&lt;br /&gt;
* To simulate effectiveness by varying distances&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
II. &#039;&#039;&#039;MATERIALS &amp;amp; COMPONENTS&#039;&#039;&#039;&lt;br /&gt;
* Arduino micro&lt;br /&gt;
* Ultrasonic Sonar Module (US-100)&lt;br /&gt;
* Jumper wires&lt;br /&gt;
* 8 (Light Emitting Diodes) LEDs&lt;br /&gt;
* 8 220K ohms Resistors&lt;br /&gt;
* Printed Circuit Board (PCB)&lt;br /&gt;
* Buzzer&lt;br /&gt;
* Computer (for Arduino code)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
III. &#039;&#039;&#039;PROCEDURES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Prepare all the materials.&lt;br /&gt;
&lt;br /&gt;
2. Put the corresponding components onto the breadboard. Make sure that the pins of the components are properly put to ensure the efficiency of the circuit. &lt;br /&gt;
&lt;br /&gt;
3. There are 5 pins of the US-100. From the back facing yourself, the 2 pins form the left are &#039;&#039;&#039;GROUND&#039;&#039;&#039;. The third pin from the left is the &#039;&#039;&#039;ECHO&#039;&#039;&#039;, followed by the &#039;&#039;&#039;TRIGGER&#039;&#039;&#039; and lastly, the rightmost one, the &#039;&#039;&#039;VCC&#039;&#039;&#039; or the power.&lt;br /&gt;
&lt;br /&gt;
[[File:US100_BACK.jpg|200px]] [[File:US_100_FRONT.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
4. Connect the TRIGGER pin to Pin 6 of the Arduino micro. Connect the ECHO pin to Pin 7 of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
5. Make a connection between the 2 GROUND pins and connect it to GROUND of the Arduino micro. Also connect the VCC or power to the 5V pin of the Arduino micro.&lt;br /&gt;
&lt;br /&gt;
6. For the indication purposes, you will connect 3 LEDs and a small buzzer. The GROUND pins of the LEDs and buzzer will be connected to the GROUND pin of the US-100. The ANODE pins of LED1 to &#039;&#039;&#039;pin 8&#039;&#039;&#039;, LED2 to &#039;&#039;&#039;pin 9&#039;&#039;&#039; and LED3 to &#039;&#039;&#039;pin 10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IV. &#039;&#039;&#039;SIMULATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
V. &#039;&#039;&#039;OTHER PHOTOS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
VI. &#039;&#039;&#039;REFERENCES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Power Monitoring Module==&lt;br /&gt;
* uses embedded sensors to monitor temperature and power outage and recovery&lt;br /&gt;
&lt;br /&gt;
[[File:Power_dashboard.png|250px|thumb|left|power summary]][[File:Temp_sensor.png|250px|thumb|center|UPS temp reading for a day]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* redundant power-failure alert system&lt;br /&gt;
[[File:Power_failure_notice.png|250px|thumb|left|UPS Notice from Site 1 (Mezza North)]]&lt;br /&gt;
[[File:UPS_notice_2.png|350|300px|thumb|center|UPS Notice from Site 2]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==NAS Module==&lt;br /&gt;
* [[Network_Attached_Storage|Network-Attached Storage]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Messaging Module==&lt;br /&gt;
[[File:Part_of_a_dongle_dashboard.png|300px|thumb|right|part of a GSM Dongles dashboard @DILC]]&lt;br /&gt;
* USB Dongle. See [http://wammu.eu/phones Gammu compatible devices]&lt;br /&gt;
* [http://wammu.eu/ Gammu]&lt;br /&gt;
* Php Mailer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Webapps and Dashboard Module==&lt;br /&gt;
:: Framework Choices: [http://twistedmatrix.com/trac/ Twisted], [http://nodejs.org Nodejs] or [http://en.wikipedia.org/wiki/Reactor_pattern alternatives]&lt;br /&gt;
* to incorporate streams of data from sensors embedded in equipment&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
=Developers=&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Temperature Sensor Dashboard&#039;&#039;&#039;&lt;br /&gt;
* Karen Calado&lt;br /&gt;
* Harell Juanico&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Temp/Smoke Sensor&#039;&#039;&#039; &lt;br /&gt;
* Rowel Cababat&lt;br /&gt;
* Joven Baluyot&lt;br /&gt;
* Carlito Graza&lt;br /&gt;
* Erickson Sombillo &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Monitoring&#039;&#039;&#039;&lt;br /&gt;
* Bonifacio Badilla&lt;br /&gt;
* Zandro Paul Abadiac&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AC Remote Sensor&#039;&#039;&#039;&lt;br /&gt;
* Elijah Lingbanan&lt;br /&gt;
* Emannuel Abalain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proximity Sensor&#039;&#039;&#039;&lt;br /&gt;
* Chris Manuel Garcia&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=Readings=&lt;br /&gt;
&#039;&#039;&#039;Power Monitoring&#039;&#039;&#039;&lt;br /&gt;
* [http://openenergymonitor.org/emon/ OpenEnergyMonitor]&lt;br /&gt;
* [http://www.picobay.com/projects/2009/01/real-time-web-based-power-charting.html &amp;quot;Real-time Web Based Power Charting&amp;quot;]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sensors&#039;&#039;&#039;&lt;br /&gt;
* [http://blog.spark.io/2014/01/17/open-source-thermostat/ Building an open source Nest]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Video&#039;&#039;&#039;&lt;br /&gt;
* [http://www.roborealm.com/links/vision_software.php Vision Software]&lt;br /&gt;
* [http://www.cctvlenscalculator.com/ cctv lens calculator] - not just any cam please!&lt;br /&gt;
* [http://avtech.com/Products/Monitor_-_Sensors/MUPS.htm Avtech Products] - benchmark projects with prices here.&lt;br /&gt;
* [http://www.ispyconnect.com iSpy]&lt;br /&gt;
* [http://code.google.com/p/openvss/ Open Platform Video Surveillance System]&lt;br /&gt;
* [http://www.zoneminder.com/ ZoneMinder]&lt;br /&gt;
* [http://opencv.org OpenCV]&lt;br /&gt;
* [http://scene.sourceforge.net/ Scene]&lt;br /&gt;
* [http://wxcam.sourceforge.net/ wxCam]&lt;br /&gt;
* [http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome Motion]. See also [http://ubuntuforums.org/showthread.php?t=1897786 this discussion]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SMS&#039;&#039;&#039;&lt;br /&gt;
* [http://wammu.eu/ Wammu]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
* [[Biometric and Security Console]]&lt;br /&gt;
* [[logBank]]&lt;br /&gt;
* [http://dilc.info/intern dilc.info/intern]&lt;br /&gt;
* [[D I L C Media Lab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:DILC Matters]][[Category:DILC Projects]]&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
	<entry>
		<id>https://iskomunidad.upd.edu.ph/index.php?title=File:US100_BACK.jpg&amp;diff=41216</id>
		<title>File:US100 BACK.jpg</title>
		<link rel="alternate" type="text/html" href="https://iskomunidad.upd.edu.ph/index.php?title=File:US100_BACK.jpg&amp;diff=41216"/>
		<updated>2014-04-22T01:50:59Z</updated>

		<summary type="html">&lt;p&gt;Chrismangarcia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chrismangarcia</name></author>
	</entry>
</feed>