#dfu #nordic #nrf #command-line-tool

bin+lib blelora

A command-line utility written in Rust that supports Device Firmware Updates (DFU) for devices running Adafruit_nRF52_Bootloader

3 releases

0.1.2 Apr 1, 2022
0.1.1 Mar 30, 2022
0.1.0 Mar 16, 2022

#1051 in Hardware support

37 downloads per month

Custom license and GPL-3.0-only

300KB
657 lines

Contains (Zip file, 190KB) WisCore_RAK4631_Board_Bootloader.zip, (Zip file, 79KB) firmware.zip

BLELoRa CLI

A command-line utility written in Rust that supports Device Firmware Updates (DFU) for devices running Adafruit_nRF52_Bootloader.

Device Support

Currently the WisBlock-RAK4631 is the only supported board. The option to specify additional supported boards will be added soon.

Install

For macOS(Intel & M1) users, install brew first, then use the install command below:

brew install blelora/blelora-cli/blelora

For Windows users, install Scoop first, then use the install command below:

scoop install https://raw.githubusercontent.com/blelora/blelora-cli/master/install/blelora.json

From Pre-compiled Binaries:
Download from the releases page.

With Cargo, the Rust package manager:

cargo install blelora

Update

For macOS(Intel & M1) users, to update, use the command below:

brew upgrade blelora

For Windows users, to update, use the command below:

scoop udpate blelora

With Cargo, the Rust package manager:

cargo install blelora

Usage

$ blelora --help 
blelora 0.1.1
Common options

USAGE:
    blelora <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    dfu     Initiate DFU over serial
    help    Prints this message or the help of the given subcommand(s)

Upload Firmware over DFU Serial

$ blelora dfu serial --package <zip file location or URL to zip> --touch 1200

Roadmap

  • DFU Capability
  • LoRaWAN Credential Configuration

Dependencies

~15–30MB
~455K SLoC