SlideShare a Scribd company logo
Anti-Theft & Automation
using
Arduino
Batch Members
Afroze Kabeer Khan. M
Ruthra Kumar. R
Vishal. V
Abstract
The Project is mainly to protect homes from rising
threat of being robbed. It provides the ability to
sense motion/activity in your home and alert you
with an image of current status in your home. It also
has the ability to sense if there is any kind of gas
leakage and sends notification to you. The Project is
also created with automation, which provides the
ability to control your household electrical appliances
through internet with password verification with
SHA-256 Algorithm.
Advantages Dis-Advantages
• Control Equipment anywhere
from world
• Sense range for 20 meters to
detect activity
• Two motion sensors for precision
• Gas sensor detects at 10000ppm
precision
• MQ-6 detects Iso-Butane, LPG,
LNG
• User will be notified through
SMS/Internet
• Possible connectivity issues
• Misfires due to increase
sensitivity
• IP address and port forwarding
required to gain control
anywhere from world
• Internet connectivity is a must for
usage
• Wireless router is required to
gain access
Block Diagram
(Electrical)
GSM Module
Arduino
Ethernet Shield
Arduino Board
ATmega2560Motion Sensor
(2)
Relay 12V 8-Channel
Ch1 Ch2 Ch3 Ch4 Ch5
A
C
Siren Lights Motor Device 1 Device 2
Signal Line
Phase Line
Neutral Line
Ch..
..
SMPS
Connected to
LAN
Connected to
Mobile Network Devices
Connected to
LAN use
WebAPP
MQ - 6
Gas
Sensor
Block Diagram
(Cloud)
Server Machine
(IP: 10.0.0.X)
LAN
(10.0.0.1)
Arduino Server
(IP: 10.0.0.Y)
Performs Operation
Sends Response
MySQL (Port: 3306)
Table(Login Details)
User Name
Password (SHA-256)
PHP(Port: 80)
Query
Response
HTTP Request
To
Arduino Server
HTTP Response
From
Arduino Server
Request
From
PHP Server
Response
To
PHP Server
Query
Request
Connected to Internet
Serial Communication
About
Serial communication is used to transfer data through wires in order to reduce number of
IC’s used. Various methods where introduced in serial communication. In this project we have used
SDA – SCL
Rx - Tx
Rx/Tx Communication
SDA/SCL Communication
List of Electrical
equipments
• Arduino Mega 2560
• Arduino Ethernet Shield
• 220V-AC Supply
• 12V – 8 Channel Relay
• Electrical equipments to be controlled
• SIM900A GSM Module
• PIR Motion Sensor
• MQ-2 Gas Sensor
• Siren
• SMPS
• Patch chords , Plugs as required
List of Programming
Languages
• PHP
• MySQL
• JavaScript
• HTML/CSS
• Arduino(C/C++)
• AT Command Set
List of Softwares
• Arduino IDE
• MySQL Server & WorkBench
• Atom Text Editor
• PHP Server
Electrical & Electronic
Equipments
Explanation
Arduino Mega 2560
Specifications
• Atmega 2560 Microcontroller
• 54 I/O Pins (15 PWM O/p)
• 16 Analog I/P Pins
• 7-12V Input Voltage
• 5V Operating Voltage
• 256KB of Flash Memory
• 8KB SRam
• 4KB EEPROM
• 16MHz Clock Speed
• 2 8-Bit Timer Counters
• RTC with separate Oscialltor
• SPI/I2C Interface
• Serial / RxTx Interface
• ICSP Communication
About
Arduino Mega is a Open source
microcontroller board with AtMega2560
Microcontroller it has been manufactured with a
main focus on internet of things and industrial
automation. It can be programmed with Arduino
IDE provided by the manufacturer. The read/write
operation is achieved through Serial
Communication(USB)
Arduino Mega 2560
PIN Diagram
Arduino Ethernet Shield
Specifications
• W5500 Ethernet Controller
• 32K Buffer
• 10/100 Mb Speed
• 5V Operating Voltage
• RJ45 Cable to communicate
through Internet
About
Arduino Ethernet Shield is Ethernet Controller Board with W5500 Ethernet
Controller which allows you to connect to internet through ICSP(In-Circuit Serial
Programming). The Ethernet Shield communicates with Arduino Mega Board through
SPI Connection with ICSP pins. It gets 5V Supply from Arduino Mega 2560. It also has
an Onboard SD-Card slot which helps in Read/Write Operation
Arduino Ethernet Shield
PIN Diagram
Relay
Specifications
• 8 SPDT Switches
• On board Optocoupler
• 220-250VAC Switching
• 12-24VDC Swtiching
• 5-10Amps Current Range
• 8 Digital Input Pins
• NO/NC Included
• 5V Operating Voltage
• 5-9V Input Voltage
About
The 5V 8 Channel Relay operates based Optocoupler switching method. It
has 8 relays with NO/NC (Normally Open/Normally Closed). It has also has built-in 8
LEDS which indicates current status of each relay. It operates at 5V with7-9V of Input
Supply.
Schematic Diagram Relay
PIR Sensor
Specifications
• Rectangular Shape
• Very Inexpensive
• Sensitivity Range upto 20 feet
• 5V-12V Power Supply
• 20 feet of Sensing Range
• 110deg x 70deg Angle
detection
• Built-in 3.3V regulator
• Digital Pulse of Digital High &
Digital Low as Output
• Sensitivty & Time period of
Excitation control using
Potenitometer
• BIS0001 PIR Chip for regulating
the output
About
The PIR Sensor which goes by
the acronym of Pyro-Electric/Passive
Infrared Sensors are very cheap and
available as modules which are very much
sensitive to motion and produce relative
output signals based upon their change in
their signal width. The Fresnel Lens
produce distorted IR rays which provide
extended operation
PIR Sensor Schematic Diagram
Operating Angle of PIR Sensor
MQ-6 Gas Sensor
Specifications
• Highly sensitive to LPG, iso-
butane, propane
• 5V AC/DC Supply
• Load Resistance 20KΩ
• 200-10000ppm of detecting
concentration for LPG, iso-
butane, iso-propane, LNG
• Sensitivity adjustment
• Fast Response
About
The MQ-6 Gas Sensor requires 5V for supply and certain duration to heat up
and start sensing for the gas particles in atmosphere. It senses for various gases such
as LPG(Liquid Petroleum Gas), Iso-Butane, Iso-Propane, LNG(Liquified Natural Gas).
The Sensitivity can be adjusted by controlling the potentiometer. Additionally it can
also sense alcohol, cooking fumes & cigarette smoke.
Schematic Layout of MQ-6 Gas Sensor
Sensitivity Characteristics of MQ-6
SIM900A GSM Module
Specifications
• Quad Band GSM Module
850/900/1800/1900 MHz
• Wire Antenna
• 3.8 – 12V DC Input Voltage
• TCP/IP Protocol Stack for internet
data transfer through GPRS
• 9600-115200 Baud Rate Support
• GPRS Class 10: 85.6 Kbps
• Can be Interfaced through
RS232/Rx-Tx Communication
About
SIM900A Dual Band GSM/GPRS Module requires a 3.8-12V Supply for
stabilized operation. It has a configurable baud rate between 9600-115200. It has
SIMCOM enhanced AT Command Support. Can be interfaced with arduino through
Serial communication
Required AT Commands
1.Command - AT+GMM
Response - Manufacturer details to be used to configure at the time
of setup.
2.Command - AT+CMGF=1
Response - Sets the SMS to Text Mode
3. Command - AT+CMGS=“”+91NUMBERTOSENDSMS”r”
Response - Sets the Number to which the SMS to be Sent
4. Command – “MESSAGE TO BE SENT”
Response – Sets the string data to be sent and Sends the Message
5. Command – “(char)26”
Response – character ASCII keyword for Ctrl+Z combination to state
text has been entered
SMPS (Switched Mode Power Supply)
Specifications
• Input 220V AC/DC
• Output 12V DC 2A
About
The Switched Mode Power Supply is a kind of AC to DC Buck
Converter with transformer which reduces 220V AC Input Supply to 12V DC
with the capacity to handle 2A. The main purpose of using a SMPS in this
project is for the siren which requires 12V DC Supply. Which is in turn
connected to the Relay.
SMPS Input/output Waveforms
Electrical and Electronic
Equipment
Connection
ArduinoMega
(AT-Mega2560)
Arduino Mega Microcontroller with Arduino Ethernet Shield
ArduinoEthernetShield
MOSI
MOSIMISO
MISO
5V - Supply Vcc
GND GND
SCK SCK
Connected through ICSP Pins
SDA SCL – Serial Communication
Arduino Connection with Relay
ArduinoMega
2560
Relay
Electrical
Equipment
22
24
.
.
.
36
5V Vcc
IN1
IN2
IN8
GND GND
.
.
.
NC
COMM
NO
P N
220V AC
Supply
P
N
Arduino Connection with PIR Sensor
ArduinoMega
2560
Arduino Connection with Gas Sensor
Gas
Sensor
GND GND
3.3V Vcc
DO
AO
49
Arduino Connection with SIM900A GSM Module
ArduinoMega
2560
SIM900A
GSMModule
16 – Rx2
17 – Tx2
Tx
Rx
GND GND
Vcc
12V
Supply
Rx/Tx Serial Communication
Relay to Siren through SMPS
Relay
NO
COMM
NC
SMPS
220AC 12DC
P N +ve -ve
220V AC
Supply
P
N
SIREN
+ve -ve
Conclusion
The Project provides us the ability to control any house
hold electrical equipment anywhere from the world. The Project
is also focused on anti-theft & security to places that are prone
to gas leakage , the device is equipped with the most advanced
MQ-6 Gas sensor which detects smokes which are of commercial
use in wide range of places. It also senses/detects activity
around 20 meters from where the device is mounted. The user is
notified through SMS & internet if any of these changes are
detected in the preferred location. With prior to detection of
motion user is requested to activate alarm through 4 digit
passcode which is encrypted with SHA-256 algorithm.
The Project is aimed at providing global security to the
upcoming generation with the power of Cloud & Electronics.
Batch Members
Afroze Kabeer Khan. M
Ruthra Kumar. R
Vishal. V
References
Books:
[1] “Modern PHP” by Josh Lockhart– Feb,2015
[2] “Arduino Cook Book” by Michael Margolis – 2011
[3] “SIM900 AT Commands Set” by Shanghai simcom wireless solutions, Inc. – 2015
Webpages:
[4] http://www.propox.com/download/docs/SIM900_AT.pdf
[5] http://www.arduino.org/learning/reference
[6] https://code.tutsplus.com/tutorials/http-headers-for-dummies--net-8039
[7] https://learn.sparkfun.com/tutorials/serial-communication
[8] http://php.net/docs.php
[9] https://dev.mysql.com/doc/refman/5.5/en/
[10] https://developer.mozilla.org/en-US/docs/AJAX/Getting_Started

More Related Content

What's hot

GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
sivananda sidharda
 
Humidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduinoHumidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduino
MuhammadJaved191
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
Durairaja
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using Arduino
Apoorv Anand
 
Iot based home automation
Iot based home automationIot based home automation
Iot based home automation
geetha chandrathi
 
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO pptAUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
Ravi Shankar
 
Gas and smoke detection system using arduino
Gas and smoke detection system using arduinoGas and smoke detection system using arduino
Gas and smoke detection system using arduino
Md.Kamrul Islam
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
richa1910n
 
Bluetooth controlled home appliances
Bluetooth controlled home appliancesBluetooth controlled home appliances
Bluetooth controlled home appliances
ADARSH KUMAR
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
parameshwar koneti
 
intelligent street light system
intelligent street light systemintelligent street light system
intelligent street light system
nixamsilva
 
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...ASHOKKUMAR RAMAR
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
Pankaj Singh
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
ChethanMp7
 
Home automation with arduino
Home automation with arduinoHome automation with arduino
Home automation with arduino
Lakshminarayan Solanki
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
Ratnesh Kumar chaurasia
 
Temp based fan speed control
Temp based fan speed controlTemp based fan speed control
Temp based fan speed controlSai Malleswar
 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino
AMIT SANPUI
 
GSM Based SMS fire alert system
GSM Based SMS fire alert systemGSM Based SMS fire alert system
GSM Based SMS fire alert system
Soumyadeep Kal
 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATION
Eklavya Sharma
 

What's hot (20)

GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
 
Humidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduinoHumidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduino
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using Arduino
 
Iot based home automation
Iot based home automationIot based home automation
Iot based home automation
 
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO pptAUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
 
Gas and smoke detection system using arduino
Gas and smoke detection system using arduinoGas and smoke detection system using arduino
Gas and smoke detection system using arduino
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Bluetooth controlled home appliances
Bluetooth controlled home appliancesBluetooth controlled home appliances
Bluetooth controlled home appliances
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
 
intelligent street light system
intelligent street light systemintelligent street light system
intelligent street light system
 
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Home automation with arduino
Home automation with arduinoHome automation with arduino
Home automation with arduino
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
 
Temp based fan speed control
Temp based fan speed controlTemp based fan speed control
Temp based fan speed control
 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino
 
GSM Based SMS fire alert system
GSM Based SMS fire alert systemGSM Based SMS fire alert system
GSM Based SMS fire alert system
 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATION
 

Similar to Anti theft & Automation using Arduino

Intro Lora - Makers.ID Meetup
Intro Lora - Makers.ID MeetupIntro Lora - Makers.ID Meetup
Intro Lora - Makers.ID Meetup
Mif Masterz
 
6600ingles
6600ingles6600ingles
6600ingles
rlorenzoaraujo
 
ARDUINO AND RASPBERRYPI.pptx
ARDUINO AND RASPBERRYPI.pptxARDUINO AND RASPBERRYPI.pptx
ARDUINO AND RASPBERRYPI.pptx
vennetikiran1
 
IoT & M2M Modules - CASCADEMIC Solutions
IoT & M2M Modules - CASCADEMIC SolutionsIoT & M2M Modules - CASCADEMIC Solutions
IoT & M2M Modules - CASCADEMIC Solutions
CASCADEMIC Solutions Pvt Ltd
 
Smart agriculture system using IOT
Smart agriculture system using IOTSmart agriculture system using IOT
Smart agriculture system using IOT
chetana chaudhary
 
Mini IO Controller - Maxon Solutions
Mini IO Controller - Maxon SolutionsMini IO Controller - Maxon Solutions
Mini IO Controller - Maxon Solutions
Maxon Data Communications
 
Mini IO Controller - Maxon Solutions
Mini IO Controller - Maxon SolutionsMini IO Controller - Maxon Solutions
Mini IO Controller - Maxon Solutions
Maxon Data Communications
 
Applied motion products servo products datasheet
Applied motion products servo products datasheetApplied motion products servo products datasheet
Applied motion products servo products datasheet
Electromate
 
Smartmax IO Board MA – 4020 - Maxon Solutions
Smartmax IO Board MA – 4020 - Maxon SolutionsSmartmax IO Board MA – 4020 - Maxon Solutions
Smartmax IO Board MA – 4020 - Maxon Solutions
Maxon Data Communications
 
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 NmJVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
Electromate
 
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogueIM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
Suyash Lad
 
Parth xyz
Parth xyzParth xyz
Parth xyz
ParthBabariya15
 
ACS37800-Datasheet.pdf
ACS37800-Datasheet.pdfACS37800-Datasheet.pdf
ACS37800-Datasheet.pdf
SvenSong
 
Applied motion products stm datasheet
Applied motion products stm datasheetApplied motion products stm datasheet
Applied motion products stm datasheet
Electromate
 
MTX M2M IoT, Internet of Things, 2015
MTX M2M IoT, Internet of Things, 2015MTX M2M IoT, Internet of Things, 2015
MTX M2M IoT, Internet of Things, 2015
MTX M2M
 
Comm.SEC hardware, firmware and software products, solutions and services
Comm.SEC hardware, firmware and software products, solutions and servicesComm.SEC hardware, firmware and software products, solutions and services
Comm.SEC hardware, firmware and software products, solutions and servicesiBLio
 
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
ICP DAS USA, Inc.
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
IRJET Journal
 
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
Suyash Lad
 

Similar to Anti theft & Automation using Arduino (20)

Intro Lora - Makers.ID Meetup
Intro Lora - Makers.ID MeetupIntro Lora - Makers.ID Meetup
Intro Lora - Makers.ID Meetup
 
6600ingles
6600ingles6600ingles
6600ingles
 
SDS_SSL_MPM_UN_A4
SDS_SSL_MPM_UN_A4SDS_SSL_MPM_UN_A4
SDS_SSL_MPM_UN_A4
 
ARDUINO AND RASPBERRYPI.pptx
ARDUINO AND RASPBERRYPI.pptxARDUINO AND RASPBERRYPI.pptx
ARDUINO AND RASPBERRYPI.pptx
 
IoT & M2M Modules - CASCADEMIC Solutions
IoT & M2M Modules - CASCADEMIC SolutionsIoT & M2M Modules - CASCADEMIC Solutions
IoT & M2M Modules - CASCADEMIC Solutions
 
Smart agriculture system using IOT
Smart agriculture system using IOTSmart agriculture system using IOT
Smart agriculture system using IOT
 
Mini IO Controller - Maxon Solutions
Mini IO Controller - Maxon SolutionsMini IO Controller - Maxon Solutions
Mini IO Controller - Maxon Solutions
 
Mini IO Controller - Maxon Solutions
Mini IO Controller - Maxon SolutionsMini IO Controller - Maxon Solutions
Mini IO Controller - Maxon Solutions
 
Applied motion products servo products datasheet
Applied motion products servo products datasheetApplied motion products servo products datasheet
Applied motion products servo products datasheet
 
Smartmax IO Board MA – 4020 - Maxon Solutions
Smartmax IO Board MA – 4020 - Maxon SolutionsSmartmax IO Board MA – 4020 - Maxon Solutions
Smartmax IO Board MA – 4020 - Maxon Solutions
 
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 NmJVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
JVL QuickStep Integrated Stepper Motor MIS34 up to 9 Nm
 
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogueIM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
IM 42 XX Series - Intelligent Monitoring System - 4 to 20mA catalogue
 
Parth xyz
Parth xyzParth xyz
Parth xyz
 
ACS37800-Datasheet.pdf
ACS37800-Datasheet.pdfACS37800-Datasheet.pdf
ACS37800-Datasheet.pdf
 
Applied motion products stm datasheet
Applied motion products stm datasheetApplied motion products stm datasheet
Applied motion products stm datasheet
 
MTX M2M IoT, Internet of Things, 2015
MTX M2M IoT, Internet of Things, 2015MTX M2M IoT, Internet of Things, 2015
MTX M2M IoT, Internet of Things, 2015
 
Comm.SEC hardware, firmware and software products, solutions and services
Comm.SEC hardware, firmware and software products, solutions and servicesComm.SEC hardware, firmware and software products, solutions and services
Comm.SEC hardware, firmware and software products, solutions and services
 
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
Learn the cutting edge technologies in Data Acquistion, Industrial Control an...
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
 
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
IM 48XX Series - Intelligent Monitoring System - Panel Mount. (Serial RS-485 ...
 

Recently uploaded

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 

Recently uploaded (20)

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 

Anti theft & Automation using Arduino

  • 1. Anti-Theft & Automation using Arduino Batch Members Afroze Kabeer Khan. M Ruthra Kumar. R Vishal. V
  • 2. Abstract The Project is mainly to protect homes from rising threat of being robbed. It provides the ability to sense motion/activity in your home and alert you with an image of current status in your home. It also has the ability to sense if there is any kind of gas leakage and sends notification to you. The Project is also created with automation, which provides the ability to control your household electrical appliances through internet with password verification with SHA-256 Algorithm.
  • 3. Advantages Dis-Advantages • Control Equipment anywhere from world • Sense range for 20 meters to detect activity • Two motion sensors for precision • Gas sensor detects at 10000ppm precision • MQ-6 detects Iso-Butane, LPG, LNG • User will be notified through SMS/Internet • Possible connectivity issues • Misfires due to increase sensitivity • IP address and port forwarding required to gain control anywhere from world • Internet connectivity is a must for usage • Wireless router is required to gain access
  • 4. Block Diagram (Electrical) GSM Module Arduino Ethernet Shield Arduino Board ATmega2560Motion Sensor (2) Relay 12V 8-Channel Ch1 Ch2 Ch3 Ch4 Ch5 A C Siren Lights Motor Device 1 Device 2 Signal Line Phase Line Neutral Line Ch.. .. SMPS Connected to LAN Connected to Mobile Network Devices Connected to LAN use WebAPP MQ - 6 Gas Sensor
  • 5. Block Diagram (Cloud) Server Machine (IP: 10.0.0.X) LAN (10.0.0.1) Arduino Server (IP: 10.0.0.Y) Performs Operation Sends Response MySQL (Port: 3306) Table(Login Details) User Name Password (SHA-256) PHP(Port: 80) Query Response HTTP Request To Arduino Server HTTP Response From Arduino Server Request From PHP Server Response To PHP Server Query Request Connected to Internet
  • 6. Serial Communication About Serial communication is used to transfer data through wires in order to reduce number of IC’s used. Various methods where introduced in serial communication. In this project we have used SDA – SCL Rx - Tx Rx/Tx Communication SDA/SCL Communication
  • 7. List of Electrical equipments • Arduino Mega 2560 • Arduino Ethernet Shield • 220V-AC Supply • 12V – 8 Channel Relay • Electrical equipments to be controlled • SIM900A GSM Module • PIR Motion Sensor • MQ-2 Gas Sensor • Siren • SMPS • Patch chords , Plugs as required
  • 8. List of Programming Languages • PHP • MySQL • JavaScript • HTML/CSS • Arduino(C/C++) • AT Command Set List of Softwares • Arduino IDE • MySQL Server & WorkBench • Atom Text Editor • PHP Server
  • 10. Arduino Mega 2560 Specifications • Atmega 2560 Microcontroller • 54 I/O Pins (15 PWM O/p) • 16 Analog I/P Pins • 7-12V Input Voltage • 5V Operating Voltage • 256KB of Flash Memory • 8KB SRam • 4KB EEPROM • 16MHz Clock Speed • 2 8-Bit Timer Counters • RTC with separate Oscialltor • SPI/I2C Interface • Serial / RxTx Interface • ICSP Communication About Arduino Mega is a Open source microcontroller board with AtMega2560 Microcontroller it has been manufactured with a main focus on internet of things and industrial automation. It can be programmed with Arduino IDE provided by the manufacturer. The read/write operation is achieved through Serial Communication(USB)
  • 12. Arduino Ethernet Shield Specifications • W5500 Ethernet Controller • 32K Buffer • 10/100 Mb Speed • 5V Operating Voltage • RJ45 Cable to communicate through Internet About Arduino Ethernet Shield is Ethernet Controller Board with W5500 Ethernet Controller which allows you to connect to internet through ICSP(In-Circuit Serial Programming). The Ethernet Shield communicates with Arduino Mega Board through SPI Connection with ICSP pins. It gets 5V Supply from Arduino Mega 2560. It also has an Onboard SD-Card slot which helps in Read/Write Operation
  • 14. Relay Specifications • 8 SPDT Switches • On board Optocoupler • 220-250VAC Switching • 12-24VDC Swtiching • 5-10Amps Current Range • 8 Digital Input Pins • NO/NC Included • 5V Operating Voltage • 5-9V Input Voltage About The 5V 8 Channel Relay operates based Optocoupler switching method. It has 8 relays with NO/NC (Normally Open/Normally Closed). It has also has built-in 8 LEDS which indicates current status of each relay. It operates at 5V with7-9V of Input Supply.
  • 16. PIR Sensor Specifications • Rectangular Shape • Very Inexpensive • Sensitivity Range upto 20 feet • 5V-12V Power Supply • 20 feet of Sensing Range • 110deg x 70deg Angle detection • Built-in 3.3V regulator • Digital Pulse of Digital High & Digital Low as Output • Sensitivty & Time period of Excitation control using Potenitometer • BIS0001 PIR Chip for regulating the output About The PIR Sensor which goes by the acronym of Pyro-Electric/Passive Infrared Sensors are very cheap and available as modules which are very much sensitive to motion and produce relative output signals based upon their change in their signal width. The Fresnel Lens produce distorted IR rays which provide extended operation
  • 18. Operating Angle of PIR Sensor
  • 19. MQ-6 Gas Sensor Specifications • Highly sensitive to LPG, iso- butane, propane • 5V AC/DC Supply • Load Resistance 20KΩ • 200-10000ppm of detecting concentration for LPG, iso- butane, iso-propane, LNG • Sensitivity adjustment • Fast Response About The MQ-6 Gas Sensor requires 5V for supply and certain duration to heat up and start sensing for the gas particles in atmosphere. It senses for various gases such as LPG(Liquid Petroleum Gas), Iso-Butane, Iso-Propane, LNG(Liquified Natural Gas). The Sensitivity can be adjusted by controlling the potentiometer. Additionally it can also sense alcohol, cooking fumes & cigarette smoke.
  • 20. Schematic Layout of MQ-6 Gas Sensor
  • 22. SIM900A GSM Module Specifications • Quad Band GSM Module 850/900/1800/1900 MHz • Wire Antenna • 3.8 – 12V DC Input Voltage • TCP/IP Protocol Stack for internet data transfer through GPRS • 9600-115200 Baud Rate Support • GPRS Class 10: 85.6 Kbps • Can be Interfaced through RS232/Rx-Tx Communication About SIM900A Dual Band GSM/GPRS Module requires a 3.8-12V Supply for stabilized operation. It has a configurable baud rate between 9600-115200. It has SIMCOM enhanced AT Command Support. Can be interfaced with arduino through Serial communication
  • 23. Required AT Commands 1.Command - AT+GMM Response - Manufacturer details to be used to configure at the time of setup. 2.Command - AT+CMGF=1 Response - Sets the SMS to Text Mode 3. Command - AT+CMGS=“”+91NUMBERTOSENDSMS”r” Response - Sets the Number to which the SMS to be Sent 4. Command – “MESSAGE TO BE SENT” Response – Sets the string data to be sent and Sends the Message 5. Command – “(char)26” Response – character ASCII keyword for Ctrl+Z combination to state text has been entered
  • 24. SMPS (Switched Mode Power Supply) Specifications • Input 220V AC/DC • Output 12V DC 2A About The Switched Mode Power Supply is a kind of AC to DC Buck Converter with transformer which reduces 220V AC Input Supply to 12V DC with the capacity to handle 2A. The main purpose of using a SMPS in this project is for the siren which requires 12V DC Supply. Which is in turn connected to the Relay.
  • 27. ArduinoMega (AT-Mega2560) Arduino Mega Microcontroller with Arduino Ethernet Shield ArduinoEthernetShield MOSI MOSIMISO MISO 5V - Supply Vcc GND GND SCK SCK Connected through ICSP Pins SDA SCL – Serial Communication
  • 28. Arduino Connection with Relay ArduinoMega 2560 Relay Electrical Equipment 22 24 . . . 36 5V Vcc IN1 IN2 IN8 GND GND . . . NC COMM NO P N 220V AC Supply P N
  • 30. ArduinoMega 2560 Arduino Connection with Gas Sensor Gas Sensor GND GND 3.3V Vcc DO AO 49
  • 31. Arduino Connection with SIM900A GSM Module ArduinoMega 2560 SIM900A GSMModule 16 – Rx2 17 – Tx2 Tx Rx GND GND Vcc 12V Supply Rx/Tx Serial Communication
  • 32. Relay to Siren through SMPS Relay NO COMM NC SMPS 220AC 12DC P N +ve -ve 220V AC Supply P N SIREN +ve -ve
  • 33. Conclusion The Project provides us the ability to control any house hold electrical equipment anywhere from the world. The Project is also focused on anti-theft & security to places that are prone to gas leakage , the device is equipped with the most advanced MQ-6 Gas sensor which detects smokes which are of commercial use in wide range of places. It also senses/detects activity around 20 meters from where the device is mounted. The user is notified through SMS & internet if any of these changes are detected in the preferred location. With prior to detection of motion user is requested to activate alarm through 4 digit passcode which is encrypted with SHA-256 algorithm. The Project is aimed at providing global security to the upcoming generation with the power of Cloud & Electronics.
  • 34. Batch Members Afroze Kabeer Khan. M Ruthra Kumar. R Vishal. V
  • 35. References Books: [1] “Modern PHP” by Josh Lockhart– Feb,2015 [2] “Arduino Cook Book” by Michael Margolis – 2011 [3] “SIM900 AT Commands Set” by Shanghai simcom wireless solutions, Inc. – 2015 Webpages: [4] http://www.propox.com/download/docs/SIM900_AT.pdf [5] http://www.arduino.org/learning/reference [6] https://code.tutsplus.com/tutorials/http-headers-for-dummies--net-8039 [7] https://learn.sparkfun.com/tutorials/serial-communication [8] http://php.net/docs.php [9] https://dev.mysql.com/doc/refman/5.5/en/ [10] https://developer.mozilla.org/en-US/docs/AJAX/Getting_Started

Editor's Notes

  1. SRam – Static Random Access Memory EEPROM – Electrically Erasable Programmable ROM ROM – Read Only Memory RTC – Real Time Clock SPI – Serial Peripheral Interface I2C – Inter-Integrated Circuit Rx/Tx – Recieve/Transfer ICSP – In-Circuit Serial Programming
  2. RST – Reset INT - Interrupt
  3. Ppm – parts per million
  4. PPM – Parts Per Million
  5. In Circuit Serial Programming