library

Technical Details of Logging Seawater Temperature

Technical Details of Logging Seawater Temperature Using Arduino

Block Diagram This diagram shows the basic components required for collecting temperature readings from seawater and transmitting the data to a base station where it can be collated into a database for analysis. To the left is a schematic of 10 temperature sensors, spaced 1 metre apart and immersed in seawater to a depth of …

Technical Details of Logging Seawater Temperature Using Arduino Read More »

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 »