You are on page 1of 13

LIE

DECTECT
OR
Using Arduino Uno
TABLE OF CONTENTS

01 02 03
ABOUT THE PROJECT REQUIREMENTS PROJECT GOALS

04 05 06
SNEAK PEEK PROJECT STAGES OUR TEAM
WHAT WE ARE WORKING ON
ABOUT
THE
PROJECT
● Simulate Lie Detector using
Arduino Uno
● Uses polygraphic testing.
PROJECT REQUIREMENTS

1 2
Arduino Uno Breadboard

3 4
Resistor Jumper Wires
Arduino Uno
Vin: This is the input voltage pin of the Arduino
board used to provide input supply from an external
power source.
5V: This pin of the Arduino board is used as a
regulated power supply voltage and it is used to give
supply to the board as well as onboard components.
3.3V: This pin of the board is used to provide a
supply of 3.3V which is generated from a voltage
regulator on the board
GND: This pin of the board is used to ground the
Arduino board.
Reset: This pin of the board is used to reset the
microcontroller. It is used to Resets the
microcontroller.
Analog Pins: The pins A0 to A5 are used as an
analog input and it is in the range of 0-5V.
Digital Pins: The pins 0 to 13 are used as a digital
input or output for the Arduino board.
04
SNEAK PEEK
Arduino-controlled lie detector

To measure the different responses that


your bodies skingoes through
depending on the situation you are in or
the emotions you are feeling and the
coolest thing of all is that we can see all
of theses things happen in real time in
an Arduino graph.
Our skin is amazing! It provides a medium for us to experience the sense of touch, it keeps
infections out and keeps innards in but I bet you didn't know that our skin changes
conductivity depending on many different things one being our mood! It called
Electrodermal activity (EDA).
The basics are that our skin changes its conductivity depending on how we feel.
We start by connect our Arduino to the subject and then connect the Arduino to a computer
with the graphing software .
We have to start by asking the subject some easy questions we know they will answer
truthfully like "what is your name" and "where do you live" to get a baseline and from there
we can start asking questions that they may lie about, if they do they would probably feel
nervous and then we can read the change in the base line that be established earlier if they lie.
PROJECT STAGES

STAGE 1 STAGE 2 STAGE 3

LIE Assembly of Components Coding Testing


DETECTOR
CIRCUIT DIAGRAM
The wiring for this is pretty easy, we will start by
connecting them in this order:
• Connect A long piece of cable to Arduino
analog pin 0
• Connect the 2k resistor to ground and the the
extended analog 0 pin
• Connect A long piece of cable to Arduinos 5
volt pin
• Connect the anode (long leg) of the green led
to pin 2 and the cathode (short leg) to ground
• Connect the anode of the orange led to pin 3
and the cathode to ground
• Connect the anode of the red led to pin 4 and
the cathode to ground
CODE
THANK YOU

You might also like