SlideShare a Scribd company logo
1 of 34
Smart Attendance Card
       System




           Sandeep Narang
           EMTECH Foundation
Examples
   ATM
   CREDIT CARDS
   DEBIT CARDS
   TRAVEL CARD
   EMPLOYEE CARD
ATTANDANCE
  SYSTEM
CARD ATTENDANCE    SYSTEM



                           RFSMART CARD
                           SYSTEM

FINGER   IDENTIFICATION SYSTEM



                       CARD AND FINGER SYSTEM


RETINA   SENSING SYSTEM
COMPANIES
LIST OF
         COMPANIES
   ALBA CONTROL SYSTEM
   ZICOM
   TIMETECH ENTERPRISES
   INSIGNIA SECURITY SYSTEMS, ETC.
EMBEDDED
SYSTEMS
Definition
   It is a combination of software and
    hardware designed to perform specific
    task
   It is a system which is hidden inside
   Everything other than PC is an embedded
    system
   It works under certain time constraint
Characteristics
   Works in a time constraint environment
   Good performance and high reliability
   Less cost requirement due to mass
    production
   Designed for specific task
Why embedded systems????


     Very rapid growing field
      Various effect on our daily lives
      We use them everyday
GOOD   IF A>B   START
Start


Welcome note on lcd
Start


   Welcome note on lcd


Signals cut by opto coupler
Start


   Welcome note on lcd


Signals cut by opto coupler


 Display the user name
Start


   Welcome note on lcd


Signals cut by opto coupler


 Display the user name


 Request for password
Start


   Welcome note on lcd


Signals cut by opto coupler


 Display the user name


 Request for password


            If
            OK



        Thank You
Start


   Welcome note on lcd


Signals cut by opto coupler


 Display the user name
                              Re enter password
 Request for password
                              Wrong password

            If
            OK



        Thank You
Block Diagram

SENSOR                       16 X 2 LCD
                          (DISPLAY DEVICE)


                µC
               AT89S52
SENSOR

                         BUZZER



                          I2C




                         Max 232
Implementation
   OFFICES

   SCHOOLS

   COLLAGES ,etc.
I2C


A0-A2 => Address inputs      A0         VCC
SDA => Serial Data                      WP
                             A1
SCL => Serial Clock Input         I2C
                            A2          SCL
WP => Write Protect
                            GND         SDA
Features
   • WP Pin for Hardware Data Protection
   • Low Voltage and Standard Voltage
    Operation
   • 2-Wire Serial Interface
   • 8-Byte Page (2K), 16-Byte Page (4K,
    8K) Write Modes
   • High Reliability
   – Endurance: 1 Million Cycles
   – Data Retention: 100 Years
Start And Stop Definition
Read & Write Application
Data Write




Data Read
TYPES
   Hyper Terminal

   Visual basics

   Using c ,etc
MAX 232
Application Diagram
Data communication classification
Code For Com. Address
#include <stdio.h>
#include <dos.h>
void main(void)
{
unsigned int far *ptraddr; /* Pointer to location of Port Addresses */
unsigned int address; /* Address of Port */
int a;
ptraddr=(unsigned int far *)0x00000400;
for (a = 0; a < 4; a++)
{
address = *ptraddr;
if (address == 0)
printf("No port found for COM%d n",a+1);
else
printf("Address assigned to COM%d is %Xhn",a+1,address);
*ptraddr++;
}
}
Things I Learnt here
   Programming of microprocessor and
    microcontrollers
   How to start designing a circuit
   How to remove the bugs
   How to interact with others
   To have patience while working
Thanks
My Special thanks To Emtech Team For giving me support in
       accomplishing my first project successfully

                   Mr Naveen Sharma


                    Mr wasim Akram

                        Mr Harsh

                        Mr Alam
143778 633688290317528750

More Related Content

Similar to 143778 633688290317528750

DEF CON 23 - Rodringo Almeida - embedded system design from electronics
DEF CON 23 - Rodringo Almeida - embedded system design from electronics DEF CON 23 - Rodringo Almeida - embedded system design from electronics
DEF CON 23 - Rodringo Almeida - embedded system design from electronics Felipe Prado
 
Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Rodrigo Almeida
 
Embedded system
Embedded systemEmbedded system
Embedded systemRenjith R
 
Embedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxEmbedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxsatheeshKumar750
 
Arduino Programming Familiarization
Arduino Programming FamiliarizationArduino Programming Familiarization
Arduino Programming FamiliarizationAmit Kumer Podder
 
Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Somnath Sharma
 
summer training report (2)
summer training report (2)summer training report (2)
summer training report (2)Kavya Gupta
 
arduinocourse-180308074529 (1).pdf
arduinocourse-180308074529 (1).pdfarduinocourse-180308074529 (1).pdf
arduinocourse-180308074529 (1).pdfssusere5db05
 
Secured voting machine with touch screen &amp; smart card
Secured voting machine with touch screen &amp; smart cardSecured voting machine with touch screen &amp; smart card
Secured voting machine with touch screen &amp; smart cardAlbert Jose
 
NISKDIO I/O Module Introduction
NISKDIO I/O Module IntroductionNISKDIO I/O Module Introduction
NISKDIO I/O Module IntroductionJimmy Hsu
 
Aircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingAircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingSudhanshu Janwadkar
 
ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.Advanced Card Systems Ltd.
 
Embedded Systems using Microwave oven
Embedded Systems using  Microwave ovenEmbedded Systems using  Microwave oven
Embedded Systems using Microwave ovenBOOMIKAD
 

Similar to 143778 633688290317528750 (20)

DEF CON 23 - Rodringo Almeida - embedded system design from electronics
DEF CON 23 - Rodringo Almeida - embedded system design from electronics DEF CON 23 - Rodringo Almeida - embedded system design from electronics
DEF CON 23 - Rodringo Almeida - embedded system design from electronics
 
Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Embedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxEmbedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptx
 
Arduino Programming Familiarization
Arduino Programming FamiliarizationArduino Programming Familiarization
Arduino Programming Familiarization
 
Arduino camera interfacing OV7670
Arduino camera interfacing OV7670Arduino camera interfacing OV7670
Arduino camera interfacing OV7670
 
Vinay_CV
Vinay_CVVinay_CV
Vinay_CV
 
summer training report (2)
summer training report (2)summer training report (2)
summer training report (2)
 
Arduino course
Arduino courseArduino course
Arduino course
 
arduinocourse-180308074529 (1).pdf
arduinocourse-180308074529 (1).pdfarduinocourse-180308074529 (1).pdf
arduinocourse-180308074529 (1).pdf
 
Secured voting machine with touch screen &amp; smart card
Secured voting machine with touch screen &amp; smart cardSecured voting machine with touch screen &amp; smart card
Secured voting machine with touch screen &amp; smart card
 
Rig nitc [autosaved] (copy)
Rig nitc [autosaved] (copy)Rig nitc [autosaved] (copy)
Rig nitc [autosaved] (copy)
 
NISKDIO I/O Module Introduction
NISKDIO I/O Module IntroductionNISKDIO I/O Module Introduction
NISKDIO I/O Module Introduction
 
Arduino
ArduinoArduino
Arduino
 
Aircraft master warning system with ftc prompting
Aircraft master warning system with ftc promptingAircraft master warning system with ftc prompting
Aircraft master warning system with ftc prompting
 
ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.
 
131080111003 mci
131080111003 mci131080111003 mci
131080111003 mci
 
Embedded Systems using Microwave oven
Embedded Systems using  Microwave ovenEmbedded Systems using  Microwave oven
Embedded Systems using Microwave oven
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
 

143778 633688290317528750

  • 1. Smart Attendance Card System Sandeep Narang EMTECH Foundation
  • 2. Examples  ATM  CREDIT CARDS  DEBIT CARDS  TRAVEL CARD  EMPLOYEE CARD
  • 4. CARD ATTENDANCE SYSTEM RFSMART CARD SYSTEM FINGER IDENTIFICATION SYSTEM CARD AND FINGER SYSTEM RETINA SENSING SYSTEM
  • 6. LIST OF COMPANIES  ALBA CONTROL SYSTEM  ZICOM  TIMETECH ENTERPRISES  INSIGNIA SECURITY SYSTEMS, ETC.
  • 8. Definition  It is a combination of software and hardware designed to perform specific task  It is a system which is hidden inside  Everything other than PC is an embedded system  It works under certain time constraint
  • 9. Characteristics  Works in a time constraint environment  Good performance and high reliability  Less cost requirement due to mass production  Designed for specific task
  • 10. Why embedded systems????  Very rapid growing field  Various effect on our daily lives  We use them everyday
  • 11. GOOD IF A>B START
  • 13. Start Welcome note on lcd Signals cut by opto coupler
  • 14. Start Welcome note on lcd Signals cut by opto coupler Display the user name
  • 15. Start Welcome note on lcd Signals cut by opto coupler Display the user name Request for password
  • 16. Start Welcome note on lcd Signals cut by opto coupler Display the user name Request for password If OK Thank You
  • 17. Start Welcome note on lcd Signals cut by opto coupler Display the user name Re enter password Request for password Wrong password If OK Thank You
  • 18.
  • 19. Block Diagram SENSOR 16 X 2 LCD (DISPLAY DEVICE) µC AT89S52 SENSOR BUZZER I2C Max 232
  • 20. Implementation  OFFICES  SCHOOLS  COLLAGES ,etc.
  • 21.
  • 22. I2C A0-A2 => Address inputs A0 VCC SDA => Serial Data WP A1 SCL => Serial Clock Input I2C A2 SCL WP => Write Protect GND SDA
  • 23. Features  • WP Pin for Hardware Data Protection  • Low Voltage and Standard Voltage Operation  • 2-Wire Serial Interface  • 8-Byte Page (2K), 16-Byte Page (4K, 8K) Write Modes  • High Reliability  – Endurance: 1 Million Cycles  – Data Retention: 100 Years
  • 24. Start And Stop Definition
  • 25. Read & Write Application Data Write Data Read
  • 26.
  • 27. TYPES  Hyper Terminal  Visual basics  Using c ,etc
  • 31. Code For Com. Address #include <stdio.h> #include <dos.h> void main(void) { unsigned int far *ptraddr; /* Pointer to location of Port Addresses */ unsigned int address; /* Address of Port */ int a; ptraddr=(unsigned int far *)0x00000400; for (a = 0; a < 4; a++) { address = *ptraddr; if (address == 0) printf("No port found for COM%d n",a+1); else printf("Address assigned to COM%d is %Xhn",a+1,address); *ptraddr++; } }
  • 32. Things I Learnt here  Programming of microprocessor and microcontrollers  How to start designing a circuit  How to remove the bugs  How to interact with others  To have patience while working
  • 33. Thanks My Special thanks To Emtech Team For giving me support in accomplishing my first project successfully Mr Naveen Sharma Mr wasim Akram Mr Harsh Mr Alam