SlideShare uma empresa Scribd logo
1 de 32
DESIGN AND IMPLEMENT OF SMART
OFFICE MANAGEMENT SYSTEM
MD. Manan Rain
ID:112125
Aminur Rasul MD. Aktar Hossain
ID: 092061 ID : 112039
Supervisor: Professor Dr. Md. Raju Ahmed
Department of Electrical & Electronic Engineering
DUET, Gazipur-1700
OBJECTIVES
 To save Electrical Energy Consumption i.e. Minimize in
Electrical energy bill.
 To provide security as well as monitor the Activities inside the
office via IP Web Cam.
 Automatically Air freshening With Time interval
INTRODUCTION
 Sometimes all peoples go out of the room but still fan light and
running, this is waste of energy, that need to be minimized..
 Main door automatically close/open with counting incoming/outgoing
persons. i.e. it is very useful where air condoning is installed. It causes
proper use of Air conditioning system.
 Boss’s(Head ) Room is Lock/Unlock Via-Bluetooth App using desired
character i.e. Password.
 IP web cam App is used to monitor activities safely and
remotely access. Old android mobile set can be used ,so reduced
cost of installation CCTV.
Auto detection of darkness of environment. It also save
electrical energy consumption. This type of system can be used
in street light system.
SLIDE DOOR SLIDE
DOOR
STRUCTURE OF SMART OFFICE
LDR
sensor
METHODOLOGY
 One Slide door is control by PLC . Two photo sensor is used
detect person ,then open door after 3 sec close automatically.
Another door via Bluetooth –Arduino. Bluetooth app is user
defined so it is security system.
 Auto Air Freshener is run by Arduino. It uses timer in Arduino
as required time interval. Also it is user defined.
 Darkness of environment senses by LDR sensor. Then Light is
controlled according to Darkness.
 Activities monitor through IP Cam App on PC. It uses ip address
according to IP web cam App. So it is used in Wi-Fi as well as Hot Spot
tethering.
 Counting is controlled by PLC & Photo sensor.it has special features
increment/decrement in counter until both sensor sense person.
NO. OF PERSON
01
METHODOLOGY
sens
or
NO. OF PERSON
00
METHODOLOGY
Sen
sor
Smartphone Door Security & load control
Door control By touch Lock &
Unlock
Electrical Loads controlled by
Bluetooth App.
Arduino
Arduino
 An open-source electronics ATmega328P
platform based use hardware and software.
 14 digital input/output pins , 6 analog
inputs, a 16 MHz quartz crystal.
 Input voltage - 7-12V.
 32k Flash Memory. Arduino Uno
Programmable Logic Controller
 A digital computer used for automation of typically
industrial electromechanical processes.
 Operate on AC/DC (115-240v).
 8 inputs pin & 4 output with extension module.
 Negligible probability of hanging of programme during
running
PLC LOGO
Bluetooth Module
 Typical -80dBm sensitivity.
 Low Power 1.8V Operation ,1.8 to 3.6V I/O.
 Chipset CSR BC417143.
 With integrated antenna.
HC-05
PHOTOELECTRIC SENSOR
 Detect the distance, absence, or presence of an
object.
 Assembled light transmitter, often infrared, and a
photoelectric receiver.
 Four wires in Photo sensor.
PHOTOELECTRIC SENSOR
Solid state relay
 An electronic switching device that switches ON or
OFF when a small external voltage is applied
across its control terminals.
 It operate on the basis of electromagnetism.
 It has e at least three pole two exciting & another
three NC,NO and COM.
6 V DC Relay
24 V DC Relay
DC MOTOR
 A electrical machines that converts DC electrical
power into mechanical power. 6 V volts and is
controlled by the Arduino Microcontroller.
 DC gear motor operates on 12 volts and is
controlled by the Arduino Microcontroller. It is
600 r.p.m. but due to gear output high power and
less r.p.m. DC MOTOR
LDR
 Made up of semiconductor materials having
high resistance.
 The electrons in the valence band of the
semiconductor material are excited to the
conduction band.
 Resistance of LDR is inversely proportional
to the light intensity
LDR connection diagram
PLC LADDER DIAGRAM SIMULATION
ARDUINO PROGRAMME
• # Programming in Arduino for Bluetooth module and analog signal
•
• int sensorpin1=A4; int sensorvalue1=0; //
• int sensorpin2=A5; int sensorvalue2=0; // lamp dimmer
• void setup() {
• // initialize serial communication:
• Serial.begin(9600);
• // initialize the LED pins:
•
• pinMode(3, OUTPUT); // for Door Open close
• pinMode(4, OUTPUT);
• pinMode(A0, OUTPUT); // for Light ON/ OFF
• pinMode(A1, OUTPUT); // for Fan ON/ OFF
• pinMode(A2, OUTPUT); // for IN/OUT
• pinMode(A3, OUTPUT);
• pinMode(9, OUTPUT); //
• pinMode(10, OUTPUT); // lamp dimmer
•
• }
•
• void loop() {
• sensorvalue1=analogRead(sensorpin1);
• sensorvalue2=analogRead(sensorpin2);
• if (sensorvalue1<300 )
• digitalWrite(10,HIGH);
• else digitalWrite(10,LOW);
• if (sensorvalue2<300 )
• digitalWrite(9,HIGH);
• else digitalWrite(9,LOW);
•
• // read the Bluetooth sensor:
• if (Serial.available() > 0) {
• char inByte = Serial.read();
• switch (inByte) {
• case 'A':
• digitalWrite(3, HIGH);
• delay(1000);
• digitalWrite(3, LOW);
• break;
•
ARDUINO PROGRAMME
• case 'a':
• digitalWrite(4, HIGH);
• delay(1000);
• digitalWrite(4, LOW);
• break;
• case 'B':
• digitalWrite(A0, HIGH);
• break;
• case 'b':
• digitalWrite(A0, LOW);
• break;
• case 'C':
• digitalWrite(A1, HIGH);
• break;
• case 'c':
• digitalWrite(A1, LOW);
• break;
• case 'D':
• digitalWrite(A2, HIGH);
• break;
• case 'd':
•
• ;
• case 'd':
• digitalWrite(A2, LOW);
• break;
• case 'E':
• digitalWrite(A3, HIGH);
• break;
• case 'e':
• digitalWrite(A3, LOW);
• break;
• }
• }
• }
•
PROTEUS SIMULATION
ARDUINO BLUETOOTH CONNECTION
DIAGRAM
CONNECTION DIAGRAM OF CIRCUIT
FUNCTION BLOCK DIAGRAM
Control System
PLC/Arduino
Light
ON/OFF
LDR Sensor
Door Sensor
Door Open/Close
Air
Freshener
Power
Supply
Bluetooth system
Head Room’s
System Control
RESULT
Activities Devices Output Pin
People Enter/Exit
Photo Sensor HIGH (1)
PLC/
(Motor Forward & Reverse)
Q2 Q3
HIGH
LO
W
Delay 3sec
LOW
HI
G
H
Load Control
inside Boss’s
Room
Load
Bluetooth Sending
Character
Arduino Pin
Door
open ‘A’ 3 -HIGH & 4 -LOW
close ‘a’ 4 -HIGH & 3 -LOW
Fan
ON ‘B’ A0-HIGH
OFF ‘b’ A0-LOW
Light
ON ‘C’ A1-HIGH
OFF ‘c’ A1-LOW
IN/OU
T
Red ‘D’ A2-HIGH
Green ‘d’ A2-LOW
Environment Darkness (below) LDR
Above 100 KΩ
Below 300mv
Auto Air freshener Motor
Arduino Pin
11-HIGH
Delay
ADVANTAGES
 It saves electrical energy consumption .
 It provides better security and privacy.
 It gives comfortness to the officer and clients.
 It saves time to operate properly.
 It maximize the air conditioning effect due to auto door open/close.
APPLICATIONS
 Business Mall
 Universities & Colleges
 Hotel & Restaurants
 Industries Office
 Ministry Offices
CONCLUSION
The expected result from this project:
 Automatically control of electric load.
 By controlling the speed of fan and brightness of light as our demand
saving the electricity.
 Highly secured dooring system.
 Automatically water flowing control of basin.
 Record the history by cc TV.
 Making more comfortness and mentally satisfactions.
CONCLUSION
 Using sensor device the speed of fan and brightness of light is controlled
 By using Bluetooth apps highly secured door is constructed.
 By using smart phone cc TV is developed.
 Two rooms load is controlled by Arduino and PLC.
 For some restriction automatically water control basin can not
developed. Further it can be developed
FUTURE RECOMMENDATION
Adding auto irrigation.
Water flow from basin tap can be stop/start
by detecting Hand.
Fan will be control by temperature sensor
………………
sensor
Thank You !!!
Comments..?

Mais conteúdo relacionado

Mais procurados

8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
Dr.YNM
 
Coop loan guidelines
Coop loan guidelinesCoop loan guidelines
Coop loan guidelines
Jay de Jorge
 
Memorandum of agreement
Memorandum of agreementMemorandum of agreement
Memorandum of agreement
ruelcdogma
 
block diagram of 8086
block diagram of 8086block diagram of 8086
block diagram of 8086
asrithak
 

Mais procurados (20)

Introduction to Digital Signal processors
Introduction to Digital Signal processorsIntroduction to Digital Signal processors
Introduction to Digital Signal processors
 
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
 
Datacenter101
Datacenter101Datacenter101
Datacenter101
 
8255 programming
8255 programming8255 programming
8255 programming
 
Pipelining in computer architecture
Pipelining in computer architecturePipelining in computer architecture
Pipelining in computer architecture
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
 
Property and Supply Management w/ introduction to R.A. 9184 Government Procur...
Property and Supply Management w/ introduction to R.A. 9184 Government Procur...Property and Supply Management w/ introduction to R.A. 9184 Government Procur...
Property and Supply Management w/ introduction to R.A. 9184 Government Procur...
 
Introduction to FPGAs
Introduction to FPGAsIntroduction to FPGAs
Introduction to FPGAs
 
RA 11364- Sslient-Provision
RA 11364- Sslient-ProvisionRA 11364- Sslient-Provision
RA 11364- Sslient-Provision
 
Coop loan guidelines
Coop loan guidelinesCoop loan guidelines
Coop loan guidelines
 
Strategic Performance Management System
Strategic  Performance Management SystemStrategic  Performance Management System
Strategic Performance Management System
 
Introduction to FPGA acceleration
Introduction to FPGA accelerationIntroduction to FPGA acceleration
Introduction to FPGA acceleration
 
Cloud Computing: The Green Grid
Cloud Computing: The Green GridCloud Computing: The Green Grid
Cloud Computing: The Green Grid
 
Allocation and-Distribution-of-net-surplus
Allocation and-Distribution-of-net-surplusAllocation and-Distribution-of-net-surplus
Allocation and-Distribution-of-net-surplus
 
Lipad eco surveyx
Lipad eco surveyxLipad eco surveyx
Lipad eco surveyx
 
Memorandum of agreement
Memorandum of agreementMemorandum of agreement
Memorandum of agreement
 
Actel fpga
Actel fpgaActel fpga
Actel fpga
 
block diagram of 8086
block diagram of 8086block diagram of 8086
block diagram of 8086
 
Unit 1
Unit 1Unit 1
Unit 1
 
Recruitment Screening and Selection process in Philippine Government
Recruitment Screening and Selection process in Philippine GovernmentRecruitment Screening and Selection process in Philippine Government
Recruitment Screening and Selection process in Philippine Government
 

Destaque

Managing admin function june. lagos
Managing admin function june. lagosManaging admin function june. lagos
Managing admin function june. lagos
Petro Nomics
 
Student Monitoring Attendance System
Student Monitoring Attendance SystemStudent Monitoring Attendance System
Student Monitoring Attendance System
yumico23
 
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
EUN5E
 

Destaque (20)

Smart office deepika
Smart office deepikaSmart office deepika
Smart office deepika
 
Smart Office Strategies
Smart Office StrategiesSmart Office Strategies
Smart Office Strategies
 
== Smartmatic == smart office (en)
== Smartmatic == smart office (en)== Smartmatic == smart office (en)
== Smartmatic == smart office (en)
 
Solution smart access control
Solution smart access controlSolution smart access control
Solution smart access control
 
Smart Lock
Smart LockSmart Lock
Smart Lock
 
Managing admin function june. lagos
Managing admin function june. lagosManaging admin function june. lagos
Managing admin function june. lagos
 
Ebeacons attendence
Ebeacons attendenceEbeacons attendence
Ebeacons attendence
 
Smart office
Smart officeSmart office
Smart office
 
스마트워크 전주영상정보진흥원(Kt김진) 최종
스마트워크 전주영상정보진흥원(Kt김진) 최종스마트워크 전주영상정보진흥원(Kt김진) 최종
스마트워크 전주영상정보진흥원(Kt김진) 최종
 
Real time sensing with bluetooth smart
Real time sensing with bluetooth smartReal time sensing with bluetooth smart
Real time sensing with bluetooth smart
 
Smart Office and Smart Visitor System with Cubeacon
Smart Office and Smart Visitor System with Cubeacon Smart Office and Smart Visitor System with Cubeacon
Smart Office and Smart Visitor System with Cubeacon
 
White Paper: Smart Style Office as Virtual Deskopt Infrastructure for Desktop...
White Paper: Smart Style Office as Virtual Deskopt Infrastructure for Desktop...White Paper: Smart Style Office as Virtual Deskopt Infrastructure for Desktop...
White Paper: Smart Style Office as Virtual Deskopt Infrastructure for Desktop...
 
Srand022 bluetooth based attendance management system
Srand022   bluetooth based attendance management systemSrand022   bluetooth based attendance management system
Srand022 bluetooth based attendance management system
 
Bluetooth Smart (Low Energy) for Android
Bluetooth Smart (Low Energy) for AndroidBluetooth Smart (Low Energy) for Android
Bluetooth Smart (Low Energy) for Android
 
Harbinger Demo Session in cloud Expo 2015- IoT for You- Smart Watch, Smart Ho...
Harbinger Demo Session in cloud Expo 2015- IoT for You- Smart Watch, Smart Ho...Harbinger Demo Session in cloud Expo 2015- IoT for You- Smart Watch, Smart Ho...
Harbinger Demo Session in cloud Expo 2015- IoT for You- Smart Watch, Smart Ho...
 
Srand002 attendance management system
Srand002   attendance management systemSrand002   attendance management system
Srand002 attendance management system
 
Student Monitoring Attendance System
Student Monitoring Attendance SystemStudent Monitoring Attendance System
Student Monitoring Attendance System
 
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
스마트워킹(Smartworking)/스마트오피스(Smart-office)구축
 
Smart Home / Smart Office
Smart Home / Smart OfficeSmart Home / Smart Office
Smart Home / Smart Office
 
Elements of the Smart Office
Elements of the Smart OfficeElements of the Smart Office
Elements of the Smart Office
 

Semelhante a Design and Implementation of smart office management system

Kalyan abstrct googl
Kalyan abstrct googlKalyan abstrct googl
Kalyan abstrct googl
devakalyan143
 
Paper presentation of mini project
Paper presentation of mini projectPaper presentation of mini project
Paper presentation of mini project
Jayashankar Gavvala
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
m sivareddy
 

Semelhante a Design and Implementation of smart office management system (20)

IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNO
 
IoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorsIoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensors
 
Home automatin
Home automatinHome automatin
Home automatin
 
Summer training project
Summer training projectSummer training project
Summer training project
 
Home automation system
Home automation systemHome automation system
Home automation system
 
Home automation
Home automationHome automation
Home automation
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...
 
Smart home
Smart homeSmart home
Smart home
 
Smart home copy
Smart home   copySmart home   copy
Smart home copy
 
Smart home
Smart homeSmart home
Smart home
 
EESS.pptx
EESS.pptxEESS.pptx
EESS.pptx
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
Kalyan abstrct googl
Kalyan abstrct googlKalyan abstrct googl
Kalyan abstrct googl
 
Paper presentation of mini project
Paper presentation of mini projectPaper presentation of mini project
Paper presentation of mini project
 
Ranisha FAN.pptx
Ranisha FAN.pptxRanisha FAN.pptx
Ranisha FAN.pptx
 
Home automation
Home automationHome automation
Home automation
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
 

Último

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Último (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 

Design and Implementation of smart office management system

  • 1. DESIGN AND IMPLEMENT OF SMART OFFICE MANAGEMENT SYSTEM MD. Manan Rain ID:112125 Aminur Rasul MD. Aktar Hossain ID: 092061 ID : 112039 Supervisor: Professor Dr. Md. Raju Ahmed Department of Electrical & Electronic Engineering DUET, Gazipur-1700
  • 2. OBJECTIVES  To save Electrical Energy Consumption i.e. Minimize in Electrical energy bill.  To provide security as well as monitor the Activities inside the office via IP Web Cam.  Automatically Air freshening With Time interval
  • 3. INTRODUCTION  Sometimes all peoples go out of the room but still fan light and running, this is waste of energy, that need to be minimized..  Main door automatically close/open with counting incoming/outgoing persons. i.e. it is very useful where air condoning is installed. It causes proper use of Air conditioning system.  Boss’s(Head ) Room is Lock/Unlock Via-Bluetooth App using desired character i.e. Password.
  • 4.  IP web cam App is used to monitor activities safely and remotely access. Old android mobile set can be used ,so reduced cost of installation CCTV. Auto detection of darkness of environment. It also save electrical energy consumption. This type of system can be used in street light system.
  • 5. SLIDE DOOR SLIDE DOOR STRUCTURE OF SMART OFFICE LDR sensor
  • 6. METHODOLOGY  One Slide door is control by PLC . Two photo sensor is used detect person ,then open door after 3 sec close automatically. Another door via Bluetooth –Arduino. Bluetooth app is user defined so it is security system.  Auto Air Freshener is run by Arduino. It uses timer in Arduino as required time interval. Also it is user defined.
  • 7.  Darkness of environment senses by LDR sensor. Then Light is controlled according to Darkness.  Activities monitor through IP Cam App on PC. It uses ip address according to IP web cam App. So it is used in Wi-Fi as well as Hot Spot tethering.  Counting is controlled by PLC & Photo sensor.it has special features increment/decrement in counter until both sensor sense person.
  • 10. Smartphone Door Security & load control Door control By touch Lock & Unlock Electrical Loads controlled by Bluetooth App. Arduino
  • 11. Arduino  An open-source electronics ATmega328P platform based use hardware and software.  14 digital input/output pins , 6 analog inputs, a 16 MHz quartz crystal.  Input voltage - 7-12V.  32k Flash Memory. Arduino Uno
  • 12. Programmable Logic Controller  A digital computer used for automation of typically industrial electromechanical processes.  Operate on AC/DC (115-240v).  8 inputs pin & 4 output with extension module.  Negligible probability of hanging of programme during running PLC LOGO
  • 13. Bluetooth Module  Typical -80dBm sensitivity.  Low Power 1.8V Operation ,1.8 to 3.6V I/O.  Chipset CSR BC417143.  With integrated antenna. HC-05
  • 14. PHOTOELECTRIC SENSOR  Detect the distance, absence, or presence of an object.  Assembled light transmitter, often infrared, and a photoelectric receiver.  Four wires in Photo sensor. PHOTOELECTRIC SENSOR
  • 15. Solid state relay  An electronic switching device that switches ON or OFF when a small external voltage is applied across its control terminals.  It operate on the basis of electromagnetism.  It has e at least three pole two exciting & another three NC,NO and COM. 6 V DC Relay 24 V DC Relay
  • 16. DC MOTOR  A electrical machines that converts DC electrical power into mechanical power. 6 V volts and is controlled by the Arduino Microcontroller.  DC gear motor operates on 12 volts and is controlled by the Arduino Microcontroller. It is 600 r.p.m. but due to gear output high power and less r.p.m. DC MOTOR
  • 17. LDR  Made up of semiconductor materials having high resistance.  The electrons in the valence band of the semiconductor material are excited to the conduction band.  Resistance of LDR is inversely proportional to the light intensity LDR connection diagram
  • 18. PLC LADDER DIAGRAM SIMULATION
  • 19. ARDUINO PROGRAMME • # Programming in Arduino for Bluetooth module and analog signal • • int sensorpin1=A4; int sensorvalue1=0; // • int sensorpin2=A5; int sensorvalue2=0; // lamp dimmer • void setup() { • // initialize serial communication: • Serial.begin(9600); • // initialize the LED pins: • • pinMode(3, OUTPUT); // for Door Open close • pinMode(4, OUTPUT); • pinMode(A0, OUTPUT); // for Light ON/ OFF • pinMode(A1, OUTPUT); // for Fan ON/ OFF • pinMode(A2, OUTPUT); // for IN/OUT • pinMode(A3, OUTPUT); • pinMode(9, OUTPUT); // • pinMode(10, OUTPUT); // lamp dimmer • • } • • void loop() { • sensorvalue1=analogRead(sensorpin1); • sensorvalue2=analogRead(sensorpin2); • if (sensorvalue1<300 ) • digitalWrite(10,HIGH); • else digitalWrite(10,LOW); • if (sensorvalue2<300 ) • digitalWrite(9,HIGH); • else digitalWrite(9,LOW); • • // read the Bluetooth sensor: • if (Serial.available() > 0) { • char inByte = Serial.read(); • switch (inByte) { • case 'A': • digitalWrite(3, HIGH); • delay(1000); • digitalWrite(3, LOW); • break; •
  • 20. ARDUINO PROGRAMME • case 'a': • digitalWrite(4, HIGH); • delay(1000); • digitalWrite(4, LOW); • break; • case 'B': • digitalWrite(A0, HIGH); • break; • case 'b': • digitalWrite(A0, LOW); • break; • case 'C': • digitalWrite(A1, HIGH); • break; • case 'c': • digitalWrite(A1, LOW); • break; • case 'D': • digitalWrite(A2, HIGH); • break; • case 'd': • • ; • case 'd': • digitalWrite(A2, LOW); • break; • case 'E': • digitalWrite(A3, HIGH); • break; • case 'e': • digitalWrite(A3, LOW); • break; • } • } • } •
  • 24. FUNCTION BLOCK DIAGRAM Control System PLC/Arduino Light ON/OFF LDR Sensor Door Sensor Door Open/Close Air Freshener Power Supply Bluetooth system Head Room’s System Control
  • 25. RESULT Activities Devices Output Pin People Enter/Exit Photo Sensor HIGH (1) PLC/ (Motor Forward & Reverse) Q2 Q3 HIGH LO W Delay 3sec LOW HI G H Load Control inside Boss’s Room Load Bluetooth Sending Character Arduino Pin Door open ‘A’ 3 -HIGH & 4 -LOW close ‘a’ 4 -HIGH & 3 -LOW Fan ON ‘B’ A0-HIGH OFF ‘b’ A0-LOW Light ON ‘C’ A1-HIGH OFF ‘c’ A1-LOW IN/OU T Red ‘D’ A2-HIGH Green ‘d’ A2-LOW Environment Darkness (below) LDR Above 100 KΩ Below 300mv Auto Air freshener Motor Arduino Pin 11-HIGH Delay
  • 26. ADVANTAGES  It saves electrical energy consumption .  It provides better security and privacy.  It gives comfortness to the officer and clients.  It saves time to operate properly.  It maximize the air conditioning effect due to auto door open/close.
  • 27. APPLICATIONS  Business Mall  Universities & Colleges  Hotel & Restaurants  Industries Office  Ministry Offices
  • 28. CONCLUSION The expected result from this project:  Automatically control of electric load.  By controlling the speed of fan and brightness of light as our demand saving the electricity.  Highly secured dooring system.  Automatically water flowing control of basin.  Record the history by cc TV.  Making more comfortness and mentally satisfactions.
  • 29. CONCLUSION  Using sensor device the speed of fan and brightness of light is controlled  By using Bluetooth apps highly secured door is constructed.  By using smart phone cc TV is developed.  Two rooms load is controlled by Arduino and PLC.  For some restriction automatically water control basin can not developed. Further it can be developed
  • 30. FUTURE RECOMMENDATION Adding auto irrigation. Water flow from basin tap can be stop/start by detecting Hand. Fan will be control by temperature sensor ………………