This is the 2.0.1 release of u-blox C209 AoA Tag Sample Application. This is a minor bug fix release.
This release is compatible with u-connectLocate 2.0 and later.
Bug fixes
- Fixes bug where AoA was not correctly started/stopped when doing multiple enables/disables.
This release contains a .zip with four folders
Folders named _for_dfu_boot
Use this to avoid need of external debugger to flash. Works with the DFU bootloader that all C209 comes pre-flashed with. Flash the app.zip using nrfutil, see README or user guide for more details. nrfutil
executable for flashing with dfu bootloder can be downloaded from here: https://github.com/NordicSemiconductor/pc-nrfutil/releases
Folders named _no_boot_required
Does not require any bootloader, just flash the .hex file. Requires external debugger.
Folders named release_
/debug_
Always use release
unless you need debug information. debug
will consume more power.