-->
Page 10 of 17

Re: ENC28J60 - ETHERNET CABLE CONNECTION TO ESP8266 (ESPHTTP

PostPosted: Tue Aug 16, 2016 10:48 pm
by markingle
I just found another issue that I need to correct before merging. The find command in the clean up switch for the makefiles is not a compatible syntax:

$(Q) find $(BUILD_BASE) -type f | xargs rm -f

I will need to convert this to OSX find command. Since I am not that familiar with 'find' in OSX I will need to research. This may take some time but it will be worth it! I want it to be polished and professional!

Re: ENC28J60 - ETHERNET CABLE CONNECTION TO ESP8266 (ESPHTTP

PostPosted: Thu Sep 01, 2016 9:48 pm
by thiagoralves
It seems that kissste forked the ENC28J60 Arduino Library and changed it to work with the ESP8266 on the Arduino environment: https://github.com/kissste/esp8266-enc2 ... P-Ethernet

However, I haven't tested it yet because I'm still waiting for my ENC28J60 module to arrive. Have any of you tried it already? Does it work? Do you know if it can work alongside with WiFi? I'm asking that because I'm planning to create a project using the ESP8266 but I would like it to have wired connection as an option as well, so that the user could use either one.

Re: ENC28J60 - ETHERNET CABLE CONNECTION TO ESP8266 (ESPHTTP

PostPosted: Wed Sep 14, 2016 8:11 pm
by markingle
Has the Arduino library been written for the NodeMCU board? I am not able to get a compile due to a avrio.h error

Re: ENC28J60 - ETHERNET CABLE CONNECTION TO ESP8266 (ESPHTTP

PostPosted: Wed Sep 14, 2016 8:58 pm
by markingle
Ah the git hub code has a platform.ini file so I bet the code is meant to be compiled with the PlatformIO IDE. Looking at the code I cannot see where it has been ported to work with an ESP and Arduino IDE.