Search found 202 matches

by ESP_ondrej
Tue Apr 26, 2022 10:02 am
Forum: ESP-IDF
Topic: w5500 and be sure module works in any time.
Replies: 11
Views: 7448

Re: w5500 and be sure module works in any time.

Could you please elaborate more the real world scenario which causes your concern? Do you have some "stability" issues with the W5500? The reason why I am asking is your questions seems to me bit non-standard to be honest. We usually don't perform any periodical checking of a submodule after it was ...
by ESP_ondrej
Tue Apr 26, 2022 6:48 am
Forum: Hardware
Topic: LAN8720A with reset pin low - does it stop the clock?
Replies: 2
Views: 2796

Re: LAN8720A with reset pin low - does it stop the clock?

Unfortunately, LAN8720 does not stop CLK when in reset. Please see discussion at https://github.com/espressif/arduino-esp32/pull/6188 for more details.
by ESP_ondrej
Thu Apr 07, 2022 7:02 am
Forum: General Discussion
Topic: ESP32-S3 with DM9051
Replies: 6
Views: 5351

Re: ESP32-S3 with DM9051

I see, thanks for additional information. You can also try to play with `input_delay_ns` SPI configuration parameter. It helped me to make SPI work at higher frequencies. Please also make sure you have proper SPI signal routing in your PCB design.
by ESP_ondrej
Wed Apr 06, 2022 10:26 am
Forum: General Discussion
Topic: Does ESP32 Ethernet interface use pins conflicting with PSRAM?
Replies: 2
Views: 2472

Re: Does ESP32 Ethernet interface use pins conflicting with PSRAM?

GPIO 16/17 can be configured as output to RMII REFCLK. However, these pins can be also programmed for different usage like PSRAM. Therefore be very careful when you are making a decision which ESP32 module to use. For example, if you wanted to use ESP32 module with Ethernet and you needed to use ESP...
by ESP_ondrej
Wed Apr 06, 2022 9:56 am
Forum: General Discussion
Topic: ESP32-S3 with DM9051
Replies: 6
Views: 5351

Re: ESP32-S3 with DM9051

Do you use some Espressif's example for testing (e.g. iperf)? What is your SPI Clock frequency settings? What is a traffic you are trying to receive? I unfortunately don't have any comprehensive iperf performance figures available right now. However, what I found in some old DM9051 related MRs, is t...
by ESP_ondrej
Tue Mar 29, 2022 7:11 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 31239

Re: ethernet example is not working

Ok, just make sure you handle the LAN8720 clock properly too. Just a note regarding the switch on the DP83848 dev board, that's not likely to happen... It seems it fits its original use case, it would be more expensive and having a switch on CLK lane could possibly also cause problems with signal in...
by ESP_ondrej
Tue Mar 29, 2022 7:01 am
Forum: Hardware
Topic: LAN9303 with ESP32-WROVER-IE HELP!!!
Replies: 1
Views: 1801

Re: LAN9303 with ESP32-WROVER-IE HELP!!!

Hi @ahmetbasli001, I am not sure if I fully understand to your problem. usually (90%) ESP and LAN9303I chip do not get connected and the RMII connection cannot be established Does it mean that the ESP starts properly and the LAN9303I is properly initialized via SMI? And the only thing which does not...
by ESP_ondrej
Mon Mar 28, 2022 8:38 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 31239

Re: ethernet example is not working

I already mentioned it... GPIO0 is also used as bootstrap pin. Therefore, when you connect something to it and you don't ensure proper logic level at this input during power up, the ESP32 may enter DOWNLOAD mode. And that's exactly what happened to you when you connect OSCIN to GPIO0, you have 50:50...
by ESP_ondrej
Mon Mar 28, 2022 6:51 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 31239

Re: ethernet example is not working

I checked the schematics related to your dp83848 dev board. The board has 50 MHz oscillator so you need to connect "OSCIN" pin of P2 header to ESP32 GPIO0 and configure as CLKIN in the IDF.