This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BLE program on n51822 not working

Hi,

I'm trying to broadcast my BLE on my custom-made NRF51822 custom board. 

My code was intended to run on Nrf51422, and it runs correctly on my PCA10028 DK with NRF514, however the advertising is not happening on my custom board.

I am able to burn/download/erase my code correctly on my custom board with the Nrf51822 chip, however, no advertising. 

Best,

Alam

Parents Reply
  • In therory the crystal is optional, but the example sources almost all require it to be present in order to run unmodified. Probably because that consumes less current.

    I leave the required modification to sdk_config.h as an exercise to the reader. Yes, you need to read those documents on the infocenter and the source code.

Children
Related