Hi!
Some prerequisite info:
- We are using nrf52840 boards as our peripherals
- We are using v16.0.0 SDK
- We are using the s113 SoftDevice, more specifically s113_nrf52_7.0.1_softdevice.
- Since our central code is written in .NET Core, we use Windows.Devices.Bluetooth to take care of the PC side of the bluetooth.
Now onto my question:
We want to know at the application level what our current bootloader version is, to be able to know if we need to update it or not (OTA).
Is this possible? Can the app request the bootloader version, even though they are not on the same address space?
Followup- if this is possible, can the value be shown as a characteristic?
Thanks!
Roi