chiararuggeri / nrf52-OTA-BLE-Linux

12 stars 3 forks source link

Python nrf52 OTA BLE

This is a python program to perform a Device Firmware Update over BLE on nRF52832 devices. It has been developed on Linux 14.04. The target device should have SDK version 11 and must have a working DFU service.

Prerequisite

This project depends by several modules:

Usage

Launch the program with the following command:

sudo python gui.py

"sudo" is needed to scan BLE devices.