Arduino Polygraph Machine (Lie Detector)

In this project, We’ll try to get some information from the human body by using simple sensors and Arduino. You can use this information to create a lie detector machine. At the end of this article, you :

  • Know Polygraph and basics of measuring and recording physiological indicators.
  • Will be familiar with Lie Detector systems.
  • Can get data from sensors and analyze them by Arduino.
  • Can measure respiration rate by using ECG electrodes and impedance pneumography.

Step 1: an Introduction to Polygraph

You may hear about lie detector machines used by FBI or CIA or any another investigation by police. Today we are going to make one of those machines. First of all, let’s figure out one important fact about the polygraph and the lie detector machine. It’s better to say an important fact about lie detection tests. This test cannot tell us the person is lying or telling the truth, by itself. This is very important. But, how do they rely on polygraph test results?

The main idea of the lie detection test is changing the reaction of the human body between when a person is telling the truth or answering to a normal and routine question like what’s your name?, And his body reaction when he or she is lying. For example when a criminal is going to have a lie detection test the investigator attach sensors on his finger, head or maybe on his chest. These sensors measure the breathing rate, pulse, blood pressure, perspiration and etc.

Sometimes the machine will also record things like arm, leg, face, and pupil movement. When the test begins the investigator asks some questions like “Is your name, Bob?” or “Do you live in the United States?” When the criminal answers, investigator establish the norm graphs of his reaction. After that, the main questions will be asked. During the test or after that, the investigator checks the result. If he finds a significant change indicates that the criminal is lying. These changes could be faster heart rate, higher blood pressure, increased perspiration, moving and looking around and etc. When an experienced examiner uses a lie detector machine He can detect the lie with high accuracy. If you use the polygraph for the first time it could be a little bit hard for you to recognize the lying. In this project, We use SHT20 to measure temperature and perspiration, ECG electrodes to measure respiration rate, A pulse sensor to measure heart rate and an Arduino board to get data and analyze them.

Step 2: Required Materials

Hardware Components

Software Apps

Step 3: Circuit

In this circuit, We used ECG pads to have a better connection between the skin of the body and Arduino. You can use alligator clips and jumper wire to make this connection. This circuit can measure the breath rate of the body. But some parts of the circuit is removed from the picture because it depends on the level of parameters resolution and sensitivity in your project. For better understanding, read the impedance pneumography way to measure breath rate and complete your circuit according to your interest.

Step 4: Code

In this code, We get temperature and perspiration from SHT20 sensor by I2C port, Heart rate from pulse sensor by analog input pin and breath rate from impedance pneumography circuit by analog input pin.

You must add the library and then upload the code. If it is the first time you run an Arduino board, don’t worry. Just follow these steps:

  1. Go to www.arduino.cc/en/Main/Software and download the software of your OS. Install the IDE software as instructed.
  2. Run the Arduino IDE and clear the text editor and copy the following code in the text editor.
  3. Choose the board in tools and boards, select your Arduino Board.
  4. Connect the Arduino to your PC and set the COM port in tools and port.
  5. Press the Upload (Arrow sign) button.
  6. You are all set!

Step 5: Assembling

All you need to do is just cut the sponge and place the sensors. Then put it on your hand and adjust the stretch rubber and stick it using the hot glue gun.

Step 6: Plotter of Arduino

Now, open up the Tools >> Serial Plotter. You can see PULSE and BREATH graphs in the plotter of Arduino.

Step 7: What’s Next?

You can improve this project as you wish. Here are a few suggestions:

  • Use ECG modules and connect them to Arduino
  • Try analyzing data from your body.
  • Make a simple Lie Detector by more sensors and more coding.

You can also read this project on ElectroPeak’s official website:

https://electropeak.com/learn/guides/arduino-lie-d…

Source: Arduino Polygraph Machine (Lie Detector)


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top