TMP36 temperature sensor working and Arduino connection

TMP36 temperature sensor

The TMP36 Temperature Sensor is a low-cost solution to incorporate temperature sensing into your Arduino project. These sensors are highly accurate and don’t require additional hardware. All it takes is a few simple connections and some Arduino code for temperature sensors! Analog Devices manufactures the TMP36, a low-voltage, precision centigrade temperature sensor. You can use … Read more

Everything about Soil moisture sensor, working, and Arduino interface

soil moisture sensor interface with arduino

Soil moisture sensor measures the volumetric content of water in the soil. This sensor is widely used in smart irrigation and smart gardens. In this article, we will learn how soil moisture sensors work and how we can interface it to Arduino. Working of soil moisture sensor Soil moisture sensors have two probs which inserted … Read more

DHT11 Module Temperature and Humidity sensor Arduino interface

The DHT11 Sensor is low-cost digital Humidity and Temperature measuring sensor. In this article, we will interface the DHT11 sensor with Arduino and measure the temperature and humidity. Working of DHT11 Sensor Inside the sensor, there are two main components humidity sensing component and an NTC temperature sensor. DHT11 has an inbuild Negative Temperature coefficient … Read more