Page 1 of 1

Espressif update

Posted: Fri Jun 02, 2023 9:08 pm
by izadoraberti
I have an esp32s3 project that stopped working abruptly. Every project with wifi and camera, the camera doesnt stream anymore even though it is working and wifi can be connected. The "enable streaming" function on menuconfig is missing without cause.
Even when I took my board with working code to just monitoring (idf.py -p COM6 monitor), it shows garbage info instead of what was supposed to, as you can see in the print.

Re: Espressif update

Posted: Sun Jun 04, 2023 11:45 pm
by jgustavoam
izadoraberti wrote:
Fri Jun 02, 2023 9:08 pm
I have an esp32s3 project that stopped working abruptly.
Izadora, Explain in more detail please.
What did you do on your project?
Did you compile with a new version of IDF? Which was the previous version and which is in use.

Re: Espressif update

Posted: Mon Jun 05, 2023 12:05 pm
by izadoraberti
esp-idf-v5.0.1 and older version also