-
Notifications
You must be signed in to change notification settings - Fork 8
Normal Operation
The normal operation of the H32_Basic firmware is to try and contact the WiFi directly after waking up (upon waking the LED is turned on). If this is successful, we try to read the sensor data and send it via the configured services and/or MQTT. Please keep in mind that sending data keeps the ESP32 online for longer and thus consumes additional power. So, if power is a concern for you, configure either a service or MQTT, not both. Then the RTC is programmed to wake the ESP after the configured time and low-power mode is entered (LED is turned off).
Important: To ensure that everything runs smoothly, please first set the RTC time to the correct time in the portal and after having saved, turn the H32 off and on again once via the power button. This ensures that everything is set up correctly. The same obviously hold true after you have updated the firmware.