I have a Wemos D1 mini that’s running Blynk, it just maintains a wifi connection, but even if I don’t press anything from the app, the board gets really hot, the metal part over the CPU is at least 60C and it’s probably more.
Is this normal?
I even defined it to be in light sleep mode with the following but I don’t think it helped with the heat.
// Force the ESP into client-only mode
WiFi.mode(WIFI_STA);
// Enable light sleep
wifi_set_sleep_type(LIGHT_SLEEP_T);
No… just quirky humor… honestly I didn’t think anyone would take that command seriously, what with everyone reading the documentation so thoroughly
Seriously though… this is NOT a Blynk related issue… faulty hardware will cause undue heat until it fries itself… there is no “Halt and Catch Fire” commands for ESP8266
Because wemos shouldn’t get that hot, and heatsink is worse solution than getting bad module back to reseller. ESP12 is designed to work without heatsink, never heard about solution similar to yours before.