Customized OTA DFU on the NRF52 SOC

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
DDEisenhower
 
Posts: 1
Joined: Thu Dec 02, 2021 8:27 am

Customized OTA DFU on the NRF52 SOC

Post by DDEisenhower »

I am using a NRF52840 SOC board (Wisblock RAK4631) , Wisblock is using this core https://github.com/sandeepmistry/arduino-nRF5 & https://github.com/adafruit/Adafruit_nRF52_Arduino for its devices to run on the Arduino platform.

I need to perform a customized OTA DFU for my application and wanted to inquire which functions/APIs the BLE DFU process was importing from the NRF SDK to interact with the internal memory of the NRF52 and write the image.

The BLE DFU process is present in the Bluefruit52lib library from Adafruit NRF52 Arduino core. (https://github.com/adafruit/Adafruit_nR ... BLEDfu.cpp)

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”