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

nrf ic advertising mac_id but signal not found

Hi Sir

We are facing issue that  nrf ic advertising mac_id... but signal not found...

kindly help with this issue .....

thanks

regards

vaithinadan

Parents
  • 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 

Reply Children
Related