Wireless Attendance System

Slides:



Advertisements
Similar presentations
NexSentry Imaging Solutions
Advertisements

Williams Family Photo Album. Photo Album Project.
Mobile phone based real time solution to track completed / in progress work The programme officer initiates the work by capturing the site image, GPS.
The most flexible and powerful solution for card issuing!
Andrew Stratton Linux based cut down mobile phone New Technology Old performance SD Card boot and disk Debian image standard Python.
Web Time Entry for Student Employees (Student version) Students enter and submit their hours worked on Web4 Supervisors verify and approve student’s hours.
Neoteric Technology Ltd – All Rights Reserved - © 2006
OCS Library Systems TIMED ACCESS GATEKEEPER ON-LINE PRINT VENDING.
HARDWARE INPUT DEVICES ITGS. Strand 3.1 Hardware Input Devices Keyboards Pointing devices: Mice Touch pads Reading tools: Optical mark recognition (OMR)
Computer Questions By Mr. Griffin. If you needed to type a paper, what program would you use?
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
01 – ICT HARDWARE AND SOFTWARE B063 – OCER Theatre.
CP1610: Introduction to Computer Components
Be careful when you use your ATM Card See how it was done in Oman.
PROCAL-TRACK Label Printing & Barcode Scanning. ProCal-Track supports the DYMO range or thermal label printers A wide range of labels can be printed,
Input devices, processing and output devices Hardware Senior I.
PROCAL MULTI DISCIPLINE CALIBRATION SOFTWARE CALIBRATION PROCEDURE MANAGEMENT CONFIGURATION & CUSTOMISATION STAND-ALONE CERTIFICATE PRINTING.
Mouse Mouse Screen Screen Graphics tablet Graphics tablet Digital camera Digital camera Scanner Scanner Flash cards Flash cards USB storage devices USB.
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
INPUT DEVICES. KEYBOARD Most common input device for a computer.
Background on USPS mail forwarding operations Overview of PARS
Smart Home Design Based On Voice Recognition
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
INTRODUCTION  Soch Solutions has launched an innovative e-queue system for crowd management.  Using the online advance queue web application, visitors.
Item Web 2.0 application relevant to teacher’s work.
BY: ZACHARY ALEXANDER, JT BAGWELL, BOBBY DINI, NIXY OSORIO, DARREN RINGER AND TRENT ROLING SMART ATTENDANCE.
Number Five Software One provider Multiple Solutions professional card design software The most flexible and powerful solution for card issuing! The best.
FAPT Summer Symposium July 1, Student Verification and Accountability System  What is it?  Overall Benefit to VCS  Components of the System 
TIME MANAGER.  Detailed clocking in system  Export hours in to Payroll software  Absences calendar  Rotas and shifts  Overtime rules  Multi User.
Smart Forms  Overview of Smart Form Process Flow  Print the Form  Fill in the Form  Scan and Upload the Form  Adsystech’s Smart Form Technology.
E-MDs Chart Health Summary SOAP Format Template Driven Can also use Voice Recognition Dragon Speak.
R.O.M. System Team: RISC Takers Team Members: Paul Banks, Yorick Robinson, Evan Tu, & Hans Weggeman Louisiana State University – Senior Design October.
Raspberry Pi: Presented by: Lakeasha Williams & Venessa Woodson EECE416 Microcomputer Howard University Dr. Charles Kim.
Home Intrusion Detection System Andre, Irena, Priyanka, Balta.
Printer. Keyboard In computing, a keyboard is a typewriter-style device, which uses an arrangement of buttons or keys, to act as mechanical levers or.
 Computer News/Tip  Google Docs  Printer Sharing  Scanning  Faxing  Your Computer Problems.
Lets Go Green!. Step 1 Save paper by using USB flash drive. Insert into copier, it’s easy!
Chapter 2 HAEDWAER.
Get started with Picasa Web Albums Welcome! Picasa offers multiple ways to help you share your photos Option 2: Upload photos.
Computer Applications I I dentify alternative input devices and techniques.
ScanIt Software used with the Schoolnet component of Home Base.
Submitted By: DRPU Software Team Site:
The Big Picture Things to think about What different ways are there to collect information automatically? What are the advantages and disadvantages of.
Saahithi Chillara Radhika Goyal ECE Fall Senior Design Project.
Input & Output Devices ASHIMA KALRA.
SIMPLE & MODULAR PC BASED DOOR ACCESS CONTROL v1.00
ICE Integrated Cloud Environment Cloud Scanning and Mobile Printing
Raspberry Pi.
PROCAL-TRACK Label Printing & Barcode Scanning.
Eliminating paper & increasing user’s shopping experience with
Ishaque P K Electronics & Communication S3, Roll No 38
Student Attendance System by Barcode Scan.
Scan to Scanner Log-In – Two ways
Graphics Card A graphics card is used to make the images displayed on your computer better quality and the performance of your computer. It is usually.
Rockware Thermal Imaging
Get best assistance for HP Printer Australia Dial
Educational Organization Management System
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
Installing the HP LaserJet Pro 500 color MFP M570 printer software in Windows on a Wireless Network & Wired Network.
Keypad Source: under under
Previously In groups of three compete the charts listing advantages and disadvantages for each.
What is Input "Any data or instruction that is entered into a computer is called input". This data or instruction can come directly from end user or.
Keypad Source: under under
Keypad Source: under under
Project 3: Development of Wireless Gas Detectors REU Student: Jose Vigil Graduate mentors: Chris Hughes, Xiaochen Wang Faculty Mentor(s): Dr. Hyoung.
The Millo-Check TM Drivers’ logbook auditing software for HOS compliance with or without scanner. by.
TASKMASTER Field Force Tracking
Label Printing & Barcode Scanning
! Delete Slide There are five common variations for operator training
Functions/Tasks of GIS:Data Input
Presentation transcript:

Wireless Attendance System Glendowie College

Problem/Issue Year 13’s need to sign out for study but the current system is slow. Manual entry on a piece of paper is slow and causes large queues On average it takes 12 minutes for year 13’s to all sign their attendance No security measures means easy to fake attendance. Eg People signing each other out

Solution To have an automated attendance system Using a barcode scanner and student ID cards can identify students Attendance can be logged onto a Google spread sheet Using a camera we can photo verify the student’s attendance Photos are uploaded to Google Drive

Subsystems The three inputs are the keypad, the barcode scanner, and the camera We decided to use Raspberry Pi because of its networking abilities allowing us to use Google’s APIs to edit Google spread sheets and uploading images to Google Drive.

Keypad The keypad was made by soldiering on key switches to a PCB. We made the PCB using Diptrace and engraved it onto a copper board using a engraver machine. The keypad is connected to the Raspberry Pi’s GPIO Pins The Keycaps are 3D printed

Barcode Scanner The barcode scanner acts as a keyboard typing out whatever it scans. Scanned barcodes return a student ID number so we look at the ID number in a database

Camera This was recommended by our stakeholders because they wanted extra security then the current system. The camera connects to Raspberry Pi and is controlled via code Photos are uploaded to google drive In the event of suspicious activity deans can check to see if the student was there when the logged their attendance

Software The program is coded in python some features of the program is Multi-Threading to allow processing and input to work at the same time Thread Queues allow for multiple student entries to be taken while they are completed in the background in sequence. This allows for several students to use the machine without processing wait times