By TijlDeLandtsheer Introduction: AirPi – Air Quality Sensor Have you ever wondered why you’re getting a headache? And if this is due to a bad air quality? With this device you’re able to check if this is the case. This device measures the CO2-value, TVOC-value, temperature […]
Clima
Proyectos
DHT11 vs DHT22 vs LM35 vs DS18B20 vs BME280 vs BMP180
There are a wide variety of temperature sensors compatible with Arduino, ESP32, ESP8266 and other development boards. So, it can be difficult to to pick up the most suitable sensor for your project. In this article, we’ll compare 6 widely used temperature sensors: DHT11, DHT22, […]
How DHT11 DHT22 Sensors Work & Interface With Arduino
Its summer, you’re sweating heavily and all you really want to know is why the weatherman predicted this morning that today’s relative temperature would max out to 20°C while it feels more like 25°C. Enter the DHT11, DHT22/AM2302 Digital Temperature & Humidity Sensor from AOSONG – the […]
Create A Simple ESP8266 Weather Station With BME280
Don’t let the smartphone weather apps or commercial weather stations(that feeds you with data from stations based miles away) ruin your outdoor plans. With this IoT project you can be your own weatherman! This project uses ESP8266 NodeMCU as the control device that easily connects […]
11 – Arduino Weather Station Project. Send Data to the Cloud
Arduino Weather Station Project Part 10: Send Data to the Cloud In the final part of this project we configure the controller as a web client. We transmit the station data to a cloud server every 60 seconds. The cloud server it connects to processes […]
10 – Arduino Weather Station Project – Web Client
Weather Station Web Server Client (Part 10) In the last part of this project we configure the weather station controller as a web client. We send the data from the sensors connected to the controller to a web server via the Internet. The web server […]
9 – Arduino Weather Station Project – Basic Web Server
Weather Station Web Server (Part 9) The software sketch shown below turns the weather station into a basic web server. This allows you to connect to the station using a web browser of your choice. Using the static IP address assigned to EtherTen board we […]
8 – Arduino Weather Station Project – Software Overview
Getting Data from the Weather Station Now that we have assembled the weather station the next part of the project is to look at different ways to get data from the controller. Listed below is the data that is available and what units they are […]
7 – Arduino Weather Station Project – Shelter
Assemble the Weather Shelter (Part 7) The weather shelter was put together using a collection of plastic plumbing parts that are available from your local hardware store or depot. Some of the parts can also be recycled from building sites. We used a 100mm plastic […]
6 – Arduino Weather Station Project – Controller
Hooking Up the Arduino Controller Box (Part 6) We decided to mount the Arduino board (Freetronics EtherTen) and shield inside a IP66 rated plastic box. We could have mounted the Arduino inside the weather shield but it would have been a tight fit. This controller […]
5 – Arduino Weather Station Project – Davis Anemometer
Hooking Up the Davis Anemometer (Part 5) Once we have confirmed all the other sensors are working okay we now hookup the last sensor which is the Davis anemometer. This device has two sensors. The wind direction is measured using a potentiometer that changes it’s […]
4 – Arduino Weather Station Project – Hydreon Rain Sensor
Hooking Up the Hydreon RG-11 Rain Sensor (Part 4) Observation: The Hydreon sensor is not as accurate as a tipping bucket rain gauge. It tends to read high in comparison. However this sensor will detect rain before a tipping bucket gauge. Once we have confirmed […]
3 – Arduino Weather Station Project – BME280 Sensor
Hooking Up the Bosch BME280 Temperature, Humidity and Pressure Sensor (Part 3) Once we have connected up the DS18B20 and tested it with the sketch we can hookup the BME280 sensor. We are connecting up the sensor using I2C communications. We are using a 5V […]
2 – Arduino Weather Station Project – DS18B20 Temp Sensor
Hooking Up the DS18B20 Temperature Sensor (Part 2) The first sensor we connect up is the Dallas DS18B20 temperature sensor. We need to use a waterproof version as the sensor will be mounted outside the weather station shelter but protected by the wind temperature cover. […]
1 – Arduino Weather Station Project – Overview
Overview (part 1) In this project we are putting together a Weather Station using a variety of sensors. The platform being used is an Arduino board (Freetronics EtherTen) with built in Ethernet. This will provide communications to the sensor along with a power source provided […]
Solar Powered WiFi Weather Station V2.0
By Open Green Energy DownloadFavorite This Instructable is a continuation of my earlier weather station project. It was quite popular on the web, people around the globe made their own by following it and given valuable feedback for improvement. By taking consideration of the comments and Q&A section […]