This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

secure dfu [node.js][linux]

Hi,

Im trying to develop an linux-application running on node.js to communicate with a nrf52 device. Im using the noble-module (noble) and a usb bluetooth-dongle.

Subscribing, writing and reading is working very good, but when it comes to secure dfu, I have no idea how to implement this in my node.js app.

Searching the web, I found your "secure-dfu-web-bluetooth" librarylink. I tried running this on node, but had no luck.

There is also a npm-module "web-bluetooth-dfu" link, but secure-dfu is not implemented.

Is my only option to install nrfutil (python) ? ref. link

Why is there so few options available for javascript/node.js, while python/C/android/iOS is well documented ?

Related