library

esp8266 Arduino NTC library

esp8266/Arduino NTC (Negative Temperature Coefficient) library

A thermistor is a type of negative coefficient resistor whose resistance is dependent on temperature, more so than in standard resistors. The resistance of a NTC Negative Temperature Coefficient thermistor (https://en.wikipedia.org/wiki/Thermistor) decreases as temperature rises. The Steinhart-Hart Thermistor Equation or the Beta Model Equation can be used to correlate the thermistor resistance to temperature to which the sensor is exposed. …

esp8266/Arduino NTC (Negative Temperature Coefficient) library Read More »

Temperature and Humidity Monitor

Temperature and Humidity Monitor Using DHT22 & MAX7219 Using Arduino

We always need to see the temperature and humidity when we sitting in our house to know whether we need to turn on/off AC, heater,cooler,etc. So here we have build this circuit to display temperature and humidity on the 7-segment displays, and we have used DHT22 to bring out the temperatures and humidity and a …

Temperature and Humidity Monitor Using DHT22 & MAX7219 Using Arduino Read More »