monitor

TMP36 Temperature Sensor

TMP36 Temperature Sensor With Arduino in Tinkercad

In this project, you will turn the Arduino into a thermometer! Use a temperature sensor to measure your skin temperature, and register the output with three LEDs. Even though the Arduino is a digital tool, it can interpret signals from an analog input, like the TMP36 temperature sensor, using the built in Analog-to-Digital (ADC) converter, …

TMP36 Temperature Sensor With Arduino in Tinkercad Read More »

ITTT Project Distance Jurre De Groot 1D

ITTT – Project Distance – Jurre De Groot 1D Using Arduino

HKU Assignment Hello all! Welcome to my HKU ITTT – “If This Than That” Project. For this assignment I created a simple eye test. The Distance Measuring Eye will give you a score based on the distance away from the eye. In this Instructable I will show you my thought process and the steps I took in creating this …

ITTT – Project Distance – Jurre De Groot 1D Using Arduino Read More »

Temperature and Humidity Monitor

Temperature and Humidity Monitor Using DHT22 & MAX7219 Using Arduino

We always need to see the temperature and humidity when we sitting in our house to know whether we need to turn on/off AC, heater,cooler,etc. So here we have build this circuit to display temperature and humidity on the 7-segment displays, and we have used DHT22 to bring out the temperatures and humidity and a …

Temperature and Humidity Monitor Using DHT22 & MAX7219 Using Arduino Read More »

Substitute

Spotted Gecko Habitat Temperature Monitor/Thermostat W/Arduino & ESP8266 ESP12

Soooo….Wifey decided that it was time for a new pet. Spin the wheel….A Spotted Gecko!! Well, Geckos are apparently very temperature sensitive creatures so we invested in a UTH (Under Tank Heatpad) for those of us that are new to the world of reptiles. The purpose of said UTH is to provide warmth from below, …

Spotted Gecko Habitat Temperature Monitor/Thermostat W/Arduino & ESP8266 ESP12 Read More »

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several …

Arduino Switch (case) Statement, used with serial input Read More »