Hello forum,
I have a new project that requires Bluetooth connectivity and I think that the nRF52805 suits me best due to its very small size.
The nRF52805 would work as a slave and it would communicate via UART with the master mcu.
My biggest concern about the its firmware is whether I will be able to update the user application of the nRF device from the UART port using the master mcu.
Do I need any custom bootloader to do that?
Is there any on chip feature or any support from nRF SDK or from SoftDevice for that?
Note: over the air update is not wanted in that case. Only the master mcu will be able to update the firmware of the nRF device.