Tag: sensor

Use Temp Sensor TMP36 with Arduino

temperature sensor tmp36 arduino

In this tutorial you will learn how to use the TMP36 sensor with Arduino uno. The room temperature will be printed to serial monitor. The TMP36 is a low voltage, precision centigrade temperature sensor. It provides a voltage output that

Tagged with: , , ,

Measuring temperature with the DS18B20 sensor

Required Hardware Arduino Board Breadboard Jumper Cables Temp. sensor DS18B20 Resistor 4.7K The DS18B20 communicates over a 1-Wire bus that by definition requires only one data line (and ground) for communication with a central microprocessor. It has an operating temperature range of -55°C to

Tagged with: , , ,

Measuring Humidity with DHT11 Sensor

Required Hardware DHT11 Humidity Sensor Arduino Board Resistor 4.7K Breadboard Jumper Cables The dht11 sensor is an economic way to sense the humidity of the air in arduino projects. Small size & low consumption & long transmission distance(20m) enable DHT11 to

Tagged with: , , ,
Top