SlideShare una empresa de Scribd logo
1 de 23
PROJECT PRESENTATION ONPROJECT PRESENTATION ON
ZIGBEE ENABLED HOTELZIGBEE ENABLED HOTEL
MENU ORDERING SYSTEMMENU ORDERING SYSTEM
USING TOUCH SCREEN &USING TOUCH SCREEN &
GLCDGLCD
Guided By : Prof. Smita MohantyGuided By : Prof. Smita Mohanty
Members associatedMembers associated
 Sidharth MohapatraSidharth Mohapatra
 Sandip MohapatraSandip Mohapatra
 Swastika DashSwastika Dash
 Soumya smita SahooSoumya smita Sahoo
 Smruti ranjita SuarSmruti ranjita Suar
Aim Of The ProjectAim Of The Project
 Aim of the project is to develop a prototypeAim of the project is to develop a prototype of aof a
system based on Embedded microsystem based on Embedded micro
controller(PIC16) which is used for ordering incontroller(PIC16) which is used for ordering in
hotel using touch screen and graphical LCD.hotel using touch screen and graphical LCD.
 Also at the other end, a graphical interface isAlso at the other end, a graphical interface is
designed for taking the orders from different tablesdesigned for taking the orders from different tables
and to give the confirmation.and to give the confirmation.
Reasons for choosing the projectReasons for choosing the project
 Irregularity in Ordering .Irregularity in Ordering .
 Wastage of time.Wastage of time.
 Customer dissatisfaction.Customer dissatisfaction.
 Poor management.Poor management.
 No database maintenance.No database maintenance.
 Increased manpower.Increased manpower.
TABLE SIDETABLE SIDE
MICRO
CONTROLLER
BUZZER
POWER
SUPPLY
TOUCH
SCREEN
ZIGBEE
GLCD
USART
ADC
COUNTER SIDECOUNTER SIDE
PC ZIGBEE
SERIAL
DRIVER
ZIGBEEZIGBEE
ZigBee is a low cost, low power wireless
communication standard based on Personal Area
Network (PAN).
ZigBee is targeted at applications that require a low
data rate, long battery life, and secure networking.
ZigBee operates in the Industrial,
Scientific and Medical (ISM) radio
bands with a maximum data rate
of 250 kilobits/second.
Touch ScreenTouch Screen
A touch screen is an electronic visual display that can
detect the presence and location of a touch within the
display area.
It enables one to interact directly with what is displayed,
rather than indirectly with any other intermediate device.
The touch screen interface is being used in a wide
variety of applications to improve human-computer
interaction.
MICROCONTROLLER INTERFACINGMICROCONTROLLER INTERFACING
Graphical LCDGraphical LCD
The LCD which has ability for display images, animation,
videos or text is called Graphical LCD(GLCD).
There are two types of GLCD.
1. Monochrome GLCD
2. Colour or RGB GLCD.
GLCDs are mainly used for easy understanding
attractive display purpose.
Serial DriverSerial Driver
• It is an IC that converts signals from serial port(DB9)
to signals suitable for use PC.
• It uses serial communication.
Power Supply UnitPower Supply Unit
 Power supply is designed to convert high voltage AC mainsPower supply is designed to convert high voltage AC mains
electricity to a suitable low voltage supply for electronicselectricity to a suitable low voltage supply for electronics
circuits and other devices.circuits and other devices.
 It can be broken down into a series of blocks, each of whichIt can be broken down into a series of blocks, each of which
performs a particular function.performs a particular function.
LED
LED
1k
- +
IN4007 * 4
GND
transformer
1000uF/35V
7812
+5V
+12V230VAC
50Hz 2.2k
7805
DBDB99
• The DB9 (originally DE-9) connector is an analog 9-pin
plug.
• The DB9 connector is mainly used for serial connections,
allowing for the asynchronous transmission of data as
provided for standard
unsigned int xread()
{
TRISD=0X05;
b=0;dd=1;
Delay_ms(10);
x = ADC_Read(0); // channel 1 (RA1)
x=(long)(x*5000)/1023;
//UART1_Write('x');
//UART1_Write(' ');
//UART1_Write(x/10000 + 48);
//UART1_Write((x/1000)%10 + 48);
//UART1_Write((x/100)%10 + 48);
//UART1_Write((x/10)%10 + 48);
//UART1_Write((x%10) + 48);
//UART1_Write(' ');
//x=(((x/1000)%10)*100)+(((x/100)%10)*10)+((x/10)%10);
return x;
}
Source code
unsigned int yread()
{
TRISD=0X0A;
a=1;cd=0;
Delay_ms(10);
y= ADC_Read(1); // channel 1 (RA1)
y=(long)y*5000/1023;
//UART1_Write('y');
//UART1_Write(' ');
//UART1_Write((y/1000)%10 + 48);
//UART1_Write((y/100)%10 + 48);
//UART1_Write((y/10)%10 + 48);
//UART1_Write((y%10) + 48);
// UART1_Write(' ');
//y=(((y/1000)%10)*100)+(((y/100)%10)*10)+((y/10)%10);
return y;
HARDWARE REQUIREDHARDWARE REQUIRED
 Display (Graphical LCD)Display (Graphical LCD)
 Touch screen (4 wire resistive)Touch screen (4 wire resistive)
 Buzzer (5/12 volt DC buzzer)Buzzer (5/12 volt DC buzzer)
 ZIGBEE (Wireless Full duplex transceiver)ZIGBEE (Wireless Full duplex transceiver)
 Micro controller (PIC16f877a)Micro controller (PIC16f877a)
 Serial Driver (MAX232)Serial Driver (MAX232)
 Power Supply UnitPower Supply Unit
Technologies UsedTechnologies Used
 Serial communication used forSerial communication used for
downloading the hex code.downloading the hex code.
 ZIGBEEZIGBEE
 Display unit (GLCD).Display unit (GLCD).
 Touch screenTouch screen
 BuzzerBuzzer
SOFTWARE REQUIREDSOFTWARE REQUIRED
 A Cross compiler for compiling and linking theA Cross compiler for compiling and linking the
code written for PIC16 (Mikro C/MPLAB).code written for PIC16 (Mikro C/MPLAB).
 Serial communication software for downloadingSerial communication software for downloading
code to PIC16(uCFlash PIC).code to PIC16(uCFlash PIC).
 Operating System: Windows 2000/XP/7.Operating System: Windows 2000/XP/7.
 Application program development in EmbeddedApplication program development in Embedded
C.C.
 GUI design using Lab-VIEW.GUI design using Lab-VIEW.
 Proteus SW for circuit simulation.Proteus SW for circuit simulation.
Application of projectApplication of project
 HotelsHotels
 RestaurantsRestaurants
 Cinema hallsCinema halls
LAB SET UPLAB SET UP
 Soldering materialSoldering material
 Fitting materialFitting material
 Testing materialTesting material
 Development boardDevelopment board
 All software compatible PCAll software compatible PC
 Presence of every module has been reasoned out and placed
carefully thus contributing to the best working of the unit.
 Secondly, using highly advanced IC’s and with the help of growing
technology the project has been successfully implemented.
 This project helps in significant time and database management
and better customer satisfaction.
BIBLIOGRAPHYBIBLIOGRAPHY
i. www.microcontrollerstudies/pic16f8xx.html
ii. www.zigbeeprotocols/cre.pdf
iii. www.touchtech/resistive4wire.html
iv. http/electronicsgadgets.html
Thank youThank you
all. . . . .all. . . . .

Más contenido relacionado

La actualidad más candente

Android mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robotAndroid mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robotDisha Akash
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robotUVSofts Technologies
 
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEM
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEMBm 08 FINGER PRINT RECOGNIZED ATM SYSTEM
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEM1000kv technologies
 
Robo wireless controll
Robo wireless controllRobo wireless controll
Robo wireless controllSumit Saini
 
Bluetooth controlled robot using arduino uno and HC-05
Bluetooth controlled robot using arduino uno and HC-05Bluetooth controlled robot using arduino uno and HC-05
Bluetooth controlled robot using arduino uno and HC-05MuhammadUsman1709
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robotBen Johnke
 
Adi telecom digital notice boards and hs reporting solution - v2 jan 2016
Adi telecom   digital notice boards and hs reporting solution - v2 jan 2016Adi telecom   digital notice boards and hs reporting solution - v2 jan 2016
Adi telecom digital notice boards and hs reporting solution - v2 jan 2016Steve Farmer MBA
 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONYoga Lakshmi
 
Magelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingMagelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingSchneider Electric
 
Yuva Home automation project
Yuva Home automation projectYuva Home automation project
Yuva Home automation projectYuvaraja Ravi
 
MOBILE MONITORNG SYSTEM FOR SMART HOMES
MOBILE  MONITORNG  SYSTEM FOR SMART HOMES MOBILE  MONITORNG  SYSTEM FOR SMART HOMES
MOBILE MONITORNG SYSTEM FOR SMART HOMES JOLLUSUDARSHANREDDY
 
AMREL - Cots, MCots, and Customization
AMREL -  Cots, MCots, and CustomizationAMREL -  Cots, MCots, and Customization
AMREL - Cots, MCots, and Customizationamrelmarcomm
 
1.propeller display
1.propeller display1.propeller display
1.propeller display9533336860
 
Voice Recognition Car
Voice Recognition CarVoice Recognition Car
Voice Recognition Carrchovatiya
 
Wireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptWireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptEr Sachin Bhati
 

La actualidad más candente (18)

Android mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robotAndroid mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robot
 
Bldc motor-drive-brochure-1
Bldc motor-drive-brochure-1Bldc motor-drive-brochure-1
Bldc motor-drive-brochure-1
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robot
 
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEM
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEMBm 08 FINGER PRINT RECOGNIZED ATM SYSTEM
Bm 08 FINGER PRINT RECOGNIZED ATM SYSTEM
 
Robo wireless controll
Robo wireless controllRobo wireless controll
Robo wireless controll
 
Bluetooth controlled robot using arduino uno and HC-05
Bluetooth controlled robot using arduino uno and HC-05Bluetooth controlled robot using arduino uno and HC-05
Bluetooth controlled robot using arduino uno and HC-05
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
 
Adi telecom digital notice boards and hs reporting solution - v2 jan 2016
Adi telecom   digital notice boards and hs reporting solution - v2 jan 2016Adi telecom   digital notice boards and hs reporting solution - v2 jan 2016
Adi telecom digital notice boards and hs reporting solution - v2 jan 2016
 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
 
Finger xs
Finger xsFinger xs
Finger xs
 
Magelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingMagelis HMI, iPC and software Briefing
Magelis HMI, iPC and software Briefing
 
Yuva Home automation project
Yuva Home automation projectYuva Home automation project
Yuva Home automation project
 
MOBILE MONITORNG SYSTEM FOR SMART HOMES
MOBILE  MONITORNG  SYSTEM FOR SMART HOMES MOBILE  MONITORNG  SYSTEM FOR SMART HOMES
MOBILE MONITORNG SYSTEM FOR SMART HOMES
 
ELO ET 2002L
ELO ET 2002LELO ET 2002L
ELO ET 2002L
 
AMREL - Cots, MCots, and Customization
AMREL -  Cots, MCots, and CustomizationAMREL -  Cots, MCots, and Customization
AMREL - Cots, MCots, and Customization
 
1.propeller display
1.propeller display1.propeller display
1.propeller display
 
Voice Recognition Car
Voice Recognition CarVoice Recognition Car
Voice Recognition Car
 
Wireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.pptWireless Solar Vehicle With Robotic Arm.ppt
Wireless Solar Vehicle With Robotic Arm.ppt
 

Similar a Zigbee enabled hotel menu ordering system

Aircraft Anti collision system using ZIGBEE Communication
Aircraft Anti collision system using ZIGBEE CommunicationAircraft Anti collision system using ZIGBEE Communication
Aircraft Anti collision system using ZIGBEE CommunicationPavanKalyan314
 
PCB layout using CNC machine
PCB layout using CNC machinePCB layout using CNC machine
PCB layout using CNC machineVenkatkumar78
 
CNC machine using PCB layout with wireless communication
CNC machine using PCB layout with wireless communicationCNC machine using PCB layout with wireless communication
CNC machine using PCB layout with wireless communicationVenkatkumar78
 
Developing an avr microcontroller system
Developing an avr microcontroller systemDeveloping an avr microcontroller system
Developing an avr microcontroller systemnugnugmacmac
 
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdf
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdfPic18f4550 microcontroller based projects _ PIC Microcontroller.pdf
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdfIsmailkhan77481
 
Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Somnath Sharma
 
Wireless stepper motor control using zigbee
Wireless stepper motor control  using zigbeeWireless stepper motor control  using zigbee
Wireless stepper motor control using zigbeesavan Darji
 
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfJIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfSamiraKids
 
Tinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptxTinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptxJayashreeSelvam5
 
Micron projectsportfolio 2017
Micron projectsportfolio 2017Micron projectsportfolio 2017
Micron projectsportfolio 2017Massimo Manca
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – BotIRJET Journal
 
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET Journal
 
summer training report (2)
summer training report (2)summer training report (2)
summer training report (2)Kavya Gupta
 

Similar a Zigbee enabled hotel menu ordering system (20)

Aircraft Anti collision system using ZIGBEE Communication
Aircraft Anti collision system using ZIGBEE CommunicationAircraft Anti collision system using ZIGBEE Communication
Aircraft Anti collision system using ZIGBEE Communication
 
PCB layout using CNC machine
PCB layout using CNC machinePCB layout using CNC machine
PCB layout using CNC machine
 
CNC machine using PCB layout with wireless communication
CNC machine using PCB layout with wireless communicationCNC machine using PCB layout with wireless communication
CNC machine using PCB layout with wireless communication
 
Developing an avr microcontroller system
Developing an avr microcontroller systemDeveloping an avr microcontroller system
Developing an avr microcontroller system
 
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdf
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdfPic18f4550 microcontroller based projects _ PIC Microcontroller.pdf
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdf
 
embedded systems
embedded systemsembedded systems
embedded systems
 
Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Arduino camera interfacing OV7670
Arduino camera interfacing OV7670
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Wireless stepper motor control using zigbee
Wireless stepper motor control  using zigbeeWireless stepper motor control  using zigbee
Wireless stepper motor control using zigbee
 
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfJIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
 
#Make01
#Make01#Make01
#Make01
 
CV_Arshad_21June16
CV_Arshad_21June16CV_Arshad_21June16
CV_Arshad_21June16
 
Tinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptxTinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptx
 
Lcd display with proteus
Lcd display with proteus Lcd display with proteus
Lcd display with proteus
 
Wireless notice board using zigbee
Wireless notice board using zigbeeWireless notice board using zigbee
Wireless notice board using zigbee
 
Micron projectsportfolio 2017
Micron projectsportfolio 2017Micron projectsportfolio 2017
Micron projectsportfolio 2017
 
Le company presentation
Le company presentationLe company presentation
Le company presentation
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – Bot
 
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
 
summer training report (2)
summer training report (2)summer training report (2)
summer training report (2)
 

Último

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 

Último (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

Zigbee enabled hotel menu ordering system

  • 1. PROJECT PRESENTATION ONPROJECT PRESENTATION ON ZIGBEE ENABLED HOTELZIGBEE ENABLED HOTEL MENU ORDERING SYSTEMMENU ORDERING SYSTEM USING TOUCH SCREEN &USING TOUCH SCREEN & GLCDGLCD Guided By : Prof. Smita MohantyGuided By : Prof. Smita Mohanty
  • 2. Members associatedMembers associated  Sidharth MohapatraSidharth Mohapatra  Sandip MohapatraSandip Mohapatra  Swastika DashSwastika Dash  Soumya smita SahooSoumya smita Sahoo  Smruti ranjita SuarSmruti ranjita Suar
  • 3. Aim Of The ProjectAim Of The Project  Aim of the project is to develop a prototypeAim of the project is to develop a prototype of aof a system based on Embedded microsystem based on Embedded micro controller(PIC16) which is used for ordering incontroller(PIC16) which is used for ordering in hotel using touch screen and graphical LCD.hotel using touch screen and graphical LCD.  Also at the other end, a graphical interface isAlso at the other end, a graphical interface is designed for taking the orders from different tablesdesigned for taking the orders from different tables and to give the confirmation.and to give the confirmation.
  • 4. Reasons for choosing the projectReasons for choosing the project  Irregularity in Ordering .Irregularity in Ordering .  Wastage of time.Wastage of time.  Customer dissatisfaction.Customer dissatisfaction.  Poor management.Poor management.  No database maintenance.No database maintenance.  Increased manpower.Increased manpower.
  • 6. COUNTER SIDECOUNTER SIDE PC ZIGBEE SERIAL DRIVER
  • 7. ZIGBEEZIGBEE ZigBee is a low cost, low power wireless communication standard based on Personal Area Network (PAN). ZigBee is targeted at applications that require a low data rate, long battery life, and secure networking. ZigBee operates in the Industrial, Scientific and Medical (ISM) radio bands with a maximum data rate of 250 kilobits/second.
  • 8. Touch ScreenTouch Screen A touch screen is an electronic visual display that can detect the presence and location of a touch within the display area. It enables one to interact directly with what is displayed, rather than indirectly with any other intermediate device. The touch screen interface is being used in a wide variety of applications to improve human-computer interaction.
  • 10. Graphical LCDGraphical LCD The LCD which has ability for display images, animation, videos or text is called Graphical LCD(GLCD). There are two types of GLCD. 1. Monochrome GLCD 2. Colour or RGB GLCD. GLCDs are mainly used for easy understanding attractive display purpose.
  • 11. Serial DriverSerial Driver • It is an IC that converts signals from serial port(DB9) to signals suitable for use PC. • It uses serial communication.
  • 12. Power Supply UnitPower Supply Unit  Power supply is designed to convert high voltage AC mainsPower supply is designed to convert high voltage AC mains electricity to a suitable low voltage supply for electronicselectricity to a suitable low voltage supply for electronics circuits and other devices.circuits and other devices.  It can be broken down into a series of blocks, each of whichIt can be broken down into a series of blocks, each of which performs a particular function.performs a particular function. LED LED 1k - + IN4007 * 4 GND transformer 1000uF/35V 7812 +5V +12V230VAC 50Hz 2.2k 7805
  • 13. DBDB99 • The DB9 (originally DE-9) connector is an analog 9-pin plug. • The DB9 connector is mainly used for serial connections, allowing for the asynchronous transmission of data as provided for standard
  • 14. unsigned int xread() { TRISD=0X05; b=0;dd=1; Delay_ms(10); x = ADC_Read(0); // channel 1 (RA1) x=(long)(x*5000)/1023; //UART1_Write('x'); //UART1_Write(' '); //UART1_Write(x/10000 + 48); //UART1_Write((x/1000)%10 + 48); //UART1_Write((x/100)%10 + 48); //UART1_Write((x/10)%10 + 48); //UART1_Write((x%10) + 48); //UART1_Write(' '); //x=(((x/1000)%10)*100)+(((x/100)%10)*10)+((x/10)%10); return x; } Source code
  • 15. unsigned int yread() { TRISD=0X0A; a=1;cd=0; Delay_ms(10); y= ADC_Read(1); // channel 1 (RA1) y=(long)y*5000/1023; //UART1_Write('y'); //UART1_Write(' '); //UART1_Write((y/1000)%10 + 48); //UART1_Write((y/100)%10 + 48); //UART1_Write((y/10)%10 + 48); //UART1_Write((y%10) + 48); // UART1_Write(' '); //y=(((y/1000)%10)*100)+(((y/100)%10)*10)+((y/10)%10); return y;
  • 16. HARDWARE REQUIREDHARDWARE REQUIRED  Display (Graphical LCD)Display (Graphical LCD)  Touch screen (4 wire resistive)Touch screen (4 wire resistive)  Buzzer (5/12 volt DC buzzer)Buzzer (5/12 volt DC buzzer)  ZIGBEE (Wireless Full duplex transceiver)ZIGBEE (Wireless Full duplex transceiver)  Micro controller (PIC16f877a)Micro controller (PIC16f877a)  Serial Driver (MAX232)Serial Driver (MAX232)  Power Supply UnitPower Supply Unit
  • 17. Technologies UsedTechnologies Used  Serial communication used forSerial communication used for downloading the hex code.downloading the hex code.  ZIGBEEZIGBEE  Display unit (GLCD).Display unit (GLCD).  Touch screenTouch screen  BuzzerBuzzer
  • 18. SOFTWARE REQUIREDSOFTWARE REQUIRED  A Cross compiler for compiling and linking theA Cross compiler for compiling and linking the code written for PIC16 (Mikro C/MPLAB).code written for PIC16 (Mikro C/MPLAB).  Serial communication software for downloadingSerial communication software for downloading code to PIC16(uCFlash PIC).code to PIC16(uCFlash PIC).  Operating System: Windows 2000/XP/7.Operating System: Windows 2000/XP/7.  Application program development in EmbeddedApplication program development in Embedded C.C.  GUI design using Lab-VIEW.GUI design using Lab-VIEW.  Proteus SW for circuit simulation.Proteus SW for circuit simulation.
  • 19. Application of projectApplication of project  HotelsHotels  RestaurantsRestaurants  Cinema hallsCinema halls
  • 20. LAB SET UPLAB SET UP  Soldering materialSoldering material  Fitting materialFitting material  Testing materialTesting material  Development boardDevelopment board  All software compatible PCAll software compatible PC
  • 21.  Presence of every module has been reasoned out and placed carefully thus contributing to the best working of the unit.  Secondly, using highly advanced IC’s and with the help of growing technology the project has been successfully implemented.  This project helps in significant time and database management and better customer satisfaction.
  • 23. Thank youThank you all. . . . .all. . . . .