eth2wifi sample code
Posted: Wed Apr 24, 2019 3:42 pm
Hello,
I am trying to test the following sample on ESP32 Gateway Rev C from Olimex.
https://github.com/espressif/esp-iot-so ... s/eth2wifi
I am using IDF stable version 3.2. I successfully compiled and ran the sample in Station Mode. Here is the list items that works and the ones that are not working.
Working:
A pc connected to ethernet port of evaluation board acquires IP address successfully and a gateway is assigned.
Arp -a on the pc connected to evaluation board shows a list nodes and Mac addresses correctly
on the router the connected computer is listed and mac address is correct.
Not working:
Ping to the IP address assigned to connected pc fails.
Ping from the connected pc to any node with the local network fails.
Ping from the connected pc to gateway also fails.
questions:
Is this a viable sample code, can anyone confirm that this sample is working at all. If the answer is yes please specify the IDF version that is working with this sample.
any other comment on why the sample is not working will be very much appreciated.
I am trying to test the following sample on ESP32 Gateway Rev C from Olimex.
https://github.com/espressif/esp-iot-so ... s/eth2wifi
I am using IDF stable version 3.2. I successfully compiled and ran the sample in Station Mode. Here is the list items that works and the ones that are not working.
Working:
A pc connected to ethernet port of evaluation board acquires IP address successfully and a gateway is assigned.
Arp -a on the pc connected to evaluation board shows a list nodes and Mac addresses correctly
on the router the connected computer is listed and mac address is correct.
Not working:
Ping to the IP address assigned to connected pc fails.
Ping from the connected pc to any node with the local network fails.
Ping from the connected pc to gateway also fails.
questions:
Is this a viable sample code, can anyone confirm that this sample is working at all. If the answer is yes please specify the IDF version that is working with this sample.
any other comment on why the sample is not working will be very much appreciated.