Search found 7 matches

by landre
Thu Mar 30, 2023 1:35 pm
Forum: ESP-IDF
Topic: ESP32-S3, ESP-IDE (Eclipse), DFU-utils launched instead of flash command
Replies: 3
Views: 2369

Re: ESP32-S3, ESP-IDE (Eclipse), DFU-utils launched instead of flash command

Hi Roland,

Thank you for your reply.

Unfortunately I don't have this option. I only have a tickbox "Flash over JTAG".
This is certainly due to an old version of ESP-IDE, I have 2.6.0...
Is there any other way to change this setting in the old way? Via cmake or SDKconfig?

Best regards,

Loïc
by landre
Wed Mar 15, 2023 10:56 am
Forum: ESP-IDF
Topic: ESP32-S3, ESP-IDE (Eclipse), DFU-utils launched instead of flash command
Replies: 3
Views: 2369

ESP32-S3, ESP-IDE (Eclipse), DFU-utils launched instead of flash command

Hi all, I just have an odd problem for two days. I can't flash the target anymore with the espressif-ide. It tries to flash the MCU through the dfu-utils instead of the classic flash command. How to come back to the classic flash command through serial? Also, the compilation and binary creation run ...
by landre
Wed Jan 11, 2023 3:41 pm
Forum: General Discussion
Topic: ESP32-P4 RISC-V dual core 400 MHz in the news
Replies: 15
Views: 126408

Re: ESP32-P4 RISC-V dual core 400 MHz in the news

Yeah so cool :P

I'm looking forward to getting my hands on it and trying out this MIPI DSI peripheral...
Any idea of the release date, and when it will be available?

Thanks,
Loïc
by landre
Sat Feb 19, 2022 3:17 pm
Forum: ESP-IDF
Topic: HTTP server not responding
Replies: 4
Views: 5736

Re: HTTP server not responding

Thank you Sprite, it was exactly that...

So I found a workaround :D

See you !
by landre
Thu Feb 17, 2022 6:02 pm
Forum: ESP-IDF
Topic: HTTP server not responding
Replies: 4
Views: 5736

Re: HTTP server not responding

I just tested it. It don't work too.

So I tested an third autonomous Wifi access point, and it work flawlessly.
I have a weird problem with my router.
It seems to block the packet... I don't know why, it's not supposed to.
I'm going to invest further.

I'll let you know.
Thank's

Loïc
by landre
Sun Feb 13, 2022 2:10 pm
Forum: ESP-IDF
Topic: HTTP server not responding
Replies: 4
Views: 5736

HTTP server not responding

Hello all, I'm trying to access esp-idf http server by wifi. The problem: I can access it only when the wifi is in AP mode, and the ESP32 create it's own AP. When I try to access it in client mode, the server doesn't accept connection.. Background: I use a ESP32-WROVER-E (16MB) module with ESP-IDF v...