Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.1 KB

Battery voltage and MQTT

D32_solar_panel

Build

Before compile, create configuration.h file with these lines (fill with your information, WIFI password, etc)

const char *ssid = "";
const char *password = "";
const char *mqtt_server = "";

Solar panel

Connect the solar panel to D32

+ -> USB
- -> GND

More details in G6EJD - Solar Power for Projects (Arduino/ESP8266/ESP32)

Components

Free public MQTT brokers

  • broker.hivemq.com

References