This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About NRF_RADIO->MODE of "ble_app_buttonless_dfu" example

Hello.

I have my application created by referring to "ble_app_buttonless_dfu" example.

When I applied for certification with this application, it was determined that this radio was not BLE. In my research, I found that the value of NRF_RADIO-> MODE was 0 ( = "1Mbit/s Nordic proprietary radio mode").

I have the following questions:

  1. Is "ble_app_buttonless_dfu" example of working in "1Mbit/s Nordic proprietary radio mode"?
  2. What is the difference between "Nordic proprietary radio mode" and "Bluetooth Low Energy"? What is the difference in wireless specifications, and is there any difference that affects users in actual use?
  3. How should I change the source code from "ble_app_buttonless_dfu" example to operate with "1Mbit/s Bluetooth Low Energy"? Also, which example works with "1Mbit/s Bluetooth Low Energy"?
  4. How can I be sure that the module is running in BLE? I want to check without using a debugger.

Thank you.

Related