Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I've been maintaining our application on old versions of nRF51 libraries for over a year. These all targeted S130 SoftDevice.
Recently updated to the latest libraries, targeting S130. All application code seems to work well except that the DFU Service is no longer discovered after connecting.
We add the service as:
DFUService dfu(ble);
as described here: https://developer.mbed.org/teams/Bluetooth-Low-Energy/wiki/Firmware-Over-the-Air-FOTA-Updates
Any help is appreciated.