WiFiSpi icon indicating copy to clipboard operation
WiFiSpi copied to clipboard

SPI library for Arduino AVR and STM32F1 to connect to ESP8266

Results 6 WiFiSpi issues
Sort by recently updated
recently updated
newest added

Is it possible, similar to the Ethernet library, to set a fixed MAC address for the WiFi connection? Or is the MAC address fixed as part of the ESP and...

enhancement

Is there a hardware reason why the number of sockets is limited to 4? Or could the code be adjusted to allow for a (slightly) larger number, say, 8? If...

enhancement

The WiFiSPIServer class allows only one incoming connection, although ESP8266 has no such limitation (in fact, there is obviously an limitation but is higher than one) . The limit is...

enhancement

Hi! I was just wondering if you could make an example for how you would implement the clientcode to support the ESP running wifiManager? This appears to stop your code...

help wanted

Hello Jiri, After spending an entire day to find out why I can't get the ip address passed from my Mega2560 to my ESP8266 I was about to give up....

thank you sir for amazing work. I am using your library to send data to my https secure server, using POST method but it can not connect to https server....