temperature

Temperature Sensing with Arduino

As part of the CanSat Primary Mission, we need to measure temperature.  For this our starter kit has given us an Arduino Uno R3 micro-controller, as well as some resistors and an NTCLE101E3 NTC Thermistor. The thermistor is a special kind of resistor that changes its resistance with temperature.  In our case we have an …

Temperature Sensing with Arduino Read More »

How to Build a TMP36 Temperature Sensor Circuit

In this project, we will demonstrate how to build temperature sensor circuit using a TMP36 sensor. As a temperature sensor, the circuit will read the temperature of the surrounding environment and relay the temperature to us back in degrees fahrenheit. The IC we will use to measure the temperature is the TMP36 IC. We will …

How to Build a TMP36 Temperature Sensor Circuit Read More »

Human Body Infrared Smoke Temperature Alarm System with Arduino

Web site: http://www.instructables.com/id/Human-Body-Infrared-Smoke-Temperature-Alarm-System/ Project Summary: The Human Body Infrared Smoke Temperature Alarm System works under the DC 5v voltage and uses the DH11 Temperature Module to detect the room temperature. When the module detects the temperature is higher than the maximum, the buzzer alarms and the red LED lights. When the MQ2 Smoke Sensor detects …

Human Body Infrared Smoke Temperature Alarm System with Arduino Read More »

Temperature Detecting Heating Control System with Arduino Mega2560

Web site: http://www.icstation.com/product_info.php?products_id=3517 Project Summary: To help electronic DIY hobbyists, will show you how to use Temperature Detecting Heating Control System with Arduino Mega2560. Full Project: The temperature detecting heating control system works with DC5V voltage. This system uses DS18B20 temperature detection chip as the external detection equipment. It works according to the external temperature …

Temperature Detecting Heating Control System with Arduino Mega2560 Read More »

Arduino Esplora Temperature Sensor

This sketch shows you how to read the Esplora’s temperature sensor. You can read the temperature sensor in Farhenheit or Celsius. Circuit Only your Arduino Esplora is needed for this example. Connect the Esplora to your computer with a USB cable and open the Arduino’s Serial Monitor. Temperature to send data to your computer from …

Arduino Esplora Temperature Sensor Read More »

I2C Communication With An Infrared Temperature Sensor

Introduction Contents [hide] 1 Introduction 2 What You’ll Need to Know 3 Things You’ll Need 4 Connect the temperature sensor 5 How the Temperature Sensor Works 6 Install the External Libraries 7 Program the Microcontroller 8 Conclusion In this lab, you’ll see synchronous serial communication in action using the Inter-integrated Circuit (I2C) protocol. You’ll communicate with an …

I2C Communication With An Infrared Temperature Sensor Read More »

Scroll to Top