JiriBilek / WiFiSpi

SPI library for Arduino AVR and STM32F1 to connect to ESP8266
GNU Lesser General Public License v3.0
62 stars 13 forks source link

Using library with Arduino Zero clone. #10

Closed jwmeyer closed 5 years ago

jwmeyer commented 5 years ago

I have connected my Wemos D1 mini to the ISP connector on the Zero, SS to D10 and D1 to D7. The SPI never starts on the M0. I added: #include and SPI.begin(); to the client app and the SPI now connects to the ESP8266 with no issues. Could you point me in the right direction to add this to your library or could you check to see why the SPI isn't starting on the M0.

JiriBilek commented 5 years ago

Hi. could you please add a minimum sketch showing the problem? Thanks.

jwmeyer commented 5 years ago

Sorry, I installed WiFiSpiESP v 0.1.4 and it now works correctly.