Is it normal for an ESP32C3 to get very hot? #397
-
I am running the async BLE example and my ESP32C3 is very hot. Even the bottom side of the PCB is hot, not just the microcontroller square. A USB c to c cable that I am using shows 1W power usage. Is this normal? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Only use quality boards or certified esp32-c3 modules. Probably, antenna isn't well matched due to poor design. |
Beta Was this translation helpful? Give feedback.
-
One thing to note about the examples: they raise the CPU frequency to maximum - it's possible to use a lower clock frequency which will lower power consumption and emitted heat (but things will be slower) |
Beta Was this translation helpful? Give feedback.
Only use quality boards or certified esp32-c3 modules. Probably, antenna isn't well matched due to poor design.
Try some BLE and WIFI examples using esp-idf or even arduino to confirm if this problem isn't caused by esp-wifi.