Esp8266 with enc28j60 Ethernet module

Is there a way to make the Esp8266 work with cabled connection instead of wifi, using a enc28j60 module?

I need to setup a Sinric Pro program, and the creator says that his library just need an internet connection to work fine.

How can I make the Ethernet module work smooth as it was the WIFi connection way?

Yes.

use the Lwip_enc28j60 library bundled with esp8266 Arduino core version 3+

The things is that I don't want to make a web server

Could you give me an example please?

I have no idea how this is supposed to work, but it really looks like you can use WIFI.
Have you tried any of the examples here ?

use the examples of the lwIP_Ethernet library

where can I find the library? I can only find topics about it

yhea I know that I can use WIFi, but I want to have a more reliable connection using the Ethernet cable way

the library is bundled with esp8266 core version 3+. the examples are in IDE Examples menu

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.