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

    The pca10040\s132 is for the nRF52832 DK. Try running an example with pca10056\s140. pca10056 is the name of the nRF52840 DK, and S140 is the softdevice for the nRF52840. 

    Do you intend to only have advertisements, or do you want to connect to the device?

    If you want two way communication between the phone and nRF52840DK, I can recommend the SDK\examples\ble_peripheral\ble_app_uart.

    Best regards,

    Edvin

Reply
  • Hello,

    The pca10040\s132 is for the nRF52832 DK. Try running an example with pca10056\s140. pca10056 is the name of the nRF52840 DK, and S140 is the softdevice for the nRF52840. 

    Do you intend to only have advertisements, or do you want to connect to the device?

    If you want two way communication between the phone and nRF52840DK, I can recommend the SDK\examples\ble_peripheral\ble_app_uart.

    Best regards,

    Edvin

Children
Related