This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Support to ESP8266 using ENC28J60 #29
khoih-prog
started this conversation in
Ideas
Replies: 5 comments 1 reply
|
Oh sorry, just a bad ENC28J60 board. It's working now with the example TCPClient |
0 replies
|
And this AsyncHTTPRequest_Generic library |
0 replies
|
I tested the lwIP_enc28j60 when it was new. |
0 replies
|
Thanks for the info. Will keep in mind. |
0 replies
|
Already implementing / testing static IP OK in as |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @JAndrassy
I tried to use ESP8266 and ENC28J60 with lwIP_enc28j60 library without success, even with the core sample example TCPClient
I believe you, as the author of EthernetENC library have better knowledge in solving the issue / bug, if exists in that lwIP_enc28j60 library
I'm trying to add Async support to ENC28J60 as I've just done with W5x00, in AsyncHTTPRequest_Generic releases v1.8.0
Thanks,
All reactions