Building a Weather Station with BME280 and ESP32 using Arduino IDE
Hello people! Welcome to another ESP32 experiment. Last time I created a simple webserver to control an ESP32. The idea of it was to access an IP address over a web browser to wirelessly light-up LED's wired to an ESP32 via Wi-Fi Connection. If you haven't read it you should! :) This time I'm gonna combine the ability of the ESP to create web servers with the ability of the BME280 sensor to record weather conditions! So to display those measurements on a browser we're gonna need to create a table using an HTML web page that can be modified with CSS programming. This project is based on randomnerdtutorials.com . Step 1 - Hardware Requirement For today here's what we'll need: A Microcontroller (ESP32) A laptop/PC and compartments to connect to the ESP32 Exactly 4 Female-Male Jumper Wires The BME280 weather sensor Step 2 - Software Requirement If you haven't set up the Arduino IDE on your computer you can c