Tag: ESP32
-
WeatherSense 9001® Arduino-ESP32 Weather Station – Notes and Resources – (Part 5 of 5)
Contained in this post are supplemental notes and online resource links for the WeatherSense 9001 Arduino-ESP32 Weather Station project. Projects, videos and instructional blog posts like this take a lot of effort to research and produce. I have over 100 hours in this project so far. If this has been helpful or interesting, please consider…
-
WeatherSense 9001® Arduino-ESP32 Weather Station – GUI changes via SquareLine Studio – (Part 4 of 5)
This is NOT a full tutorial on setting up and using the SquareLine Studio UI Editor as there are plenty of online resources and videos on using the software. The focus instead will be on how to integrate the UI designed in SqaureLine Studio into the WeatherSense 9001 Arduino-ESP32 project code. Projects, videos and instructional…
-
WeatherSense 9001® Arduino-ESP32 Weather Station – IDE and Library Setup – (Part 3 of 5)
Getting the Arduino ESP32 Integrated Development Environment (IDE) and all the necessary libraries set up successfully for this project can be a challenge. The main issue relates to compatibility of the library versions with each other as well as with the CrowPanel hardware. Simply changing the version of one dependent library to a slightly higher…
-
WeatherSense 9001® Arduino-ESP32 Weather Station – The Code – (Part 2 of 5)
The project code is written in C++ for the ESP32 in the Arduino IDE. We will dispense with the library #include clutter and focus on key code areas since the full code base is available on GitHub, for both the CrowPanel 7.0″ and 5.0″ models:WeatherSense 9001® Arduino-ESP32 Weather Station (for CrowPanel 7.0″)WeatherSense 9001® Arduino-ESP32 Weather…
-
WeatherSense 9001® Arduino-ESP32 Weather Station – Project Overview – (Part 1 of 5)
The WeatherSense 9001® is a home-brew weather station built on the Elecrow CrowPanel HMI platform. The CrowPanel features a 7.0″ capacitive touch display with a built-in ESP32-S3 module. The project code, written in the Arduino-ESP32 IDE, reads and displays temperature, humidity and barometric pressure data from multiple SensorPush environmental sensors via the API. Barometric pressure…