5 years ago.

Custom Board : NRF522832 beacon not visible.

I am able to upload the compiled hex for hrs on NRFDK2 board and all custom boards This boards are bought online, default firmware showed beacon on nrfconnect mobile app so hardware defect is ruled out.

There is no beacon found by scanner when firmware run s on custom boards.

1 Answer

5 years ago.

Hi Rahul,

I will suggest below troubleshotting you could try.

First, try blinky example https://github.com/ARMmbed/mbed-os-example-blinky , to make sure Mbed OS works on this board. If it's not working, there might be some driver or configuration issues you should fix.

And then try ble examples, and print out the error messages.

Thanks, Desmond