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

beacon sample do not work

hi

I am using nr5340 and it adrvertise as nordic_lbs.. but i want to advertise through beacon sample. it still shows nordic_lbs in my mobile nrfconnect software. but it should show like test_beacon.. as per guide.. i have unintsall and intsall it.. still no luck.. i have erased the board and then tried again.. but it do not work

  • Hi

    Please check what your DEVICE_NAME is defined as in your application. By default in the peripheral_lbs example it is set as nordic_lbs. You need to change the DEVICE_NAME define to be whatever you'd like it to be called.

    Best regards,

    Simon

  • it is test_beacon in the beacon sample plus it do dnot show beacon data.. it shows something else...

    On the other hand.. one of my project mate .. get different output while running project beacon... You can see the difference clearly.. 

    we had troubleshoot it.. and he said i am missing in zephyr package..it do not shows none on his laptop.. .. but it shows none on my laptop... dropdown in nrfconnect toolchain version.. he said it showing none on my pc.. as u can see. i sthis the issue

    i have reinstalled it manually.. even then it shows nordic_lbs for beacon sample.. while in code device name is test beacon

  • Hi

    It doesn't seem like your device is actually flashed with the test beacon sample, but rather with the peripheral_lbs example. I would recommend using the toolchain manager instead of downloading the nRFConnect SDK manually. It seems like you're trying to open the peripheral_lbs project from the bottom screenshot you uploaded. You need to open the correct project. It should look like this:

    Best regards,

    Simon

  • sire i have did the same.. that was just an xample for.. plus i did exactly what u  said.. but it shows nordic_lbs.. i have reset my system and then tried again.. but it still do not flash beacon..

    i have done verything right.. but why it flash peripheral _lbs

    clean sol- build sol-- connect target--  debug==go and run

  • Hi

    First, please try checking the "Clean Build Directory" box in this window. Then, try pressing the "Build and Run" button in SES, and show me the build log from SES. I don' think your beacon project is building/flashing onto the nRF53 successfully. You can also try doing an nrfjprog --recover command in your command line to make sure that the application core isn't blocked by APPROTECT. 

    Best regards,

    Simon

Related