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,

Reply
  • 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,

Children
Related