The problem was solved. Probably configuration for PIN Interrupt oraz quality of connection (wires) was a problem.
The topic is to closed.
Search found 21 matches
- Wed Feb 17, 2021 1:14 pm
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
- Fri Jan 15, 2021 3:06 pm
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
Re: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
Do anyone know what could be interesting in this log?
I see something in DHCP frame with string "espressif"
I see something in DHCP frame with string "espressif"
- Fri Jan 15, 2021 2:26 pm
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
Re: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
thx @falmue In reference to your post, I had made next instance of project on example and I did this mistake. Thx for your attention ;) but the problem with IP is still exist Zrzut ekranu z 2021-01-15 15-20-25.png Could share your sdk file? maybe some setting is LWIP section is imporatant. update: i...
- Fri Jan 15, 2021 1:14 pm
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
Re: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
hello @felmue indeed about esp-idf version; I have the latest version but I have compiled only app (not build all project) so in first log I see diffrent version. I fixed this Zrzut ekranu z 2021-01-15 13-49-20.png According to http_client componetns I have call this from event handler with GOT_IP, ...
- Fri Jan 15, 2021 10:21 am
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
Re: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
update: I changed loging to higher level and notice some information form esp_netif component. If I have good know the link is good (fullduplex mode) ane ETH_EVENT 2 -> ETHERNET_EVENT_CONNECTED Zrzut ekranu z 2021-01-15 11-16-00.png Zrzut ekranu z 2021-01-15 11-16-11.png Could anyone know what might...
- Fri Jan 15, 2021 10:10 am
- Forum: ESP-IDF
- Topic: ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
- Replies: 7
- Views: 598
ESP32 Ethernet basic example + W5500 external by SPI - problem to get IP
Hello everyone, I am working on example Ethernet basic with external chip W5500 by SPI; I use new posibility cooperate with W5500 by SPI, which hasnt fix description and documentatnion yet, but menuconfig has this option. It was added in November 2020. I have started example code, but I can't get IP...
- Fri Jan 15, 2021 9:57 am
- Forum: ESP-IDF
- Topic: ESP32 W5500
- Replies: 1
- Views: 201
Re: ESP32 W5500
Hello,
which demoboard or module do you use?
SPI is rather internal interface so You should prepare approprite PCB or short wires to testing
Do you check setting configuration in menuconfig/sdk.cfg file?
which demoboard or module do you use?
SPI is rather internal interface so You should prepare approprite PCB or short wires to testing
Do you check setting configuration in menuconfig/sdk.cfg file?
- Thu Dec 19, 2019 12:29 pm
- Forum: ESP-IDF
- Topic: HTTP client response data corrupted
- Replies: 5
- Views: 2741
Re: HTTP client response data corrupted
Hi, I probably solve the problem. I update IDF to v4.1-dev-1533 from IDF4.0-dec-667. I had to update also toolchain (to esp-2019r2, compiler to 8.2.0), and I havn't problem with memory. I found out some https://github.com/espressif/esp-idf/co ... 165cf29087 fix, but I am not sure is this fix the pro...
- Thu Dec 19, 2019 12:29 pm
- Forum: ESP-IDF
- Topic: esp_http_client_read() returning wrong data
- Replies: 5
- Views: 2614
Re: esp_http_client_read() returning wrong data
Hi, I probably solve the problem. I update IDF to v4.1-dev-1533 from IDF4.0-dec-667. I had to update also toolchain (to esp-2019r2, compiler to 8.2.0), and I havn't problem with memory. I found out some https://github.com/espressif/esp-idf/co ... 165cf29087 fix, but I am not sure is this fix the pro...
- Thu Dec 19, 2019 11:53 am
- Forum: General Discussion
- Topic: http_client componets - function perform and memory problem
- Replies: 4
- Views: 1311
Re: http_client componets - function perform and memory problem
Hi, I probably solve the problem. I update IDF to v4.1-dev-1533 from IDF4.0-dec-667. I had to update also toolchain (to esp-2019r2, compiler to 8.2.0), and I havn't problem with memory. I found out some https://github.com/espressif/esp-idf/commit/9c0844da3f01fc55644bf147147b01d842d2f893#diff-c7c711c...