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

Bluetooth SDK - Help Getting Started

Hi,

Our team has identified an opportunity that your nRF52832 fits well, I am having a difficult time getting started with your Bluetooth SDK and reaching out for assistance. I have experience with other BLE-MCU solutions, I am having difficulties getting started with the nRF and need assistance getting started.

Working now:

  • Alt. MCU-BLE solns (3 vendors, multiple dev kits on-hand)
  • Nordic nRF52840-DK up
    • GPIO, UART, FreeRTOS, etc.
  • Nordic nRF52832-DK up
    • PDM, etc.
  • nRF5 SDK v15.3.0
    • Segger & IAR
    • Install, compile & deploy

Needs:

  • Bluetooth hello world with demo to iPhone

I have spent much time attempting and debugging your demo content with no success yet, reaching out for assistance. Let me know if this is possible!

Parents Reply Children
  • Where did you find that project? It was a little different from mine, and some changes to the SDK was required. The original ble_app_blinky example should build out of the box. If you got the project from somebody else, I would recommend you to talk to them.

    Try removing the files "app_timer2.c", "drv_rtc.c" and "drv_rtc.h" from nRF5_SDK_15.3.0_59ac345\components\libraries\timer\experimental to nRF5_SDK_15.3.0_59ac345\components\libraries\timer. It seems like the people you inherited the project from (if you did) have done so.

    Best regards,

    Simon

Related