Closed programmeddeath1 closed 3 months ago
I haven't used what you said, I will try it when I have time. ETH_PHY_W5500 is defined here https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-Series/blob/41cddd15c1c8aa321b2ede4de7180e36efc084cf/lib/ETHClass2/src/ETHClass2.h#L98
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
In the tcpclient example, where does the variable ETH_PHY_W5500 get defined? i run the example by itself, it gives
I am trying to run rosserial over ethernet using tcp. the example implementation for arduino/esp is as shown here
It basically is initialize the ethernet library, add the ip and port for the tcp server. Then during begin start ethernet and call the setConnection with the server IP and port. The setConnection is as can be seen here
It basically uses the Ethernet llibrary initialized for the device to make the tcp read write etc.
So i am currently trying this implementation
Is this implementation proper? can you guide me with this setup.
for the esp32-s3 both ETH_TYPE and ETH_PHY_W5500 show as not declared in scope
Thanks in advance!