www.turkuai.fi electronic workshop team the demo consists of abloy door automatics and deltabit...

12
www.turkuai.fi Electronic Workshop Team The demo consists of Abloy door automatics and Deltabit fingerprint recognition electronics. The competition task will be performed as pair work. The task begins with the assembly of the Abloy door and repairing of the fault in its electronic unit. The following parts of the task are the CAD-design, assembly and, finally, programming of a driving unit for Deltabit finger print recognition electronics.

Upload: chase-chopin

Post on 15-Dec-2015

215 views

Category:

Documents


1 download

TRANSCRIPT

www.turkuai.fi

Electronic Workshop Team

The demo consists of Abloy door automatics and Deltabit fingerprint recognition electronics. The competition task

will be performed as pair work.

The task begins with the assembly of the Abloy door and repairing of the fault in its electronic unit. The following

parts of the task are the CAD-design, assembly and, finally, programming of a driving unit for Deltabit finger

print recognition electronics.

www.turkuai.fi

Electronic Workshop TeamAssembly and Testing of Abloy Door Automatics

The competitors will be told about the assembly task, but there can also be other problems in the apparatus. The competing pair will

get the material and documents of the apparatus. They will have 15 minutes to acquaint themselves with the data. After that they can

ask about the problems.

www.turkuai.fi

Electronic Workshop Team

Abloy door

www.turkuai.fi

Electronic Workshop Team

Abloy door automatics

www.turkuai.fi

Electronic Workshop Team

faulty PCB card

www.turkuai.fi

Electronic Workshop TeamDesign of PCB card on CAD

The competing pair will get a circuit diagram and a simulated model of the object to be designed. They will have 10 minutes time to acquaint themselves with the material. After

that they can discuss with the experts and, possibly, get additional information. Competitors use Eagle CAD (freeware version) which can be found from this link

http://www.cadsoftusa.com/.

www.turkuai.fi

Electronic Workshop TeamDesign of PCB card on CAD

circuit diagram

www.turkuai.fi

Electronic Workshop TeamMOUNTING AND TESTING OF A CIRCUIT BOARD

Mount the circuit board that you made! The quality of your work as well as your working methods will all be assessed, so be careful when soldering, extra tin splashes, corrected tin

bridges and the rest of it all will be examined. You can only complete a mounting procedure of components in one way: by doing it well! Pay attention even to the smallest

details.

Deltabit fingerprint recognition electronics

www.turkuai.fi

Electronic Workshop TeamStructure and editing of the program

In writing a program a competitor has to follow a editing pattern that corresponds to the original program. If he/she changes or adds a code it has to be well commented on. The

constants of the program have to be named and defined according to European standards of definition that describes them. In the program code he/she has to use

conditional and repetitive structures in an appropriate way./**************************************************************************Euroskills 2007Embedded programmingName: (Write your name here)**************************************************************************/#include "Mega48.h"#include "Deltabit.h"#define TIME_3S 6 // 3 seconds time constant

// Return values of Fingerprint library functions#define T_OK 0 // - no error#define T_ERROR 1 // - error detectedunsigned char RelayCounter; // Relay on timer as 0,5 s pulsesunsigned char LedCounter; // Led timer as 0,5 s pulsesvoid ReadKey()

www.turkuai.fi

Electronic Workshop TeamFinal Programming

The competing pair will have to program the equipment so that the finger data given by the finger print detector will open the door. The pair will demonstrate the operation to the judge.

Implementation of the program

Fingerprint registration 0  … 9  Before an identification of a fingerprint can take place, the finger must be registered.There are ten possible memory locations available. A registration is started by using

number switch 0-9. The number sets the memory location at the same time.Make sure that the fingerprint reader is in a stand-by position (only the red led is on)

www.turkuai.fi

Electronic Workshop TeamTimetable for Demo

9.00 Assembly and Testing of Abloy Door Automatics 11.30 Demonstration and Test of Door

12.00-12.45 Lunch12.45Design of PCB card on CAD

14.30 Assembly and Programming of PCB Card16.30 Demonstration and Test

17.00 End

www.turkuai.fi

Electronic Workshop Team