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

PDF
Controllers
PDF
Fujifilm - Argus e2v security
PPTX
Finger print based EVM by saurabh
PPTX
Features of 89c51,pic,avr &amp; arm processors
PPT
PDF
Secured voting machine with touch screen &amp; smart card
PDF
IRJET- Centralised Status alert system for industrial machines
PPTX
Final nc paper
Controllers
Fujifilm - Argus e2v security
Finger print based EVM by saurabh
Features of 89c51,pic,avr &amp; arm processors
Secured voting machine with touch screen &amp; smart card
IRJET- Centralised Status alert system for industrial machines
Final nc paper

What's hot (20)

PPTX
ID-6.2 Airport control and monitoring system
PDF
Tracking police man using rf proximity card
PDF
Bosch AIM-AEC21-CVT Data Sheet
PPTX
Biometric access control
DOC
electronic voting machine by rfid
PDF
S81-HS Panel Presentation
PPTX
GSM based Smart Home and Digital Notice Board
PPTX
Electronic voting machine using RFID
PPTX
Fingerprint EVM
PPTX
Gsm based industrial security system
PPTX
GSM BASED INDUSTRIAL MACHINE CONTROL
PDF
Microprocessor-Based Automatic Door Opener
PDF
Integra 32 System Design Guide
PPTX
wireless notice board using RF communication
DOCX
Report on Embedded Based Home security system
PPT
Gsm based industrial security system
PDF
Real-Time Monitoring and Control System for Industry
PDF
Industrial automation using gsm (full paper)
PPTX
wireless E notice board
ID-6.2 Airport control and monitoring system
Tracking police man using rf proximity card
Bosch AIM-AEC21-CVT Data Sheet
Biometric access control
electronic voting machine by rfid
S81-HS Panel Presentation
GSM based Smart Home and Digital Notice Board
Electronic voting machine using RFID
Fingerprint EVM
Gsm based industrial security system
GSM BASED INDUSTRIAL MACHINE CONTROL
Microprocessor-Based Automatic Door Opener
Integra 32 System Design Guide
wireless notice board using RF communication
Report on Embedded Based Home security system
Gsm based industrial security system
Real-Time Monitoring and Control System for Industry
Industrial automation using gsm (full paper)
wireless E notice board
Ad

Viewers also liked (19)

PDF
01 introduction to wireless communications
PDF
عرض تحفيزي لطلاب كلية الهندسة الزاوية
PDF
My GSM & Solar Site Projects
PPT
Gsm security final
PPTX
Attitudes to smartphone voting - Tecmark/YouGov research
PPT
power-theft-monitoring-system-consumer-monitoring-system-CMS-for-discom-UGVCL...
PDF
Electronic voting machine using RFID
DOCX
Rfid based traffic controller using gsm
PPT
Parameters of multipath channel
PPTX
rfid based traffic control system by using gsm
PPT
Introduction to modulation and demodulation
PDF
GSM BASED e-NOTICE BOARD final year project report
PPT
Simulating communication systems with MATLAB: An introduction
PPTX
Gsm based home(ppt)
PPTX
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
PPTX
prepaid energy meter using gsm
PPTX
Power theft detection via plc
01 introduction to wireless communications
عرض تحفيزي لطلاب كلية الهندسة الزاوية
My GSM & Solar Site Projects
Gsm security final
Attitudes to smartphone voting - Tecmark/YouGov research
power-theft-monitoring-system-consumer-monitoring-system-CMS-for-discom-UGVCL...
Electronic voting machine using RFID
Rfid based traffic controller using gsm
Parameters of multipath channel
rfid based traffic control system by using gsm
Introduction to modulation and demodulation
GSM BASED e-NOTICE BOARD final year project report
Simulating communication systems with MATLAB: An introduction
Gsm based home(ppt)
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
prepaid energy meter using gsm
Power theft detection via plc
Ad

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

DOCX
Voting report final
PPTX
3.TechieNest microcontrollers
PPTX
Micro Controllers engineering - computer engineering
PDF
PPTX
prepaid energy meter using smartcard
PPTX
Embedded systems 101 final
PPTX
AEC 8051 controller.pptxmicrocontroller notes
PDF
Embedded systems introduction
PPT
Ajal mod 1
PDF
1-AVR Introduction to Atmega32 good .pdf
DOC
12.automatic toll gate billing system using rfid.
PPTX
Intelligent Bus Fare Bay System Using RFID Card
PPT
Embedded systems-unit-1
PPTX
LECT 2.pptx
PPT
Gsm based smart card information for lost atm cards
PDF
Mg3620962101
PDF
Iaetsd wireless electronic notice board using gsm
PDF
Smard card123
DOCX
Density based traffic light controlling (2)
PDF
BE Project Final Report on IVRS
Voting report final
3.TechieNest microcontrollers
Micro Controllers engineering - computer engineering
prepaid energy meter using smartcard
Embedded systems 101 final
AEC 8051 controller.pptxmicrocontroller notes
Embedded systems introduction
Ajal mod 1
1-AVR Introduction to Atmega32 good .pdf
12.automatic toll gate billing system using rfid.
Intelligent Bus Fare Bay System Using RFID Card
Embedded systems-unit-1
LECT 2.pptx
Gsm based smart card information for lost atm cards
Mg3620962101
Iaetsd wireless electronic notice board using gsm
Smard card123
Density based traffic light controlling (2)
BE Project Final Report on IVRS

Recently uploaded (20)

PPT
What is a Computer? Input Devices /output devices
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
A review of recent deep learning applications in wood surface defect identifi...
PPTX
Tartificialntelligence_presentation.pptx
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Unlock new opportunities with location data.pdf
PDF
CloudStack 4.21: First Look Webinar slides
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PDF
1 - Historical Antecedents, Social Consideration.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Five Habits of High-Impact Board Members
PDF
Hybrid model detection and classification of lung cancer
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
What is a Computer? Input Devices /output devices
Module 1.ppt Iot fundamentals and Architecture
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
O2C Customer Invoices to Receipt V15A.pptx
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
A review of recent deep learning applications in wood surface defect identifi...
Tartificialntelligence_presentation.pptx
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Unlock new opportunities with location data.pdf
CloudStack 4.21: First Look Webinar slides
Web Crawler for Trend Tracking Gen Z Insights.pptx
1 - Historical Antecedents, Social Consideration.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Five Habits of High-Impact Board Members
Hybrid model detection and classification of lung cancer
Hindi spoken digit analysis for native and non-native speakers
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
NewMind AI Weekly Chronicles – August ’25 Week III
Final SEM Unit 1 for mit wpu at pune .pptx

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

  • #12: 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.