見出し画像

Update Arduino Firmware using arduino-fwuploader in Windows

Hi,

Recently I have a project, that control my arduino using a gamepad, and I searched around, I found bluepad32, this is amazing library, because its support many gamepads. 

But before I can use the library, I have to flash my arduino 33 iot using bluepad32 firmware, here is what I did

.\arduino-fwuploader.exe firmware flash -b arduino:samd:nano_33_iot -a COM3
 -i .\bluepad32-nina-full-v3.7.3.bin
The Output Screen (progress writing the firmware)

And to check whether it was successfully, try using this command (please change the port COM3, according to your device serial connection

.\arduino-fwuploader.exe firmware get-version -b arduino:samd:nano_33_iot -a COM3


Now my firmware already upgraded

Reference links

Releases · Ricardo Quesada / Bluepad32 · GitLab
Releases · arduino/arduino-fwuploader · GitHub

この記事が気に入ったらサポートをしてみませんか?