Viktor Vorobjov
Viktor Vorobjov
It turns out that ESP-IDF does not have enough memory for wifi operation. Wifi stops working, but sta.isconnected() == True. Ping timeout from PC to ESP32. Everyone thinks everything is...
@projectgus I think it is necessary to return back that the buffer for the board without PS RAM is static, then we will have a little less RAM, but wi-fi...
@projectgus Thanks for information. I am rewrite my code for use less usage ram as possible. Now works better. While free RAM enought for python and esp-idf, all right. Micropython...
Using the ESP32-C3, after applying a patch and opening a new socket, the board freezes completely. The only way to recover is by pressing the hardware reset button or enabling...
ESP32 board Using the correct path seems to improve, but I’m still experiencing random freezes when running multiple components simultaneously: mqtt_as, uftpd, and telnet for REPL. If I use only...
> @straga Do you have a way for us to reproduce this hang? @projectgus just in secret file set (ssid password), in board.yml mqtt (ip). Wait while loaded and connected...
@projectgus That was: 
@dpgeorge Yes with my board configuration. Now same with: fw: [v1.24.0-preview.447.g838f21298 (2024-10-15) .bin](https://micropython.org/resources/firmware/ESP32_GENERIC-20241015-v1.24.0-preview.447.g838f21298.bin) video: https://youtu.be/3zo4YU3zZ-w Only comment binary sensor: If uncomment - wifi not work after loaded. Memory minimum but...

@projectgus I have an old board with an older version, maybe 1.21 or 1.22, that works the same way with no problems. That's why it confused me. I am now...