arduino-libraries / WiFi101OTA

Update sketches to your SAMD board over WiFi
16 stars 18 forks source link

Compatibility with other SAMD21 boards + ATWINC1500 breakout? #5

Closed dwblair closed 7 years ago

dwblair commented 7 years ago

Hi!

This functionality is fantastic.

Is it possible to use this library on a SAMD21 board like the Feather M0, with an ATWINC1500 breakout? If so, I'm wondering which wires need to be connected :) I'm guessing that the WiFi101OTA library makes a particular choice of CS pin for the SPI interface; but does it also require e.g. wiring up to RX / TX?

Cheers, and thanks for this great work!

facchinm commented 7 years ago

Hi @dwblair , if you want to use the internal storage for OTA you simply need to connect the module as you would use it normally, using the overloaded begin() function.

dwblair commented 7 years ago

Hi @facchinm -- Thank you -- I tried it, and it works brilliantly! Still seems like magic to me -- thanks thanks!

facchinm commented 7 years ago

Closing as solved :smile: