Post topics, source code that relate to the Arduino Platform

User avatar
By tcontrada
#67122 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?