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

ble_hrs on a custom board

Hello. I'm trying to port the ble_hrs to a custom board with an NRF51822 on it, but the advertising never starts. While I'm debugging this, what should I be looking out for that would make the design not work properly on the chip? I have only one button, and I set the LEDs to different pins.

Parents
  • There isn't a lot to go on here so I'll ask a couple of basic questions:

    1. Is the soft device programmed on your chip before attempting to start your application?
    2. Is the application throwing an ASSERT of some sort during your initialization?
    3. Can you trace the initialization in the debugger and see what is happening?
    4. Can you post your initialization code?
Reply
  • There isn't a lot to go on here so I'll ask a couple of basic questions:

    1. Is the soft device programmed on your chip before attempting to start your application?
    2. Is the application throwing an ASSERT of some sort during your initialization?
    3. Can you trace the initialization in the debugger and see what is happening?
    4. Can you post your initialization code?
Children
Related