Page 1 of 1

New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Mon Sep 23, 2019 12:51 pm
by nxt518
Developing a QCA7000-Driver (Powerline-Adapter, similar to a SPI-Ethernet-Adapter) for the ESP32.

I modified ethernet_low_level_output and ethernetif_input in ethernetif.c so that they are writing the buffers directly to/from the QCA7000.

Is there a more elegant way to access the tcpip_adapter without modifying ESP-IDF?
I found tcpip_adapter_eth_input in tcpip_adapter.h for writing input directly.
Is there also some equivalent "highlevel" output function?

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Fri Oct 11, 2019 11:00 am
by borai7588
Hello @nxt518 Have you found a better way?

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Tue Oct 15, 2019 8:38 am
by nxt518
I did not find another way than using ethernetif_input and modified ethernet_low_level_output, except using modified nettestif.c.

So my ESP-IDF is modified, but the QCA7000 works reliably with tcpip_adapter.

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Mon Feb 17, 2020 10:53 pm
by giorgio80
Hello !

I’m trini doing exactly same things for same chip . We can exchange contacts and put 2 brains on ?

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Sun Jul 12, 2020 8:37 am
by maxvandenbussche
Hello! I'm contemplating using the ESP32 with a QCA7000 chip. I understand you were able to make it work? Did it work reliably?
Is there any chance you are willing to share the modifications you made to esp-idf?

Thanks in advance!

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Mon Dec 07, 2020 11:51 am
by giorgio80
would be possible to share mods done to etherif to make qca working ?

Thx

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Tue Mar 09, 2021 4:57 pm
by thomaslentz
Hi,
I'm also interested in getting the ESP32 to work with a QCA7000 chip regarding Ethernet via SPI.
Would it be possible to get the modified src files?

Greetings
Tom

Re: New SPI-Ethernet-Adapter without modifying esp-idf

Posted: Tue Nov 08, 2022 3:36 pm
by saireddy_esp32
Hallo,

I have issue regarding understanding the interface the IP stack.
Is it possible to share your running code?

Best Regards,
Sai