Replies: 1 comment 3 replies
|
Thanks for bringing actual thermal data — that makes this answerable with numbers instead of hand-waving. Why the board runs warm — this part is by design. A Zigbee coordinator can never sleep: the radio has to listen continuously for its network, so this firmware deliberately runs with no power management at all (no light sleep, no frequency scaling — The LDO on boards like this typically takes the USB 5 V down to 3.3 V linearly, which means it dissipates the 1.7 V drop times the same current — on the order of 100–150 mW in a tiny package. That's inherently the hottest spot on most small ESP32 boards; again not a fault indicator by itself. Your readings: ~58 °C max on the front hotspot with ~29 °C ambient, ~52 °C on the back. For the SoC that is comfortably within spec — the ESP32-C6 chip is rated for ambient temperatures up to 105 °C (series datasheet, Table 5-2; modules typically 85 °C). Whether ~58 °C is fine for the LDO on that particular board depends on which regulator part they used — that's board-designer territory, and we haven't characterized that board, so I can't vouch for it specifically. On the "supermini boards aren't great for this" assumption: I can't confirm or refute that for this specific board — we simply haven't measured it, thermally or RF-wise. The warmth alone isn't the disqualifier. The metric that actually matters for a coordinator is link quality: Zigbee2MQTT shows LQI per device — if your devices hold stable LQI at realistic distances through your home, the antenna is doing its job, castellated-PCB look or not. If LQI is consistently poor at short range, that would be the reason to pick different hardware. |

Uh oh!
There was an error while loading. Please reload this page.
Hello all,
I'm assuming that the esp32-c6 supermini boards aren't great for this application. (Unless something is wrong with the GPIO's) The "ceramic" antenna honestly looks like a PCB with castellated holes, and the LDO and ESP32 SoC get a bit warm for comfort.
Aliexpress Link to ESP32-C6 board
Front thermal image (a bit blurry) with the white cursor on the periphery of the SoC and the red cursor automatically pointing towards the LDO:

Rear thermal image, included to illustrate how warm the entire PCB gets:

Thanks,
blu006
All reactions