Hello,
For my project, I need to communicate to ethernet.
I did a prototype with an arduino uno and this ethernet board. It is working fine. But I am short in memory and need some wifi features.
I've decided to continue with an ESP 12E. The processor crashes each time when the SPI_MISO pin is connected (I use a 220ohm resistor between each line (CLK, SS, MISO, MOSI).
I noticed some difference in the ethernet libraries (library.properties).
For arduino
name=Ethernet
version=2.0.0
For ESP8266
name=Ethernet(esp8266)
version=1.0.4
Do you know if a version 2.0.0 is available for ESP8266?
Thanks!