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…
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…
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…