In this video we learn how to build a very usefull project. An Infrared thermometer, using the MLX90614 IR temperature sensor and the a Nokia 5110 LCD display shield. We are also using an Arduino Uno but you can use any Arduino board you like.

——————–
WHERE TO BUY
——————–

1. IR SENSOR: http://goo.gl/E6mYkP

2. NOKIA 5110 SHIELD: http://goo.gl/jFgDW5

Full disclosure: All of the links above are affiliate links. I get a small percentage of each sale they generate. Thank you for your support!

A few weeks ago ICStation.com webstore contacted me and asked me if I wanted any items to build projects with them. After searching among the cool items they offer I discovered two gems. The Nokia 5110 LCD shield for Arduino and the MLX90614 IR temperature sensor. Since the Nokia 5110 is my favorite display to use with Arduino, this shield became my favorite at once since it makes things so much easier. We don’t need to connect wires any more in order to use it which makes prototyping a lot faster. It also has a small joystick embedded. And the price of it is less than 4$, which is great!

I combined these two items that ICStation.com was kind enough to send me in order to build this IR thermometer! You can find links for the parts in a link in the description of the video.
The project is capable of measuring the temperature of an object without touching it, from a small distance. It can measure temperatures from -70 degrees Celsius to 380 degrees. The accuracy is about 0.5 degree in room temperature which is great! Let’s see the project in action. If I point the sensor at the cutting mat, the temperature it measures is

Now, if I point the sensor at my palm, the temperature rises to …. . You may wonder why it does not measure 36.6 degrees Celsius. That’s because the skin temperature of a human, is different of the body temperature which is 36.6. The normal skin temperature of a person is between 32 and 35 degrees Celsius. Let’s measure the temperature of more objects…. Cool isn’t it?

Let’s now see how to build this project. All we need is an Arduino Uno, the Nokia 5110 LCD shield and the MLX90614 IR sensor module. The sensor uses the I2C protocol so, it is extremely easy to make it work with Arduino.

——————–
LIBRARIES
——————–
IR Sensor: https://github.com/adafruit/Adafruit-MLX90614-Library
Nokia 5110: http://www.rinkydinkelectronics.com/library.php?id=47

——————–
CODE OF THE PROJECT
——————–

http://educ8s.tv/arduino-ir-thermometer-using-the-mlx90614-ir-temperature-sensor-from-icstation-com/

——————–
FACT OR FICTION 2018 Quiz Game
——————–

You can download my latest Android Game which is called Fact or Fiction 2018 here:

📥 http://bit.ly/FactOrFiction2018

——————–
MORE PROJECTS
——————–
Arduino Datalogger: https://www.youtube.com/watch?v=oei3Y6tOhVI
Arduino Weather Station Project: https://www.youtube.com/watch?v=9jN-3DtS1RI
Arduino Nokia 5110 LCD Display: https://www.youtube.com/watch?v=aDwrMeu4k9Y
Arduino OLED display tutorial: https://www.youtube.com/watch?v=A9EwJ7M7OsI
DIY Arduino: https://www.youtube.com/watch?v=npc3uzEVvc0

——————–
ABOUT EDUC8S.TV
——————–
Educ8s.tv is a Youtube channel and website which is dedicated in developing high quality videos about DIY hardware and software projects. In this channel we develop projects with Arduino, Raspberry Pi, we build robots and simple electronic circuits. Check out our website as well for more information: http://www.educ8s.tv

——————–
SUBSCRIBE ON YOUTUBE
——————–

Never miss a video: https://www.youtube.com/subscription_center?add_user=educ8s

source