How to Build a TinyML Smart Weather Station using Wio Terminal


https://www.electronics-lab.com/how-to-build-a-tinyml-smart-weather-station-using-wio-terminal/

You might have seen many ML-based projects for weather predictions. Where training of an ML model is followed by testing of the model for good accuracies. This tutorial will learn to deploy a similar type of ML model using an on-board TensorFlow Lite on the Wio Terminal. You will see all the steps for building […]

STONE HMI ESP32 Weather Station using STVC101WT-01 TFT LCD module


https://www.electronics-lab.com/stone-tft-lcd-hmi-esp32-weather-station-using-stvc101wt-01/

In the application of this paper, I will use the STONE TFT LCD screen, esp32 microprocessor, photosensitive resistance sensor, and DHT11 temperature and humidity sensor to realize the real-time monitoring of the surrounding environment and push the collected data to the TFT LCD screen for display. The communication mode of esp32 and STONE TFT LCD […]

ESP8266 Weather Monitor with tiny OLED display


https://www.electronics-lab.com/esp8266-weathermonitor-with-tiny-oled-display/

deantonious @ github.com has shared the Arduino code and PHP api for a simple ESP8266 weather monitor with 128×32 pixel oled display. Not much additional details are given, but we thought worth sharing this interesting mini project. ESP8266 WeatherMonitor with tiny OLED display – [Link]

Arduino and BMP280 Based Weather Station


https://www.electronics-lab.com/arduino-bmp280-based-weather-station/

Weather stations are interesting projects for beginners and very useful for expert makers. They are usually quite simple to build but also provide fairly accurate and useful weather data. We have built a couple of them in different tutorials on this website, with the difference usually being, the combinations and sometimes the accuracy of the […]

ATtiny85 Weather Station with SD1331 OLED display


https://www.electronics-lab.com/attiny85-weather-station-sd1331-oled-display/

This is a weather station based on an ATtiny85 and an Adafruit Bosch BME280 sensor breakout. It displays the atmospheric temperature, pressure, and humidity on a 96×64 SD1331 colour OLED display. by David Johnson-Davies: To display the readings the Weather Station uses a low-cost 96×64 OLED display with 64K colours, and an SPI interface. It’s […]

Arduino Weather Station with DHT11 and BMP180


https://www.electronics-lab.com/arduino-weather-station-dht11-bmp180/

In the previous tutorial I showed you how to build a weather station using only the DHT11 sensor and I said the readings from this sensor is fairly accurate. In this tutorial, I will be using the DHT11 to measure only the humidity and BMP180 to measure pressure and temperature. That’s because its readings are […]

Easy IoT Weather Station With Multiple Sensors


https://www.electronics-lab.com/easy-iot-weather-station-multiple-sensors-2/

Ingenerare @ instructables.com show us an easy to build IoT weather station able to measure temperature, dew point, humidity, pressure, light index, and rain. He writes: A weather station is a fun project that teaches you a ton about electronics with the added benefit being an actually useful little device. The project requires a bunch […]

Dual Screen Netatmo Weather Station


https://www.electronics-lab.com/dual-screen-netatmo-weather-station/

Netatmo Weather Station is a module that measures your indoor comfort by providing vital information such as temperature, humidity, air quality, and CO2, alerting you when you need to air out your home to bring down its pollution levels. One of the Netatmo limitations is that you need to use a smartphone to view the […]

A LEGO-Compatible Digital Weather Billboard


https://www.electronics-lab.com/lego-compatible-digital-weather-billboard/

Internet of LEGO “IoL” is an interactive LEGO city built and designed by Cory Guynn, a cloud computing and IoT enthusiast. This project combines computer and electronics  engineering with our favorite childhood toy, LEGO! Through the IoL blog, Cory shares a collection of circuit projects, coding examples, and tutorials which use Arduino, Raspberry Pi, NodeJS, […]

Weather Station Based On ChipKIT


https://www.electronics-lab.com/weather-station-based-chipkit/

ChipKIT Uno32 by Digilent is an easy-to-use platform for developing microcontroller-based applications. It uses chipKIT-core development environment and Arduino IDE for compatibility with existing code examples, tutorials and resources. Pin-compatible with many Arduino shields that can operate at 3.3V. It contains: PIC32MX320F128H processor 128K Flash, 16K RAM Up to 80 MHz operating speed 42 available […]