Yes maybe, but i already checked all the joints with a binocular and it seems nice and regular.
So it's not my preferred hypothesis but the devil is often in the solder joints ...
Perhaps the following may help someone else. After using a laboratory power supply to power the ESP32 i had better results but the brownout detection did not totaly disappear (even with this power supply able to deliver 3A). And after a while it became more and more frequent. Finally i decided to us...
I did not understood the warning as an issue, but the reboot yes
Especially because it never occurred before with the same ESP32 board, same cable and same computer.
Hello Loboris, i just updated source and tools to the last release and so re-compile a firmware but then i had a never seen before problem : >>> import network W (13248) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration Brownout detector was triggered As i try t...
Dear All, I think i encountered an issue with UART : Trying UART1 _________________________________________________________ >>> from machine import UART >>> u = UART(1) >>> u.read() Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled. Register dump: PC : 0x400880...
Dear Loboris, once again thanks for this awesome work and for your fast answers. I just pulled the new release, compile and flash an esp32-psram. The ftp server is present and i can connect to it (with filezilla), i can see the content of "/", but if i try to open "flash" (CWD flash) i have an error...