How to create customized software to program boards via bluetooth on nRF Connect

Hi, I'd like to add that "BLE capabilities for nRF Connect" to my customized software in the dongle, is there an example code or template which I can add to my customized code such that it can do that? Because when I tried using the dfu sample codes that come with the SDK 17.1.0, I was stilled asked to program the device to something else.

Parents Reply
  • The build was generated by opening the central_smp_client_dfu folder. At the NRF for VS code page, I selected nRF connect 2.0.0 as suggested by the instruction. And I clicked pristine build under "ACTIONS".

    There is nothing at the output terminal, one warning that says "__ASSERT() statements are globally ENABLED". But a bin file is generated none the less as zephyr.bin. There is another one called isrList.bin which I didn't use.

Children
Related