Hello,
My ESP32 (TTGO) is running hot, and I think it causes eventual reset.
I first noticed it running complex code (sensors, WIFI, web server etc.) - it reached ~65 Celsius.
So just to test I run simple blink sketch:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello,
My ESP32 (TTGO) is running hot, and I think it causes eventual reset.
I first noticed it running complex code (sensors, WIFI, web server etc.) - it reached ~65 Celsius.
So just to test I run simple blink sketch:
Surprisingly even on above it reached 62 C.
I made same test with Mircopython:
gave me: 51 C
Arduino:
gave: 53 C
Any ideas?