Search found 17 matches

by Frco007
Mon Jun 23, 2025 12:01 pm
Forum: General
Topic: Compiler error
Replies: 5
Views: 3271

Re: Compiler error

Thank You.
Now it works.
by Frco007
Mon Jun 23, 2025 7:47 am
Forum: General
Topic: Compiler error
Replies: 5
Views: 3271

Re: Compiler error

Interesting because I didn't change anything in the program - code. Is there any other way to check the entire code?
by Frco007
Sun Jun 22, 2025 2:36 pm
Forum: General
Topic: Compiler error
Replies: 5
Views: 3271

Compiler error

Hello

After upgrading the libraries, compile to target doesn't work again. Although I tried reloading, reloading the ESP libraries...
Can you check for me where the problem is? I'm attaching the LOG file.

Best regards
by Frco007
Sat Apr 12, 2025 9:28 pm
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

Re: FAILED: esp-idf/main/...

The issue is fixed and working. During testing I apparently managed to destroy the W5500 LAN module. After replacing it with a new one everything works.
Thanks for all help and quick response.
Br Igor
by Frco007
Wed Apr 09, 2025 8:27 pm
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

Re: FAILED: esp-idf/main/...

Unfortunately I no longer have version 9. It worked in version 10 but I can't remember which revision for ESP and W5500.
by Frco007
Tue Apr 08, 2025 10:02 am
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

Re: FAILED: esp-idf/main/...

Thank you. Now the compile in target works, but I can't ping or send or receive data via the LAN interface W5500. I'm attaching my program, which works in debug. The connection between ESP and W5500 is OK (MISO from ESP to MOSI W550 and MOSI from ESP to MISO W550, CLK and CS). What am I doing wrong?...
by Frco007
Mon Apr 07, 2025 9:19 am
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

Re: FAILED: esp-idf/main/...

Hi
I try to update library on both computer (my and another with fresh instaled win and Flowcode) and on both I get the same error as before.

br Igor
by Frco007
Tue Apr 01, 2025 10:17 pm
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

Re: FAILED: esp-idf/main/...

Thank you.
by Frco007
Tue Apr 01, 2025 11:21 am
Forum: Bug Reports
Topic: FAILED: esp-idf/main/...
Replies: 12
Views: 7901

FAILED: esp-idf/main/...

Hello

I am attaching the initial part of the program, which I cannot upload to the ESP32. It keeps giving me the same error.
I have already uploaded the program - Flowcode, to another computer and it gives me the same error.
Please help.
BR Frco
TESTNA.fcfx
(10.63 KiB) Downloaded 82 times
by Frco007
Sun Jun 02, 2024 1:20 pm
Forum: General
Topic: Master slave communication over WIFI
Replies: 0
Views: 12240

Master slave communication over WIFI

Hello I established communication between MASTER (ESP32) and two SLAVE (ESP32) processors via WIFI. I have a problem because when one of the SLAVE processors fails (for example, if I disconnect it from the power supply), the MASTER processor does not know this and the speed slows down considerably. ...