Search found 14 matches

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

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: 6032

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: 6032

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: 6032

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: 6032

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: 6032

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 29 times
by Frco007
Sun Jun 02, 2024 1:20 pm
Forum: General
Topic: Master slave communication over WIFI
Replies: 0
Views: 11841

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. ...
by Frco007
Sun Oct 15, 2023 10:57 am
Forum: Bug Reports
Topic: ESP32 & ENC28J60
Replies: 6
Views: 5492

Re: ESP32 & ENC28J60

Hi

Last chart which I used is in attach file.
ESP32_Server_INPUT_LAN_NOVO.fcfx
(28.15 KiB) Downloaded 600 times
by Frco007
Thu Oct 12, 2023 11:00 am
Forum: Bug Reports
Topic: ESP32 & ENC28J60
Replies: 6
Views: 5492

Re: ESP32 & ENC28J60

Hi. I just compiled the program and it only works when I RUN it with debug. Can you please check where the error is? PING does not work and if I send the string "P21" (TCP) to IP 192.168.1.90, PORT 555, it returns Could not connect. Are mask and GW settings not necessary by ENC28J60? These...
by Frco007
Sun Oct 01, 2023 7:52 pm
Forum: Bug Reports
Topic: ESP32 & ENC28J60
Replies: 6
Views: 5492

ESP32 & ENC28J60

Hi

Can anyone help me what am I doing wrong?
The compiler reports an error...

Br