Hi Sir
We are facing issue that nrf ic advertising mac_id... but signal not found...
kindly help with this issue .....
thanks
regards
vaithinadan

Hi Sir
We are facing issue that nrf ic advertising mac_id... but signal not found...
kindly help with this issue .....
thanks
regards
vaithinadan

Hi,
What do you mean by "signal not found"? you mean your device doesn't show up when you scan for BLE devices using like the nRF connect mobile app ? is that right.
If your device doesn't show up when you scan for it, this means it's not advertising !
I see you're using the template app, but you didn't fix this small issue :
services_init();
advertising_init();
The services_init() should be called before the advertising_init().
Hope that fixes your issue,
Hi,
What do you mean by "signal not found"? you mean your device doesn't show up when you scan for BLE devices using like the nRF connect mobile app ? is that right.
If your device doesn't show up when you scan for it, this means it's not advertising !
I see you're using the template app, but you didn't fix this small issue :
services_init();
advertising_init();
The services_init() should be called before the advertising_init().
Hope that fixes your issue,
HI Sir
Thank you for your replay we tried your suggestion but same problem we are facing(advertising mac id but blue tooth signal of the device not found) .... this is our custom board ... I attached the board file image near NRF .... kindly go through the image of antenna section also....

regards
vaithinadan
Hi.
I acutally have the same question "rmptxf" asked before.
What exactly do you mean by "signal not found" can you not see the device advertising at all? Or is it only the Mac ID you cannot see?
Br,
Joakim