Tag: temperature

Introducing the BMP180 barometric sensor
A how-to on using the BMP180 barometric sensor with the Arduino @ Random Nerd Tutorials: The BMP180 barometric sensor (model GY-68) is the one in the following figure (front and back view). It is a very small module with 1mm x 1.1mm (0.039in x 0.043in). It measures the absolute...
Continue Reading
Save Your Food with Arduino Freezer Temperature Sensor
“Arduino Freezer Temperature Sensor” is an Arduino based project which works as an indicator to notify you when the freezer isn’t work properly. This project was created by “John Saunders”. To make this project, you will need these parts: Arduino Nano, most of other...
Continue Reading
Calendar- Time – Humidity and Temperature Arduino LCD display
Jordan Kreindler shows us how to build a Battery Saving LCD display that is a able to show Time, Date, Humidity and temperature using DHT22, RTC3231 and Arduino. The power saving mode here is what sets this Instructable apart from other examples showing day of the week, month, day...
Continue Reading
Arduino + Thermocouple + Nokia 5110 LCD
abhyu1112 @ instructables.com provides code for thermocouple interface to Arduino and Nokia 5110 LCD display. This is a connection between arduino mega thermocouple and Nokia 5110 screen to display temperature which ranges till 1000*C. It can be used to measure temperature of...
Continue Reading
Heat Activated Cooling Fan Controller
Heat activated cooling fan controller is a simple project which operates a brushless fan when the temperature in a particular area goes above a set point, when temperature return normal, fan automatically turns off. The project is built using LM358 Op-amp and LM35 temperature Sensor....
Continue Reading
Pressure, temperature and humidity sensor board with RS485
Mare shares his sensor board based on MS5637 HDC108. He writes: This is another small module to measure air pressure, temperature and humidity. Two sensors are on-board: MS5637 and HDC1080. Microcontroller is small cortex M0 in TSSOP-20 housing from STM: STM32F070CxP. The...
Continue Reading
Tiny Precision Digital Humidity sensor
The new digital SHT3x humidity sensor series takes sensor technology to a new level. As the successor of the SHT2x series it is determined to set the next industry standard in humidity sensing. The SHT3x humidity sensor series consists of a low-cost version with the SHT30 humidity...
Continue Reading
How to measure temperature very accurately with an Arduino
This project shows how to measure temperature data from a TSYS01 Temperature Sensor board using Arduino: While studying in university we were challenged as part of a course work into designing a box with very accurate temperature control. If the project were to succeed, multiple...
Continue Reading