SlideShare a Scribd company logo
SMART CARD & GSM BASED VOTING MACHINE
Under the guidance of : Prof. Sukant BeheraUnder the guidance of : Prof. Sukant Behera
Department of ECE
GANDHI INSTITUTE FOR TECHNOLOGY
BHUBANESWAR, ODISHA
Group members
Sneha Panda 1201298298Sneha Panda 1201298298
Suchitra DehurySuchitra Dehury 12012983471201298347
Ravi Shankar KumarRavi Shankar Kumar 12012983371201298337
Vikash KumarVikash Kumar 12012983451201298345
Department of ECE
GANDHI INSTITUTE FOR TECHNOLOGY
BHUBANESWAR, ODISHA
09/08/16 GROUP NO. 2 2
content
• Introduction
• Reasons for choosing the project
• Requirements
• Block diagram
• Power supply
• AVR microcontroller
• Smart card
• LCD
• GSM modem
• Max-232
• Technology used
• GSM
• RFID
• USART
• Advantages
• Conclusion
• References 309/08/16 GROUP NO. 2
IntroDuctIon
 In this project there will be a gate which will get access by a
smart card issued by Election Commission.
After entering, there will be an electronic voting machine set
up to cast vote for different leaders.
Vote will be stored in a given number as message.
409/08/16 GROUP NO. 2
reasons for choosInG the
project
The objective of this project is to remotely casting your
vote from anywhere and to avoid the expenditure in voting
time. Voting machine also provides easy access to cast the
vote by using smart card.
509/08/16 GROUP NO. 2
reQuIrements
The main components of the toolkit include
• Microcontroller
• GSM modem
• LCD display
• Smart card
• MAX-232
609/08/16 GROUP NO. 2
bLocK DIaGram
709/08/16 GROUP NO. 2
Micro
controller
Key
Smart
card
Rs 232 GSM
Modem
LCD Display
Card reader
poWer suppLY
809/08/16 GROUP NO. 2
contInue….
• Transformer - steps down high voltage AC mains to
low voltage AC.
• Rectifier - converts AC to DC, but the DC output is
varying.
• Smoothing - smoothes the DC from varying greatly to a
small ripple.
• Regulator - eliminates ripple by setting DC output to a
fixed voltage.
09/08/16 9GROUP NO. 2
contInue….
1009/08/16 GROUP NO. 2
AVR MICROCONTROLLER
• AVR was developed in the year 1996 by Atmel
Corporation.
• AVR microcontrollers are available in three categories:
1. Tiny AVR
2. Mega AVR
3. Xmega AVR
1109/08/16 GROUP NO. 2
WHY MEgAAVR ?
09/08/16 12GROUP NO. 2
SERIES NAME PINS FLASH MEMORY
Tiny AVR 6-32 0.5-8 KB
Mega AVR 28-100 4-256 KB
Xmega AVR 44-100 16-384 KB
WHY AVR?
09/08/16 GROUP NO. 2 13
ATMEgA16
1409/08/16 GROUP NO. 2
I/O PORTS :
• At mega 16 have 32 general purpose digital I/O pins.
Corresponding to every pin, there are 3 different
registers which control its function
DDR
PORT
PIN
09/08/16 15GROUP NO. 2
SMART CARD
Smart cards are plastic cards with embedded, integrated
circuits and similar in size to today's payment cards.
They can be used as an access-control device, making
personal and business data available only to the
appropriate users.
1609/08/16 GROUP NO. 2
CONTINuE….
There are three different categories of smart cards.
1. Integrated Circuit (IC) memory cards
2. IC optical memory cards
3. IC microprocessor cards.
09/08/16 GROUP NO. 2 17
WHY IC MICROPROCESSOR CARDS
•
Integrated Circuit
(IC) memory cards
IC optical
memory cards
IC microprocessor cards
It simply stores
data in a secure
manner
stores data in a
secure manner
More memory
capacity
stores data in a secure manner
More memory capacity
Can process different operation
like add, delete and manipulate
information in the memory of the
card
09/08/16 18GROUP NO. 2
1909/08/16 GROUP NO. 2
LCD
• Liquid crystal display (LCD) has material which
combines the properties of both liquid and crystals.
• They have a temperature range within which the
molecules are almost as mobile as they would be in a
liquid, but are grouped together in an order form similar
to a crystal.
09/08/16 20GROUP NO. 2
16x2 AlphAnumeric lcD
LCD has 2 register :-
(i)Command :- stores the command instruction
(ii)Data :- stores the data to be displayed
09/08/16 21GROUP NO. 2
16x2 AlphAnumeric lcD
09/08/16 22GROUP NO. 2
continue….
Commands used in 16x2 Alphanumeric LCD :-
lcd_command_write (0x84);
lcd_string_write (“ GIFT“);
0x80
0xc0
80 81 82 83 84 85 86 87 88 89 810 811 812 813 814 815
C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 C10 C11 C12 C13 C14 C15
09/08/16 23GROUP NO. 2
• Example :-
#include <avr/io.h>
#include <lcd/io.h>
Void main ()
{
lcd_init();
DDRB=0b1111 1111;
DDRC=0b1111 1111;
lcd_command_write (0x84);
lcd_string_write (“ GIFT”);
}
09/08/16 24GROUP NO. 2
GSm moDem
 A GSM modem is a specialized kind of modulator-demodulator
in which a SIM card is accepted and it can be operated over a
subscription to the mobile operator.
 Here communication between a cell to cell is highly demanded
and between a computer and GSM system can also be possible
i.e. known as GSM Module.
 GSM module is used when a communication between a
computer and a GSM system is required. 25
continue....
 In this system GSM Modem is used to send the polling results to
the monitoring station via mobile network. In this way a more
secured system is presented and the chances of anomalies are
reduced.
 GSM Modem is SIM900 Quad-band GSM device, works on
frequencies 400 MHZ, 900 MHZ, 1800 MHZ and 1900 MHZ. It
is very compact in size and easy to use as plug in GSM Modem.
 It can also directly interface with 5V Microcontrollers. 26
mAx-232
• MAX-232 follows RS-232 protocol.
• RS-232 is a standard by which two serial devices
communicate.
• Works on Full duplex transmission.
2709/08/16 GROUP NO. 2
09/08/16 GROUP NO. 2 28
ATmega16
MAX232
GSM
Rx
TX
Rx
TX
TX
Rx
technoloGY uSeD
RFID.
USART Communication.
09/08/16 29GROUP NO. 2
rFiD
• RFID (Radio Frequency Identification) is a method of
identifying unique items using radio waves.
• It is an ADC (Automated Data Collection) technology
that uses radio frequency waves to transfer data between
a reader and a movable item to identify.
3009/08/16 GROUP NO. 2
USART
Receiving/Transmitting :- 3 method
Simplex
Half duplex
Full duplex
S/A : - Synchronous Asynchronous
parallel serial
fast slow
set up cost high set up cost low
3109/08/16 GROUP NO. 2
SOFTWARE USED
The Software which we are using for the coding of
embedded projects are:
• AVR Studio
• WIN AVR
• SINAPROG Hex downloader
09/08/16 32GROUP NO. 2
BURNING PROCESS
Program
written in
C using AVR
STUDIO
Compiled using
WINAVR
Converted into
HEX format
Transferred using
SINAPROG
Hex downloader
09/08/16 33GROUP NO. 2
COST ESTIMATION
COMPONENTS COST PRICE (IN Rs)
GSM MODEM 1600
RFID READER 800
MICRO CONTROLLER 250
LCD 150
TRANSFORMER 120
VOLTAGE REGULATOR 21
DIODE 20
CAPACITOR 10
RESISTOR 1
KEY SWITCH 8
CONNECTOR 6
09/08/16 34GROUP NO. 2
ADVANTAGE
• Saves time.
• It used to avoid forgery votes and security tensions in voting time.
• There is less chance of violence or attack as this place is not place
oriented.
• Data stores for lifetime.
• Very less resources and man power will be utilized
3509/08/16 GROUP NO. 2
CONCLUSION
The design presented here is cost effective, provide
mobility, highly secured, faster tabulation of results
and appropriate according to the modern day
requirements.
3609/08/16 GROUP NO. 2
REFERENCE
[1] Abbott, J.: Smart Cards: How Secure Are They?. SANS Institute Reading
Room,2002.http://www.sans.org/reading_room/whitepapers/authentication/smart-
cardssecure- they_131 (15.02.2012)
[2] D. Jefferson, A. D. Rubin, B. Simons, and D. Wagner. A Security analysis of the Secure
Electronic Registration and Voting Experiment (SERVE), 2004.
[3] S. Canard and J. Traor´e. Anonymous Services using Smart Card and Cryptography. In J.-J.
Quisquater, P. Paradinas, Y. Deswarte, and A. A. El Kalam, editors, Smart Card Research
and advanced applications VI - Cardis 2004, pages 83–98. Kluwer, 2004.
[4] United States Department of Defense. (2006). Radio Frequency Identification. Available at:
http://www.acq.osd.mil/log/rfid/index.htm. (Last Accessed: March 11, 2006.)
[5] Jerry Landt, "Shrouds of Time": outlines history and present of RFID:
http://www.aimglobal.org/technologies/rfid/resources/shrouds_of_time.pdf
3709/08/16 GROUP NO. 2
T HA N K
YOU
3809/08/16 GROUP NO. 2

More Related Content

What's hot

ID-6.2 Airport control and monitoring system
ID-6.2 Airport control and monitoring systemID-6.2 Airport control and monitoring system
ID-6.2 Airport control and monitoring system
Roman Siansky
 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity card
Albert Jose
 
Bosch AIM-AEC21-CVT Data Sheet
Bosch AIM-AEC21-CVT Data SheetBosch AIM-AEC21-CVT Data Sheet
Bosch AIM-AEC21-CVT Data Sheet
JMAC Supply
 
Biometric access control
Biometric access controlBiometric access control
Biometric access control
Pragya Tripathi
 
electronic voting machine by rfid
electronic voting machine by rfidelectronic voting machine by rfid
electronic voting machine by rfid
Saurabh Uniyal
 
S81-HS Panel Presentation
S81-HS Panel PresentationS81-HS Panel Presentation
S81-HS Panel Presentation
Dieter Spangenberg
 
GSM based Smart Home and Digital Notice Board
GSM based Smart Home and Digital Notice BoardGSM based Smart Home and Digital Notice Board
GSM based Smart Home and Digital Notice Board
Kaushik Naik
 
Electronic voting machine using RFID
Electronic voting machine using RFIDElectronic voting machine using RFID
Electronic voting machine using RFID
Bharath Chapala
 
Fingerprint EVM
Fingerprint EVMFingerprint EVM
Fingerprint EVM
Pranay Raj
 
Gsm based industrial security system
Gsm based industrial security systemGsm based industrial security system
Gsm based industrial security system
RAJASHREE B
 
RSG30
RSG30RSG30
GSM BASED INDUSTRIAL MACHINE CONTROL
GSM BASED INDUSTRIAL MACHINE CONTROLGSM BASED INDUSTRIAL MACHINE CONTROL
GSM BASED INDUSTRIAL MACHINE CONTROL
Nikhil Gaikwad
 
Microprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door OpenerMicroprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door Opener
Jitendra Choudhary
 
Integra 32 System Design Guide
Integra 32 System Design GuideIntegra 32 System Design Guide
Integra 32 System Design Guide
Alex McAllister
 
wireless notice board using RF communication
wireless notice board using RF communicationwireless notice board using RF communication
wireless notice board using RF communication
ROHIT SAGAR
 
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
NIT srinagar
 
Gsm based industrial security system
Gsm based industrial security system Gsm based industrial security system
Gsm based industrial security system
RAJASHREE B
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
ijsrd.com
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)
Mahira Banu
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice board
Ganesh Gani
 

What's hot (20)

ID-6.2 Airport control and monitoring system
ID-6.2 Airport control and monitoring systemID-6.2 Airport control and monitoring system
ID-6.2 Airport control and monitoring system
 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity card
 
Bosch AIM-AEC21-CVT Data Sheet
Bosch AIM-AEC21-CVT Data SheetBosch AIM-AEC21-CVT Data Sheet
Bosch AIM-AEC21-CVT Data Sheet
 
Biometric access control
Biometric access controlBiometric access control
Biometric access control
 
electronic voting machine by rfid
electronic voting machine by rfidelectronic voting machine by rfid
electronic voting machine by rfid
 
S81-HS Panel Presentation
S81-HS Panel PresentationS81-HS Panel Presentation
S81-HS Panel Presentation
 
GSM based Smart Home and Digital Notice Board
GSM based Smart Home and Digital Notice BoardGSM based Smart Home and Digital Notice Board
GSM based Smart Home and Digital Notice Board
 
Electronic voting machine using RFID
Electronic voting machine using RFIDElectronic voting machine using RFID
Electronic voting machine using RFID
 
Fingerprint EVM
Fingerprint EVMFingerprint EVM
Fingerprint EVM
 
Gsm based industrial security system
Gsm based industrial security systemGsm based industrial security system
Gsm based industrial security system
 
RSG30
RSG30RSG30
RSG30
 
GSM BASED INDUSTRIAL MACHINE CONTROL
GSM BASED INDUSTRIAL MACHINE CONTROLGSM BASED INDUSTRIAL MACHINE CONTROL
GSM BASED INDUSTRIAL MACHINE CONTROL
 
Microprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door OpenerMicroprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door Opener
 
Integra 32 System Design Guide
Integra 32 System Design GuideIntegra 32 System Design Guide
Integra 32 System Design Guide
 
wireless notice board using RF communication
wireless notice board using RF communicationwireless notice board using RF communication
wireless notice board using RF communication
 
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
 
Gsm based industrial security system
Gsm based industrial security system Gsm based industrial security system
Gsm based industrial security system
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice board
 

Similar to SMART CARD & GSM BASED VOTING MACHINE

GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
Tanya Srivastava
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
Tanya Srivastava
 
Smart Lock
Smart LockSmart Lock
Smart Lock
Ashik Ask
 
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..pptSMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
abdulkareem104286
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
muhammed jassim k
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theft
Ashu0711
 
Rajitha priya(wk 413)
Rajitha priya(wk 413)Rajitha priya(wk 413)
Rajitha priya(wk 413)
ammu59
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET Journal
 
E notice board project report
E notice board project reportE notice board project report
E notice board project report
amit chaudhary
 
Home automation and Digital notice board using android app
Home automation and Digital notice board using android appHome automation and Digital notice board using android app
Home automation and Digital notice board using android app
Rishikesh .
 
Embedded system
Embedded  systemEmbedded  system
Embedded system
ANSHUL GUPTA
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
srinivasanece7
 
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
IRJET Journal
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
MaheshMoses
 
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
Ricky Drk
 
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
BHUVIJAYAVELU
 
G3602050055
G3602050055G3602050055
G3602050055
ijceronline
 
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfGSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
Lynn588356
 
Yuva Home automation project
Yuva Home automation projectYuva Home automation project
Yuva Home automation project
Yuvaraja Ravi
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET Journal
 

Similar to SMART CARD & GSM BASED VOTING MACHINE (20)

GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
Smart Lock
Smart LockSmart Lock
Smart Lock
 
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..pptSMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theft
 
Rajitha priya(wk 413)
Rajitha priya(wk 413)Rajitha priya(wk 413)
Rajitha priya(wk 413)
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
E notice board project report
E notice board project reportE notice board project report
E notice board project report
 
Home automation and Digital notice board using android app
Home automation and Digital notice board using android appHome automation and Digital notice board using android app
Home automation and Digital notice board using android app
 
Embedded system
Embedded  systemEmbedded  system
Embedded system
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
IRJET- Design and Implementation of Fingerprint based Bank Locker System usin...
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
 
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
 
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
 
G3602050055
G3602050055G3602050055
G3602050055
 
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfGSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
 
Yuva Home automation project
Yuva Home automation projectYuva Home automation project
Yuva Home automation project
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 

Recently uploaded

Assistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdfAssistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdf
Seetal Daas
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
DharmaBanothu
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
MuhammadJazib15
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
SELENIUM CONF -PALLAVI SHARMA - 2024.pdf
SELENIUM CONF -PALLAVI SHARMA - 2024.pdfSELENIUM CONF -PALLAVI SHARMA - 2024.pdf
SELENIUM CONF -PALLAVI SHARMA - 2024.pdf
Pallavi Sharma
 
Butterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdfButterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdf
Lubi Valves
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
pvpriya2
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Massimo Talia
 
Digital Image Processing Unit -2 Notes complete
Digital Image Processing Unit -2 Notes completeDigital Image Processing Unit -2 Notes complete
Digital Image Processing Unit -2 Notes complete
shubhamsaraswat8740
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
OKORIE1
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
Presentation on Food Delivery Systems
Presentation on Food Delivery SystemsPresentation on Food Delivery Systems
Presentation on Food Delivery Systems
Abdullah Al Noman
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
felixwold
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 

Recently uploaded (20)

Assistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdfAssistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdf
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
SELENIUM CONF -PALLAVI SHARMA - 2024.pdf
SELENIUM CONF -PALLAVI SHARMA - 2024.pdfSELENIUM CONF -PALLAVI SHARMA - 2024.pdf
SELENIUM CONF -PALLAVI SHARMA - 2024.pdf
 
Butterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdfButterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdf
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
 
Digital Image Processing Unit -2 Notes complete
Digital Image Processing Unit -2 Notes completeDigital Image Processing Unit -2 Notes complete
Digital Image Processing Unit -2 Notes complete
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
Presentation on Food Delivery Systems
Presentation on Food Delivery SystemsPresentation on Food Delivery Systems
Presentation on Food Delivery Systems
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 

SMART CARD & GSM BASED VOTING MACHINE

  • 1. SMART CARD & GSM BASED VOTING MACHINE Under the guidance of : Prof. Sukant BeheraUnder the guidance of : Prof. Sukant Behera Department of ECE GANDHI INSTITUTE FOR TECHNOLOGY BHUBANESWAR, ODISHA
  • 2. Group members Sneha Panda 1201298298Sneha Panda 1201298298 Suchitra DehurySuchitra Dehury 12012983471201298347 Ravi Shankar KumarRavi Shankar Kumar 12012983371201298337 Vikash KumarVikash Kumar 12012983451201298345 Department of ECE GANDHI INSTITUTE FOR TECHNOLOGY BHUBANESWAR, ODISHA 09/08/16 GROUP NO. 2 2
  • 3. content • Introduction • Reasons for choosing the project • Requirements • Block diagram • Power supply • AVR microcontroller • Smart card • LCD • GSM modem • Max-232 • Technology used • GSM • RFID • USART • Advantages • Conclusion • References 309/08/16 GROUP NO. 2
  • 4. IntroDuctIon  In this project there will be a gate which will get access by a smart card issued by Election Commission. After entering, there will be an electronic voting machine set up to cast vote for different leaders. Vote will be stored in a given number as message. 409/08/16 GROUP NO. 2
  • 5. reasons for choosInG the project The objective of this project is to remotely casting your vote from anywhere and to avoid the expenditure in voting time. Voting machine also provides easy access to cast the vote by using smart card. 509/08/16 GROUP NO. 2
  • 6. reQuIrements The main components of the toolkit include • Microcontroller • GSM modem • LCD display • Smart card • MAX-232 609/08/16 GROUP NO. 2
  • 7. bLocK DIaGram 709/08/16 GROUP NO. 2 Micro controller Key Smart card Rs 232 GSM Modem LCD Display Card reader
  • 9. contInue…. • Transformer - steps down high voltage AC mains to low voltage AC. • Rectifier - converts AC to DC, but the DC output is varying. • Smoothing - smoothes the DC from varying greatly to a small ripple. • Regulator - eliminates ripple by setting DC output to a fixed voltage. 09/08/16 9GROUP NO. 2
  • 11. AVR MICROCONTROLLER • AVR was developed in the year 1996 by Atmel Corporation. • AVR microcontrollers are available in three categories: 1. Tiny AVR 2. Mega AVR 3. Xmega AVR 1109/08/16 GROUP NO. 2
  • 12. WHY MEgAAVR ? 09/08/16 12GROUP NO. 2 SERIES NAME PINS FLASH MEMORY Tiny AVR 6-32 0.5-8 KB Mega AVR 28-100 4-256 KB Xmega AVR 44-100 16-384 KB
  • 15. I/O PORTS : • At mega 16 have 32 general purpose digital I/O pins. Corresponding to every pin, there are 3 different registers which control its function DDR PORT PIN 09/08/16 15GROUP NO. 2
  • 16. SMART CARD Smart cards are plastic cards with embedded, integrated circuits and similar in size to today's payment cards. They can be used as an access-control device, making personal and business data available only to the appropriate users. 1609/08/16 GROUP NO. 2
  • 17. CONTINuE…. There are three different categories of smart cards. 1. Integrated Circuit (IC) memory cards 2. IC optical memory cards 3. IC microprocessor cards. 09/08/16 GROUP NO. 2 17
  • 18. WHY IC MICROPROCESSOR CARDS • Integrated Circuit (IC) memory cards IC optical memory cards IC microprocessor cards It simply stores data in a secure manner stores data in a secure manner More memory capacity stores data in a secure manner More memory capacity Can process different operation like add, delete and manipulate information in the memory of the card 09/08/16 18GROUP NO. 2
  • 20. LCD • Liquid crystal display (LCD) has material which combines the properties of both liquid and crystals. • They have a temperature range within which the molecules are almost as mobile as they would be in a liquid, but are grouped together in an order form similar to a crystal. 09/08/16 20GROUP NO. 2
  • 21. 16x2 AlphAnumeric lcD LCD has 2 register :- (i)Command :- stores the command instruction (ii)Data :- stores the data to be displayed 09/08/16 21GROUP NO. 2
  • 23. continue…. Commands used in 16x2 Alphanumeric LCD :- lcd_command_write (0x84); lcd_string_write (“ GIFT“); 0x80 0xc0 80 81 82 83 84 85 86 87 88 89 810 811 812 813 814 815 C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 C10 C11 C12 C13 C14 C15 09/08/16 23GROUP NO. 2
  • 24. • Example :- #include <avr/io.h> #include <lcd/io.h> Void main () { lcd_init(); DDRB=0b1111 1111; DDRC=0b1111 1111; lcd_command_write (0x84); lcd_string_write (“ GIFT”); } 09/08/16 24GROUP NO. 2
  • 25. GSm moDem  A GSM modem is a specialized kind of modulator-demodulator in which a SIM card is accepted and it can be operated over a subscription to the mobile operator.  Here communication between a cell to cell is highly demanded and between a computer and GSM system can also be possible i.e. known as GSM Module.  GSM module is used when a communication between a computer and a GSM system is required. 25
  • 26. continue....  In this system GSM Modem is used to send the polling results to the monitoring station via mobile network. In this way a more secured system is presented and the chances of anomalies are reduced.  GSM Modem is SIM900 Quad-band GSM device, works on frequencies 400 MHZ, 900 MHZ, 1800 MHZ and 1900 MHZ. It is very compact in size and easy to use as plug in GSM Modem.  It can also directly interface with 5V Microcontrollers. 26
  • 27. mAx-232 • MAX-232 follows RS-232 protocol. • RS-232 is a standard by which two serial devices communicate. • Works on Full duplex transmission. 2709/08/16 GROUP NO. 2
  • 28. 09/08/16 GROUP NO. 2 28 ATmega16 MAX232 GSM Rx TX Rx TX TX Rx
  • 30. rFiD • RFID (Radio Frequency Identification) is a method of identifying unique items using radio waves. • It is an ADC (Automated Data Collection) technology that uses radio frequency waves to transfer data between a reader and a movable item to identify. 3009/08/16 GROUP NO. 2
  • 31. USART Receiving/Transmitting :- 3 method Simplex Half duplex Full duplex S/A : - Synchronous Asynchronous parallel serial fast slow set up cost high set up cost low 3109/08/16 GROUP NO. 2
  • 32. SOFTWARE USED The Software which we are using for the coding of embedded projects are: • AVR Studio • WIN AVR • SINAPROG Hex downloader 09/08/16 32GROUP NO. 2
  • 33. BURNING PROCESS Program written in C using AVR STUDIO Compiled using WINAVR Converted into HEX format Transferred using SINAPROG Hex downloader 09/08/16 33GROUP NO. 2
  • 34. COST ESTIMATION COMPONENTS COST PRICE (IN Rs) GSM MODEM 1600 RFID READER 800 MICRO CONTROLLER 250 LCD 150 TRANSFORMER 120 VOLTAGE REGULATOR 21 DIODE 20 CAPACITOR 10 RESISTOR 1 KEY SWITCH 8 CONNECTOR 6 09/08/16 34GROUP NO. 2
  • 35. ADVANTAGE • Saves time. • It used to avoid forgery votes and security tensions in voting time. • There is less chance of violence or attack as this place is not place oriented. • Data stores for lifetime. • Very less resources and man power will be utilized 3509/08/16 GROUP NO. 2
  • 36. CONCLUSION The design presented here is cost effective, provide mobility, highly secured, faster tabulation of results and appropriate according to the modern day requirements. 3609/08/16 GROUP NO. 2
  • 37. REFERENCE [1] Abbott, J.: Smart Cards: How Secure Are They?. SANS Institute Reading Room,2002.http://www.sans.org/reading_room/whitepapers/authentication/smart- cardssecure- they_131 (15.02.2012) [2] D. Jefferson, A. D. Rubin, B. Simons, and D. Wagner. A Security analysis of the Secure Electronic Registration and Voting Experiment (SERVE), 2004. [3] S. Canard and J. Traor´e. Anonymous Services using Smart Card and Cryptography. In J.-J. Quisquater, P. Paradinas, Y. Deswarte, and A. A. El Kalam, editors, Smart Card Research and advanced applications VI - Cardis 2004, pages 83–98. Kluwer, 2004. [4] United States Department of Defense. (2006). Radio Frequency Identification. Available at: http://www.acq.osd.mil/log/rfid/index.htm. (Last Accessed: March 11, 2006.) [5] Jerry Landt, "Shrouds of Time": outlines history and present of RFID: http://www.aimglobal.org/technologies/rfid/resources/shrouds_of_time.pdf 3709/08/16 GROUP NO. 2
  • 38. T HA N K YOU 3809/08/16 GROUP NO. 2

Editor's Notes

  1. Advanced Virtual RISC. 1. Tiny AVR – Less memory, small size, suitable only for simpler applications 2. Mega AVR – These are the most popular ones having good amount of memory (up to 256 KB), higher number of inbuilt peripherals and suitable for moderate to complex applications. 3. Xmega AVR – Used commercially for complex applications, which require large program memory and high speed.