arduino / WiFi101-FirmwareUpdater-Plugin

WiFi101 Firmware Updater Tool for Arduino IDE
13 stars 23 forks source link

Documentation missing covering baud rate #44

Open kapcake opened 5 years ago

kapcake commented 5 years ago

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.