B4R Question Arduino software update

Mostez

Well-Known Member
Licensed User
Longtime User
Hello,
I'd like know how to update uploaded B4R software on Arduino for commercial use(i.e. releasing new update and ask customers to upgrade to new version), what file should I use and how to upload it to Arduino.
 

positrom2

Active Member
Licensed User
Longtime User
If there is a bootloader onboard, you can upload the hex file using this
https://github.com/christophediericx/ArduinoSketchUploader
(command line utility, Windows)
or this: "Xloader" (very simple GUI).
Both work for just a few (but probably most popular) types of controllers.
Without a bootloader, you must upload the hex file using some ISP suitable programmer (e.g. AVRISP MKII for Atmel controllers), and having the six ISP pins exposed on the board.
 
Upvote 0
Top