Categories
TUTORIALS

How to make an Infrared Thermometer with Arduino

Learn how to wire and code a basic DIY button-triggered thermometer that can measure and display temperature readings from an MLX90614 IR temperature sensor on an LCD screen To make the thermometer you will need to integrate 3 individual components, a button, IR temperature sensor, and an LCD display. First, you will set up a […]

Categories
TUTORIALS

Use MAX3010 Heart rate sensor and alphanumeric LCD (16×2) to display real-time heartrate reading

Introduction This tutorial will help you display real time sensor reading from your MAX3010X Heart rate monitor onto an alphanumeric display (16 x 2) using Arduino UNO. Potential applications include a public health installation, DIY smart health tracker and many more. Parts List Steps covered below: Libraries Needed Add MAX3010 library for Heart Rate monitor […]