Nick Koumaris
Published © GPL3+

ESP32 WiFi Weather Station With a BME280 Sensor

Dear friends welcome to another tutorial! In this tutorial we are going to build a WiFi enabled weather station project!

BeginnerFull instructions provided1 hour14,869
ESP32 WiFi Weather Station With a BME280 Sensor

Things used in this project

Hardware components

ESP32S
Espressif ESP32S
×1
Nextion 3.2
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

Code snippet #2

Plain text
void showConnectingIcon(){
  Serial.println();
  String command = "weatherIcon.pic=3";
  Serial.print(command);
  endNextionCommand();
}

Github

https://github.com/Takatsuki0204/BME280-I2C-ESP32

Github

https://github.com/bblanchon/ArduinoJson

Credits

Nick Koumaris

Nick Koumaris

13 projects • 303 followers
My name is Nick Koumaris and I am a software engineer from Sparta, Greece. I love building projects and share them with the world!

Comments