Вы находитесь на странице: 1из 5

International Journal for Modern Trends in Science and Technology

Volume: 03, Issue No: 04, April 2017


ISSN: 2455-3778
http://www.ijmtst.com

Electronic Protection for Exam Paper Leakage


G.Rukesh Babu1 | K.Kalyan2 | K.Sai Kiran3 | Md.Alfar Hussain4 | V.Naganjaneyulu5
1-4UG Scholar, Department of ECE, SRK Institute of Technology, Vijayawada, Andhra Pradesh, India.
5Assistant Professor, Department of ECE, SRK Institute of Technology, Vijayawada, Andhra Pradesh, India.

To Cite this Article


G.Rukesh Babu, K.Kalyan, K.Sai Kiran, Md.Alfar Hussain and V.Naganjaneyulu, “Electronic Protection for Exam Paper
Leakage”, International Journal for Modern Trends in Science and Technology, Vol. 03, Issue 04, 2017, pp. 119-123.

ABSTRACT
The project describes electronic protection for exam paper leakage which is a highly security system.
Examination is the important aspect for the educational system to test the skills of student through online,
orally on papers .Question paper comes to the college from university in electronic sealed box which is an
embedded system designed with ARM processor. An RFID card will be given to the college authorities and
password will send to college before 10minutes of exam. By swiping the RFID card with appropriate
password, lock of electronic sealed box is open. If anyone tries to open the electronic sealed box before and
after RFID swipe duration, message will be send to university board through GSM which indicates exam
paper is leaked.

KEYWORDS: RFID, GSM, ARM

Copyright © 2017 International Journal for Modern Trends in Science and Technology
All rights reserved.

maximum efforts. This aspect will create negative


I. INTRODUCTION effect on students and demoralize the growth of
Education is basically the motivating force of the society. So we have come up with a compact and
society. An examination is the assessment planned portable solution and decided to design and
to measure the skill, knowledge, physical fitness or implement an examination paper leakage
aptitude and also classification in so many protection system based on ARM processor. Along
subjects. An exam may be on paper, on the with the ARM processor (LPC2148), GSM modem,
computer, orally, in exam centers, which are RFID module, keypad, LCD and electromagnetic
conducted to test, calculate or examine the set of lock are used in this system.
skills. Also the main purpose of the examination is First the question paper comes to the college
to select the capable candidates for different from university in an electronic sealed box which is
positions. called Electronic Control Box. The Electronic
For the students main issues are question paper Control Box is an embedded system that was
leakage, who suffer from the postponed or designed using ARM processor, which has inbuilt
cancellation of the examination. Each and every RTC to monitor the Electronic Control Box. If
year we hear news about postponed/cancelled anyone tries to open that box before and after the
exam due to paper leakages in the newspaper or on RFID swipe time duration, the system
television. Sometimes the university itself doesn’t communicates to the university authorities by
know how there is leakage of any information sending an SMS (Short Message Service) through
content related to question papers. Hence, some GSM (Global System for Mobile communication)
student gets good rank in minimum time and with that "some malfunctioning has taken place with
less effort and those students who really deserve the Electronic Control Box".
the rank will not score even after hard work and

119 International Journal for Modern Trends in Science and Technology


G.Rukesh Babu, K.Kalyan, K.Sai Kiran, Md.Alfar Hussain and V.Naganjaneyulu : Electronic Protection for Exam Paper
Leakage
The university authorities send a unique generated by the microcontroller as per given logic
password to the chief authority of the college before and send to mobile through GSM. We have to load
10 minutes of the exam. The chief authority has the password into the microcontroller through
been given a valid RFID card along with a dummy keyboard. If it is correct further process is done
RFID card from the university. The authorized otherwise lcd displays “invalid otp”.If entered otp is
person swipes the card. The system acknowledges correct, lcd displays “show ur valid rfid card”.
for the password if the card is valid. Chief examiner When we placed the rfid tag near the rfid reader,
needs to type the password which is provided by which is operated with13.56mhz frequency in high
the university using the keyboard. If password is frequency band. The reader sends a RF signal to
correct, the electromagnetic lock rotates and the tag. The power system of tag is charged and
unlocks the Electronic Control Box. This system detected this signal and again sends back the
has two transceivers. The transceiver 1 is an response of tag to rfid. This response contains
embedded system related to the Electronic Control serial number of card and other related
Box. The transceiver 2 is the mobile phone with the information. The rfid reader will convert this data
university authorities. The present module work into digital and send to LPC2148 microcontroller.
deals with the hardware and software part.

II. PROBLEM DEFINITION


In this system we are using first level security
which is an RFID card with a particular or unique
number which is provided by university to every
college. GSM is used for any unauthorized user
tampering. If any unauthorized users try to open
the box, then immediately a message will go to the
university authorities through the GSM. The
Keypad is the second level security in this system
for date, time and password matching.

III. SYSTEM IMPLEMENTATION AND WORKING Fig 1 Block Diagram of Electronic Protection For Exam
Paper Leakage
The Block Diagram consists of Power supply
section, 16X2 LCD Display, 4*3 Matrix, RTC, The microcontroller will compare this number with
Microcontroller ARM7, Transistor based relay predefined number of the card. If it is matched, the
driver, DC Motor, MAX 232, GSM, RFID Reader. lock is opened through motor mechanism. The
In the power supply section, the AC power microcontroller output is very low voltage (5v)
which is not sufficient to drive the motor. So, 12V
(230-0-230V) from the transformer is converted
transistor based relay is used to run the motor. The
into 12V dc after passing through full wave
output of microcontroller at port0.4 is 5v, which is
rectifier. By switch on the kit, 12v dc is applied to
the kit. This 12v is applied to AMS1117 regulator. applied to the base of the transistor, and then the
transistor goes into saturation. The output of
The output of this regulator is 5V .This 5V is
transistor is 4.5V applied to relay, which is run
distributed to all devices which are operated with
with 12V. Then the relay is energized and switched
5V like LPC2148, GSM, RFID, LCD, MAX232 etc..
ON. Then the motor runs unidirectionaly.Initially,
First of all, LCD is displays “exam paper leakage
tamper switch is low. If anyone tries to open the
detection” and then “wait for the time” in RTC.
box before rfid predefined time. Then the tamper
Then we have to set the time in RTC by using s1,
switch becomes high and high pulse (5v) send to
s2, s3 switches. If it is time for the exam buzzer on
by applying 5V to buzzer from the output of the microcontroller. Then the buzzer ON.
Simultaneously, GSM sends sms to board that
port0.7 and again LCD displays “enter ur mobile
“some one tamper ur box please check”.
number”. Then we have to enter the mobile number
through keyboard. By pressing the any number,
IV. CIRCUIT DESCRIPTION
that particular row and column are activated and
send high pulse (5V) to microcontroller. Then the For this system we have used PIC controller for
particular microcontroller pin is high and the Much Flash memory for transmission, The RISC
number is displayed on LCD after that, OTP is (Reduced Instructions Set Computer)

120 International Journal for Modern Trends in Science and Technology


G.Rukesh Babu, K.Kalyan, K.Sai Kiran, Md.Alfar Hussain and V.Naganjaneyulu : Electronic Protection for Exam Paper
Leakage
microcontroller is a powerful tool that provides a V. FLOW CHART FOR EXAM PAPER LEAKAGE
highly flexible and cost-effective solutions to many
embedded monitoring and diagnostic systems. The
central unit has been made around of an PIC
microcontroller with proposed architecture which
will be used for GSM and Exam paper leakage
protection system, also Easy to program it and
writing or burning devices are available it also have
inbuilt analog to digital convertor of i c module it is
directly connected to controller pin and matrix
keyboard and internal timer used for showing time
and SMS sending we used LCD 16*2 and we used
RFID redder module that is ID of project. Regulated
power supply is used and step down transformer
for this. The diagram for the Exam paper leakage
protection system is shown in fig.1. Vibration
sensor is connected to the port pin of
Microcontroller. GSM Module is connected to the
port pin of transmitter pin of microcontroller and
receiver pin is connected to RFID reader module.
Matrix key board connected to complete eight bit
port. When did it gets vibrations before time then it
will be connected to ground i. e. active low. And
into controller programming we read the data from VI. RESULTS AND DISCUSSION
inbuilt. mob. No. and sent it to SMS sending i.e. at Results
command format. Circuit of DC motor developed by This prototype consists of ARM controller, RFID
H-bridge motor driver for forward and reveres Reader and RFID Tag, Real Time Clock, DC Motor,
direction this circuit made using four power Motor Driver, 3*4 Key Matrix and GSM module,
transistors that is shown in dia. As S1,S2,S3 and Miniature snap-action switch.
S4.

VCC 12V
GND

VCC
LM2576 U2
7805 LM1117
TR1(P1) TR1 D13
1 3 1 3
VI VO VI VO
GND

GND

1N4007
PROPERTY=VALUE VCC 3.3V
12V,1A
VCC
2

AC-DC ADAPTOR C18


D15 2200u C17
470u C1
470u RL1
TRAN-2P3S 1N4007 12V
VCC 12V

LS1
Q1 phase
GND R2
BC547
CRYSTAL U1 10k 12V DOOR MOTOR
62 19 SOUNDER
XTAL1 P0.0/TxD0/PWM1
12MHZ 61 21
XTAL2 P0.1/RxD0/PWM3/EINT0
22
P0.2/SCL0/CAP0.0
3 26 Q2 phase
5
RTXC1 P0.3/SDA0/MAT0..0/EINT1
27
R3 P1
RTXC2 P0.4/SCK0/CAP0.1/AD0.6 BC547
29
P0.5/MISO0/MAT0.1/AD0.7 1k
57 30 1
VDD3.3 RST P0.6/MOSI0/CAP0.2/AD1.0 DCD
31 6
1

P0.7/SSEL0/PWM2/EINT2 DSR
33 :A 2
R1 P0.8/TxD1/PWM4/AD1.1
34 74HC125 7
RXD
10k P0.9/RxD1/PWM6/EINT3 RTS
35 2 3 3
P0.10/RTS1/CAP1.0/AD1.2 TXD
37 8
P0.11/CTS1/CAP1.1/SCL1 CTS
38 4
P0.12/DSR1/MAT1.0/AD1.3 DTR
39 9
P0.13/DTR1/MAT1.1/AD1.4 RI
41
P0.14/DCD1/EINT1/SDA1 VCC
45 RFID
P0.15/RI1/EINT2/AD1.5
READAR
46 ERROR
P0.16/EINT0/MAT0.2/CAP0.2
47
R1 LCD1 GSM MODEM

Fig 3.1(a) Electronic Protection for Exam Paper Leakage


P0.17/CAP1.2/SCK1/MAT1.2 R2
53
P0.18/CAP1.3/MISO1/MAT1.3 R3
54
P0.19/MAT1.2/MOSI1/CAP1.2 R4
55
GND P0.20/MAT1.3/SSEL1/EINT3 C1 C3
1

 Real time clock is used to store time and date .we


P0.21/PWM5/AD1.6/CAP1.3 C2 C2
2
P0.22/AD1.7/CAP0.0/MAT0.0 C3 C1
58
P0.23
VDD
VSS

VEE

RW
RS

D0
D1
D2
D3
D4
D5
D6
D7

VCC
E

9
P0.25/AD0.4/AOUT
10

has to set the time and date in real time clock


P0.26/AD0.5
1
2
3

4
5
6

7
8
9
10
11
12
13
14

11
1

P0.27/AD0.0/CAP0.1/MAT0.1
13
P0.28/AD0.1/CAP0.2/MAT0.2
14
P0.29/AD0.2/CAP0.3/MAT0.3
P0.30/AD0.3/EINT3/CAP0.0
15
GND
R1 A 1 2 3
17

through s1, s2, s3 switches.


VDD3.3 P0.31
16
P1.16/TRACEPKT0
P1.17/TRACEPKT1
12
R2 B 4 5 6
49 8
VBAT P1.18/TRACEPKT2
4

 RFID Reader sends signal to RFID tag, when we


P1.19/TRACEPKT3
63 48
7
VREF
V3A
P1.20/TRACESYNC
P1.21/PIPESTAT0
44
R3 C 7 8 9
51 40
V3 P1.22/PIPESTAT1
43 36
V3 P1.23/PIPESTAT2
23 32
0 #
placed the tag near to it. The tag receives it and
V3 P1.24/TRACECLK R4 D
28
P1.25/EXTIN0
59 24
VSSA P1.26/RTCK
50 64
VSS P1.27/TDO
42 60
VSS P1.28/TDI
25 56

detects the signal and sends back again to the


VSS P1.29/TCK
18 52
VSS P1.30/TMS
6 20
VSS P1.31/TRST
LPC2148

reader .The reader will converts into digital and


Fig 2 Circuit Diagram of Electronic Protection For Exam
send to the microcontroller.
Paper Leakage
 12V DC motor used to open the lock of the
embedded system .The output voltage of
microcontroller is very low voltage which is not

121 International Journal for Modern Trends in Science and Technology


G.Rukesh Babu, K.Kalyan, K.Sai Kiran, Md.Alfar Hussain and V.Naganjaneyulu : Electronic Protection for Exam Paper
Leakage
sufficient to drive the motor so motor driver is
used.
 Miniature snap-action switch is used to send the
message to the board whenever anybody try to
open the box

LCD output during the startup of the embedded


kit as shown below:
The LCD display should be show the message of
the Electronic Protection for Exam Paper Leakage Fig 3.1 (d) LCD displays show Ur RFID card

after the switch on the experiment kit.


LCD displaying the output during controller
sending OTP to Authorized person as shown
below:
The LCD Display the message sending OTP to the
authorized person through GSM which is created
in controller by the logic code.
.

Fig 3.1 (b) LCD displays enter mobile number

LCD displaying the output during controller


waits for the time which is set in RTC:
The LCD Display should be show the message
waits for the time in LCD of the controller, when we
set the time in real time clock using s1, s2, s3.

Fig 3.1(e) LCD displays sending OTP to authorized person

LCD displaying the output during controller


asks for Enter Ur OTP as shown below:
Fig 3.1 (c) LCD displays wait for the time
The OTP which is get to authorized person is loaded
into the microcontroller through 3*4 key matrix.
LCD displaying the output during controller
asks for show Ur RFID card as shown below:
The LCD Display the message show Ur RFID card
when it is time for exam in the LCD of the
controller.

122 International Journal for Modern Trends in Science and Technology


G.Rukesh Babu, K.Kalyan, K.Sai Kiran, Md.Alfar Hussain and V.Naganjaneyulu : Electronic Protection for Exam Paper
Leakage
VII. CONCLUSION AND FUTURE SCOPE
Conclusion
An Effective system is proposed here which uses
RFID, GSM and Real Time Synchronized clock.
Examination section of university can deliver the
question papers to the examination centers by
password protected electronic security system. All
these question papers will have next level security
using RFID. Using GSM each activity involving
Fig 3.1(f) LCD displays enter ur OTP
opening and closing the box can be monitored in
real time by university examination centre
LCD displaying the output during Lock of the
box is open through motor mechanism as shown
Future Scope
below:
Whenever entered OTP is valid, then lock will be  This project can be extended by including
open through motor mechanism. biometric of the college authorities.
Otherwise GSM sends wrong OTP entered to  This project can be extended by placing gas
authorized person. sensor, which is used to detect the gas
whenever anybody want to cut the box by using
cutter.
 This project also can be extended by placing
vibration sensor in the box,

which detects vibrations, whenever,


anybody want to break the box with hammer.

REFERENCES
Fig 3.1(g) LCD displays locker open
[1] Http://En.Wikipedia.Org/Wiki/Test_(Assessment)
[2] Arm System-On-Chip Architecture, 2/E By Ferber,
Messages to authorized person from the
Pearson Education India, 01-Sep-2001
controller as shown below:
[3] ARM System Developer's Guide: Designing And
Output to authorized person during Lock of the box Optimizing System, By Andrew Sloss, Dominic
is open, when wrong OTP entered, when OTP Symes, Chris Wright,Morgan Kaufmann,
mismatch messages from GSM to mobile 10-May-2004
[4] Http://Www.Mikroe.Com/Downloads/Get/1215/
[5] Http://Www.Inmotion.Pt/Store/Rfid-Module-Sm13
0-Mifare-(13.56-Mhz)
[6] Www.Vishay
[7] Http://Users.Ece.Utexas.Edu/~Valvano/Datasheet
s/L293d.Pdf
[8] Http://Www.Positronindia.In/Datasheet/DS_PT00
06.Pdf
[9] Http://Www.Maximintegrated.Com/Products/Inter
face/Transceivers/Rs-232
[10] Http://Www.Keil.Com/
[11] Rfid: Applications, Security And Privacy, By Simon
Garfinkel, Beth Rosenberg, Pearson Education
India, 01-Sep-2006
[12] Principles And Applications Of GSM By Vijay Kumar
Garg, Joseph E. Wilkes, Prentice Hall PTR, 1999
[13] Http://Www.Ti.Com/Lit/Ds/Symlink/Uln2003a.Pd
f

Fig 3.1(h) Output Results

123 International Journal for Modern Trends in Science and Technology

Вам также может понравиться