2011 IEEE International Conference on Consumer Electronics (ICCE) 2011
DOI: 10.1109/icce.2011.5722591
|View full text |Cite
|
Sign up to set email alerts
|

Design and implementation of an embedded home surveillance system with ultra-low alert power

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
13
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 20 publications
(13 citation statements)
references
References 1 publication
0
13
0
Order By: Relevance
“…The programming was performed for the reading of sensor values. //read value: void loop(void){ uint_tchk=DHT11.read(DHT11PIN); int sensorValue1=digitalRead(9);//fire intsensorValue=analogRead(A1);//fire int va2=analogRead(A0);//gas int va2=digitalRead (8);//gas //condition data: if(va2==0) {client.println("GAS: No Gas");} if(va2==1){client.println("GAS: Has GAS");} if(sensorValue1==0){client.println("FIRE No FIRE");} if(sensorValue1==1){client.println("FIRE: Has FIRE");} client.print("Humidity: "); client.println(DHT11.humidity, DEC); client.print("Temperature(C):"); client.println(DHT11.temperature, DEC);…”
Section: B Design and Implementation Of The Mobile Fire Alarm Systemmentioning
confidence: 99%
See 1 more Smart Citation
“…The programming was performed for the reading of sensor values. //read value: void loop(void){ uint_tchk=DHT11.read(DHT11PIN); int sensorValue1=digitalRead(9);//fire intsensorValue=analogRead(A1);//fire int va2=analogRead(A0);//gas int va2=digitalRead (8);//gas //condition data: if(va2==0) {client.println("GAS: No Gas");} if(va2==1){client.println("GAS: Has GAS");} if(sensorValue1==0){client.println("FIRE No FIRE");} if(sensorValue1==1){client.println("FIRE: Has FIRE");} client.print("Humidity: "); client.println(DHT11.humidity, DEC); client.print("Temperature(C):"); client.println(DHT11.temperature, DEC);…”
Section: B Design and Implementation Of The Mobile Fire Alarm Systemmentioning
confidence: 99%
“…This paper [8] proposes a design of a home embedded surveillance system with ultra-low-power. Here, Pyroelectric Infrared Sensors (PIR) and pressure sensors have been built around a microcontroller with ultra-low alert power as the alert group in windows and doors where an intruder must pass through.…”
Section: Design and Implementation Of A Home Embedded Surveillancementioning
confidence: 99%
“…There are many sensor modalities have been explored to improve or assist surveillance system, such as: audio 24], ultrasonic [30], passive infrared (PIR) [31] pressure sensor, etc. Environmental sound like breaking of glass, dog's barking, people screaming, fire alarm, gun firing and similar kind of sounds, may give a reasonable degree of confidence in making a decision about 'secure' or 'insecure' state [45].…”
Section: Other Sensor (Audio Ultrasonic Etc)mentioning
confidence: 99%
“…The system processes the data from IR sensors in order to detect an event of interest in the private area to identify the author by correlation with the images grabbed in the public area. Energy conservation through limiting the sensing to a small part of the network was also considered in [32]- [35]. In [32], the activation pattern is swept across the network.…”
Section: Related Workmentioning
confidence: 99%