From b7d01db54ca731196a2c7910e616a6f67c736a79 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Wed, 2 Mar 2016 16:43:49 +0100 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9feb49d..fa3e588 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ compile 'no.nordicsemi.android:dfu:0.6.2' ### Device Firmware Update (DFU) -The nRF51 Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF51 Series and their associated software architecture +The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. -This brings added security and flexibility to product development when using the nRF51 Series SoCs. +This brings added security and flexibility to product development when using the nRF5x Series SoCs. ![Device Firmware Update](resources/dfu.png) -This repository contains a tested library for Android 4.3+ platform which may be used to perform Device Firmware Update on the nRF51 device using a phone or a tablet. +This repository contains a tested library for Android 4.3+ platform which may be used to perform Device Firmware Update on the nRF5x device using a phone or a tablet. DFU library has been designed to make it very easy to include these devices into your application. It is compatible with all Bootloader/DFU versions.