Laerdal.Dfu 1.27.173

Prefix Reserved
dotnet add package Laerdal.Dfu --version 1.27.173
                    
NuGet\Install-Package Laerdal.Dfu -Version 1.27.173
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Laerdal.Dfu" Version="1.27.173" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Laerdal.Dfu" Version="1.27.173" />
                    
Directory.Packages.props
<PackageReference Include="Laerdal.Dfu" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Laerdal.Dfu --version 1.27.173
                    
#r "nuget: Laerdal.Dfu, 1.27.173"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Laerdal.Dfu@1.27.173
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Laerdal.Dfu&version=1.27.173
                    
Install as a Cake Addin
#tool nuget:?package=Laerdal.Dfu&version=1.27.173
                    
Install as a Cake Tool

Laerdal.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 native iOS Pod library is located here: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library

Build status

NuGet Badge

Building Locally

1) Checkout

git clone https://github.com/Laerdal/Laerdal.Dfu.git

2) Build

dotnet msbuild Laerdal.Scripts/Laerdal.Builder.targets /m:1 /p:Laerdal_Version=9.0.x.0 /p:Laerdal_Github_Access_Token=<place your github access token here - its needed by carthage>

Known issues

  • Trying to use the iOS/Android flavours of this library in desktop-simulators for iOS/Android will probably result in compilation errors. If you want to perform general purpose UI-testing on your desktop using such simulators you need to tweak your nuget references to use the -force-dud nuget of Laerdal.Dfu like so:
<PackageReference Include="Laerdal.Dfu" Version="x.y.z-force-dud">
    <NoWarn>$(NoWarn);NU1605</NoWarn>
</PackageReference>

Alternatively you can achieve the same result by overriding the reference to Laerdal.Dfu.Bindings.iOS like so (note: this solution is only applicable for iOS and will work only for iOS sdk 18.x or below!):

<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="x.y.z-ios-sim-arm64">
  <NoWarn>$(NoWarn);NU1605</NoWarn>
</PackageReference>
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios18.0 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst18.0 is compatible.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.27.173 2,121 12/19/2025
1.27.173-force-dud 731 12/19/2025
1.27.171 254 12/19/2025
1.27.171-force-dud 228 12/19/2025
1.27.168 2,579 7/22/2025
1.27.168-force-dud 749 7/22/2025
1.27.167 4,245 3/18/2025
1.27.167-force-dud 246 3/18/2025
1.27.166 346 3/6/2025
1.27.166-force-dud 269 3/6/2025
1.27.165 223 2/28/2025
1.27.165-force-dud 188 2/28/2025
1.27.164 345 2/26/2025
1.27.164-force-dud 181 2/26/2025
1.27.163 170 2/26/2025
1.27.163-force-dud 163 2/26/2025
1.27.161 173 2/26/2025
1.27.161-force-dud 175 2/26/2025
1.27.160 171 2/26/2025
1.27.160-force-dud 171 2/26/2025
Loading failed