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

ble_app_beacon doesnt work

hi

i downloaded nordic thingy52 FW and i uploaded on my board PCA20020

and that is working correctly but when a i downloaded nRF5_SDK_15.0.0 at first i compile (ble_app_beacon) without any changing and without error

but when i uploaded on my board it doesnt work

i tried to change defined board to PCA20020 as you see in picture

but i got error

what is problem

how can i fixed this example and others in this version that works???


Parents Reply Children
  • thanks a lot ,ble_beacon is working well

    but i tried to upload blinky from sdk13 to my board but it doesnt work

    at first i uploaded soft device then uploaded blinky by nrfgo

    what is the reason?

    thanks

  • Hi.

    If you want the Thingy52 to blink when you upload the example in the nRF5_SDK_13.0.0_04a0bfd\examples\peripheral\blinky folder, you have to change the pin maps, because that example are pin mapped for the nRF52840 and the nRF52832.

    - Andreas