Xamarin.Nordic.DFU.Android
2.4.2.3
dotnet add package Xamarin.Nordic.DFU.Android --version 2.4.2.3
NuGet\Install-Package Xamarin.Nordic.DFU.Android -Version 2.4.2.3
<PackageReference Include="Xamarin.Nordic.DFU.Android" Version="2.4.2.3" />
paket add Xamarin.Nordic.DFU.Android --version 2.4.2.3
#r "nuget: Xamarin.Nordic.DFU.Android, 2.4.2.3"
// Install Xamarin.Nordic.DFU.Android as a Cake Addin #addin nuget:?package=Xamarin.Nordic.DFU.Android&version=2.4.2.3 // Install Xamarin.Nordic.DFU.Android as a Cake Tool #tool nuget:?package=Xamarin.Nordic.DFU.Android&version=2.4.2.3
Xamarin binding library for Nordic Android DFU
This is an Xamarin binding library for the Nordic Semiconductors Android library for updating the firmware of their devices over the air via Bluetooth Low Energy. The Java library is located here: https://github.com/NordicSemiconductor/Android-DFU-Library
The "Sample" folder contains a small Xamarin app that uses the library.
Note to self: to avoid some strange formatting errors when compiling apps using this lib, I was forced to unpack the aar, and add the attribute formatted="false" on line 26(with the double %d/%d), rezip it and use the mod when binding....
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid13.0 is compatible. |
-
MonoAndroid 13.0
- GoogleGson (>= 2.10.1.8)
- Xamarin.AndroidX.Annotation (>= 1.7.0.2)
- Xamarin.AndroidX.Core (>= 1.12.0.2)
- Xamarin.AndroidX.LocalBroadcastManager (>= 1.1.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Update to version 2.4.2 from the Nordic library.