Solar powered meteo station with ESP8266 Wemos D1 Mini Pro

TODO

🚀 12.2022 - UPDATE TO BLYNK 2.0 🚀

Project was updated to the new version of Blynk 2.0

IoT meteo station system based on ESP8266 Wemos D1 Mini Pro. Checks temperature, humidity and pressure. Data are sent to Blynk and ThingSpeak channel (via Webhook widget) every minute, then is used deep sleep. Project is free to use, coded in C++, created in Visual Code with PlatfomIO IDE.

To build a project, you need to download all the necessary libraries and create the settings.cpp file in the src folder:

// Meteo station project settings
struct Settings
{
    const char *ssid = "WIFI ssid";
    const char *password = "WIFI password";
    const char *blynkAuth = "You Blynk Auth";
    const char *version = "2.0.1";
};

Currents list:

Schema:

Schema

PCB circuit:

PCB 1

Blynk:

Blynk project