Calendar- Time – Humidity and Temperature Arduino LCD display


https://www.electronics-lab.com/calendar-time-humidity-temperature-arduino-lcd-display/

Jordan Kreindler shows us how to build a Battery Saving LCD display that is a able to show Time, Date, Humidity and temperature using DHT22, RTC3231 and Arduino. The power saving mode here is what sets this Instructable apart from other examples showing day of the week, month, day of the month, time, humidity, and […]

DHT11 Temperature and Humidity Sensor with Pinguino


https://www.electronics-lab.com/dht11-temperature-humidity-sensor-pinguino/

DHT11 is a common humidity & temperature sensor. This sensor has a single wire serial interface with special timing diagram for the single wire interface. When the MCU sends a start signal, DHT11 sends a response signal followed by the humidity reading and then the temperature reading. To know more details about the operation of […]

Your laundry is done!


https://www.electronics-lab.com/your-laundry-is-done/

Tinkerman @ tinkerman.cat tipped us with his latest project. It’s a laundry notification system that will message you when it’s finished. I often forget my wet clothing in the washer and after a day they really smell… so I thought about monitoring my washer and get a notification in my phone when the laundry is […]

Arduino ESP8266 Tutorial: Send an email easily with your Wemos D1 board using a PHP script!


https://www.electronics-lab.com/arduino-esp8266-tutorial-send-email-easily-wemos-d1-board-using-php-script/

educ8s.tv uploaded a new tutorial on their youtube channel. In this video we are going to learn how to send email using an ESP8266 based board like the Wemos D1. As you are going to find out it is very easy and it won’t take us more than 10 minutes. Having a WiFi enabled board, […]

Wireless Weather Station using Arduino Due, DHT22 sensor and NRF24L01+


https://www.electronics-lab.com/wireless-weather-station-using-arduino-due-dht22-sensor-nrf24l01/

educ8s.tv uploaded a new project on youtube. In this video we build a Wireless Weather Station using the fast and powerful 32bit Arduino Due board. We measure the temperature and the humidity with a couple of DHT22 sensors and we communicate with the remote sensor using the 2.4GHz NRF24L01+ module. Let’s see how to build […]

ATMEGA328 based Weather Station


https://www.electronics-lab.com/atmega328-weather-station/

Vlad @ denialmedia.ca has build a solar powered weather station based on ATMega328 microcontroller that is able to measure temperature, a humidity, and UV radiation and it uploads measurement on WeatherUnderground network. The data are send to the air using a 433MHz link. The sensors used are DHT22, ML8511, BMP180 and a TP4056 charger IC is used to […]

Weather Station Project with ATMEGA328P, DHT22, BMP180, BH1750 and a Nokia 5110 LCD


https://www.electronics-lab.com/weather-station-project-with-atmega328p-dht22-bmp180-bh1750-and-a-nokia-5110-lcd/

This is an Arduino powered Weather Station Project that can run on batteries for almost a year! In order to achieve that we use a bare ATMEGA328 chip along with some accurate sensors. We use the DHT22 temperature and humidity sensor, a BMP180 barometric pressure sensor, a BH1750 light intensity sensor and a Nokia 5110 […]

Advanced Datalogger with ATMEGA328, BMP180, DHT22, BH1750 and sd card


https://www.electronics-lab.com/advanced-datalogger-with-atmega328-bmp180-dht22-bh1750-and-sd-card/

educ8s.tv has published another great Arduino project. It’s a ATMega328 based datalogger able to record temperature, humidity, barometric pressure and light to a SD card. In this video we build an Advanced Data Logger with Arduino. We use a DHT22 temperature and Humidity Sensor, a Bmp180 barometric pressure sensor and a BH1750 light sensor. The […]

Raspberry PI and DHT22 Temperature and Humidity logger


https://www.electronics-lab.com/raspberry-pi-and-dht22-temperature-and-humidity-logger/

“jjpfin” @ instructables.com build a Raspberry Pi based temperature and humidity datalogger using DHT22 sensor. Data is stored on mySQL server and can be viewed on browser. This is an Raspberry Pi based temperature and humidity logger that uses 2 (works also with 1) Adafruit DHT22 sensors for measurements. You might have seen similar kind […]

A Spark.io Indoor Ambient Quality Monitor


https://www.electronics-lab.com/a-spark-io-indoor-ambient-quality-monitor/

Davide Gironi has build an indoor ambient quality monitor based on particle.io : SXAM (Spark to Xively AMbient quality monitor), is an ambient quality monitor that logs 4 environmental parameters to the xively.com and display the ambient status by using for RGB leds. SXAM logs: Humidity, Temperature, Ambient noise, Brightness, Note: Spark.io is now Particle.io. […]