You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rumbac - a simple flasher for Arduino Nano 33 BLE Rev2 / Sense Rev2
rumbac is a simple commandline tool for uploading .bin files with compiled
programs to the Arduino Nano 33 BLE Rev2 or ... Sense Rev2 board
(with the nRF52840 microcontroller).
The boards come preprogrammed with a builtin bootloader,
communicating over a serial port over USB.
The protocol used for that is a very simple, text-based one, called "SAM-BA".
rumbac implements a very minimal subset of that protocol,
just enough to allow flashing a .bin file to one of those supported boards.
The implementation is based on a popular bossac tool,
in a variant forked by the Arduino team for the Nano board.
Note: the tool does not currently implement variants of the "SAM-BA"
protocol for any other boards, because I don't own them, and thus cannot
test. If you'd like to have support added for your favourite bossac-compatible
board, this project is open to contributions/forks - or,
you could send me a specimen of that board and I will try to add it.