-->
Page 1 of 1

How to Use the Arduino Ethernet Shield with the ESP8266?

PostPosted: Tue Jun 13, 2017 1:51 pm
by tcontrada
I have a Wemos D1 mini that I want to connect a basic Arduino Ethernet Shield. The basic Ethernet Library uses the Arduino pin 10 as the SS for the SPI device. Unfortunately, the D1 Mini's pins don't match with the Arduino. The D1 Mini uses GPIO 15 as SS for SPI. I need to figure out how to change a param in the Ethernet Library to make this change.

I saw an Ethernet Library that was supposed to be modified for using the ESP8266, but did not see where and if, the SS pin was assigned.

Any suggestions?

Re: How to Use the Arduino Ethernet Shield with the ESP8266?

PostPosted: Wed Jun 14, 2017 9:30 pm
by gbafamily1
Looks like Adafruit modified this library for ESP.

https://github.com/adafruit/Ethernet2