-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use this library in other boards? #20
Comments
Hi, the library works on arduino uno and mega #define helps you select what LAN board you have (W5100, ENC28J60, ESP8266) let me know if I can assist you more to get started :) |
I don't have w5100 or ENC28J60, but I have ESP8266.Can I use arduino uno/leonado with ESP8266 instead? |
are you trying to use the ESP8266 as a wifi shield? |
Thank you for the answers. |
I would recommend something like that http://www.banggood.com/Mini-NodeMCU-ESP8266-WIFI-Development-Board-Based-On-ESP-12F-p-1054209.html this is what I have been using for a while now |
Did you use Mini Node MCU as a wifi shield or stand alone? |
Hi |
Hi guys, Im trying to use a Nodemcu (standalone) to connect to a web socket via Wifi OR Enc28j60. I had no succeeded so far. Any ideias? |
the nodemcu uses the ESP8266 What did you try? |
I need to be able to connect to the socket via enc28j60 or wifi (user will choose) and it has to be done using nodemcu as the mcu. |
Hello
I'm kind of confuse with the libs. Can I use this libs in other boards such as Arduino Leonado that connected to ESP8266? or I can only use it in ESP8266. When I tried to burn esp8266 example to my Arduino Leonado I always got a "not define interfaces" problem, even though I already defined ESP8266 in the example. I tried both "#define ESP8266" and "#define ESP8266;" when I switched to Arduino Leonado, but I still got the same problem. When I used "GENERIC ESP8266 MODULE" even if I didn't define ESP8266 ,I can verify the codes.
Thank you
The text was updated successfully, but these errors were encountered: