Arduino Weather Station with BME680 Sensor
Arduino Arduino based projects Electronics project Electronics tutorial Sensors

Arduino Weather Station Project with BME680 Sensor

Weather monitoring is essential for various applications, from agriculture to home automation. The Arduino-based Weather Station using the BME680 sensor allows users to measure temperature, humidity, pressure, and gas resistance. The data will be displayed on an I2C LCD screen in cyclical manner, also it calculates Dew Point using Magnus formula and Altitude from pressure. […]

ESP32 Weather Station by BME280 Sensor
Arduino Electronics project Electronics tutorial ESP32 Internet of Things IOT Sensors

ESP32 Weather Station with BMP280 / BME280 Sensor

The ESP32 is a powerful microcontroller with built-in Wi-Fi and Bluetooth, making it an excellent choice for IoT applications. In this project, we will build a weather station using the ESP32 with BMP280 / BME280 air pressure sensor. The BMP280 measures temperature, pressure, and altitude, while the BME280 adds humidity measurement. The sensor data will […]