arduino-libraries / WiFi101

Wifi library for the Arduino WiFi 101 Shield
158 stars 128 forks source link

WINC1500 XPLAINED PRO 19.5.2 firmware update SAMD21 #164

Closed Dragonzss1 closed 7 years ago

Dragonzss1 commented 7 years ago

Is it possible to use this code to update my WINC1500 through the SAMD21? I need to update to 19.5.2 to stop the socket buffer full error.

Edit: I also saw this page http://asf.atmel.com/docs/latest/common.components.wifi.winc1500.firmware_update_project.sam4s_xplained_pro/html/index.html, but how do i download the files to update my firmware to 19.5.2?

kbumsik commented 7 years ago

Not sure how to do that using Arduino IDE, but you can do it using Atmel Studio IDE. There is an example project that you can update a new firmware in Atmel Studio. Go to Atmel's document, section 5, How to Download New ATWINC1500 Firmware

Dragonzss1 commented 7 years ago

Thanks for the information, I finished the update and updated the drivers, but now the buffer gets full after 38 published messages instead of 7. Transferring at 1 publish or second. Was this firmware update suppose to fix this problem?