This getting started tutorial with ESP32 describes how to build a weather station using ESP32 using BMP280 and SSD1306. This ESP32 project displays sensor readings using an LCD display. Building a weather station with ESP32 is a simple IoT project but it is useful to get started with ESP32 and explore its main features. In this project, to monitor the pressure and temperature we will use BMP280. So, this ESP32 tutorial explores how to:
- use BMP280 or BME280 to get the current temperature and pressure
- use SSD1306 an LCD display that will show the readings from sensors
You can find more information in my tutorial How to build a weather station with ESP32
Comments