Search found 2 matches

by NorbertoNorbs
Fri Oct 29, 2021 6:49 pm
Forum: ESP-IDF
Topic: Adding support for LAN9303 PHY to IDF
Replies: 3
Views: 4415

Re: Adding support for LAN9303 PHY to IDF

@CKH12358

Thanks a lot, this example you be very useful for a upcoming project.
by NorbertoNorbs
Fri Oct 29, 2021 1:33 am
Forum: ESP-IDF
Topic: eth2ap not able to connect to internet
Replies: 2
Views: 4401

Re: eth2ap not able to connect to internet

My guess is that since you're bridging ethernet directly to the AP you can't attach the ESP32 tcp/ip stack, so you will have to remove the netif calls Eg.: esp_netif_new, esp_netif_attach, esp_eth_start Also is there a reason why you commented the line .cs_ena_posttrans = enc28j60_cal_spi_cs_hold_ti...