Description
Hi,
It would be nice if there was some documentation covering the fact that you have to set a different baud rate in the FirmwareUpdater sketch if you want to update the firmware to a different version than 19.4.4.
It was only in the code that I saw the difference in the baud rate.
I was having issues updating the firmware on a Adafruit ATWINC1500 breakout board for over a week now and no search on the internet could help.
I received the message "Programmer not responding" when trying to update. I used version 1.8.9 of Arduino IDE, on different OS (Mac, Win). After installing version 1.8.8, I tested again and then the check worked, but the only firmware version available was 19.4.4.
After checking the code here, I realised the issue was the baud rate.
Updated successfully now.