1.2.0 • Published 5 years ago

nrfdfu-node v1.2.0

Weekly downloads
6
License
GPL-3.0-only
Repository
github
Last release
5 years ago

nrfdfu-node

A Node.js module (Linux-only) for performing Bluetooth DFU firmware upgrades for Nordic Semiconductor nRF52 and probably nRF51 using a regular BT interface.

Installing

This package should be built on the machine it's going to run. It is only compatible with Linux systems. Before compiling, install these dependencies:

sudo apt-get update
sudo apt-get install libzip-dev libjson-c-dev

Author

The original C code is based on https://gitlab.com/visti_how/nrfdfu_ng. Little modifications were made to C code. The Node.js code was written by Daniel Sandoval for LoopKey.

License

This code is licensed under GNU GPLv3.