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

nRF52 BLE Not Working

Hi, I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine. I tried to then compile using Keil, it compiled,

when upload again blinky code it works.

Parents
  • Hi,

    Did you remember to flash the SoftDevice?

    The hex(ble_app_beacon_pca10040_s132.hex) in the folder SDK_folder\examples\ble_peripheral\ble_app_beacon\hex have combined both the S132 SoftDevice and the Application code in Keil.

    When you are building the code in Keil, you need to flash the S132 SoftDevice first. You can find the SoftDevice in the folder SDK_folder\components\softdevice\s132\hex

Reply
  • Hi,

    Did you remember to flash the SoftDevice?

    The hex(ble_app_beacon_pca10040_s132.hex) in the folder SDK_folder\examples\ble_peripheral\ble_app_beacon\hex have combined both the S132 SoftDevice and the Application code in Keil.

    When you are building the code in Keil, you need to flash the S132 SoftDevice first. You can find the SoftDevice in the folder SDK_folder\components\softdevice\s132\hex

Children
No Data
Related