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

BLE communication can not be performed (SCAN is not performed)

Hello

I am trying to do BLE communication using BLENano2 (nRF52832) now.

Therefore, using SDK 15.0.0, we are writing a program with keil u5.

BLE communication can not be performed using ble_app_blinky.

DAPLink of BLENano 2 said that it is sufficient to drag and drop sotfdevice to the file that appears when plugging USB into PC.
After that, I could write it by dragging and dropping the hex file created when compiling with keil in the same way.

Why can't BLE communication while writing softdevice?
BLENano2 is a peripheral.
Central uses the iPhone 8.

Thank you.

Parents
  • What debugging have you done to find where it's going wrong?

    I would strongly recommend starting with a Nordic Dev Kit - that way, you get examples ready-to-go and specifically configured for the Kit - so you don't have any doubts about whether you have things set up correctly, and more people will be able to support you through any problems.

Reply
  • What debugging have you done to find where it's going wrong?

    I would strongly recommend starting with a Nordic Dev Kit - that way, you get examples ready-to-go and specifically configured for the Kit - so you don't have any doubts about whether you have things set up correctly, and more people will be able to support you through any problems.

Children
Related