term4x
1
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?
Juraj
3
use the Lwip_enc28j60 library bundled with esp8266 Arduino core version 3+
term4x
4
The things is that I don't want to make a web server
term4x
5
Could you give me an example please?
ZX80
6
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 ?
Juraj
7
use the examples of the lwIP_Ethernet library
term4x
8
where can I find the library? I can only find topics about it
term4x
9
yhea I know that I can use WIFi, but I want to have a more reliable connection using the Ethernet cable way
Juraj
10
the library is bundled with esp8266 core version 3+. the examples are in IDE Examples menu
system
Closed
11
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.