nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

advertising with NRF52840

Hi
I want to advertising with NRF52840 DK, I do tutorial explanation and for PCA10056\S140 after load main.c it compile without any error and warning but I cant find any device with "Helloworld" name on bluetooth mobile phone .
for pca10040\s132 I have error: #5: cannot open source input file "nrf52_erratas.h": No such file or directory
any help with this issue would be a massive help
Thanks in advace.

Parents Reply Children
  • I don't know wat nrf52-ble-tutorial-advertising program you refer to, but if it is the ble_app_template example, it will not advertise as Nordic_UART. However, the ble_app_uart example should, if you didn't change anything.

    In the nRF Connect for Android/iOS, do you see any advertising devices? (either with a name or just an address?) Just to see that you are actually able to scan at all. 

    If you see other devices, but not the Nordic_UART (while using the ble_app_uart example), how do you program the nRF52840 DK? Is it an official nRF52840 DK or a 3rd party device?

    If you are using another IDE than Segger Embedded Studio, did you remember to also flash the softdevice (found in the SDK\components\softdevice\s140\hex\ folder).

    Best regards,

    Edvin

  • Very thank you for helping me , problem is solved

    Best regards,

    NRM

Related