Readme update

This commit is contained in:
Aleksander Nowakowski 2016-03-02 16:43:49 +01:00
parent c71c1f1f2f
commit b7d01db54c
1 changed files with 3 additions and 3 deletions

View File

@ -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.