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

regarding nrf-ble-long-range-demo

hello,

i am using two customised nrf52840 boards to get maximum range between the boards using this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo i have included this in C:\sdk15\nRF5_SDK_15.0.0_a53641a\examples\ble_central_and_peripheral\experimental but it does not seems to be working as it showing this error C:\sdk15\nRF5_SDK_15.0.0_a53641a\examples\components\libraries\experimental_log\src\nrf_log_backend_rtt.c: No such file or directory can some one tell the correct path for this program and also can i use the same program in sdk 17?

thanks and regards

manikandan v

Parents
  • Hi,

    Try putting the project folder in the 

    .\nRF5_SDK_15.0.0_a53641a\examples\ble_central_and_peripheral\ instead of nRF5_SDK_15.0.0_a53641a\examples\ble_central_and_peripheral\experimental

    regards

    Jared 

  • thats also not working i have included all the required header as my own finally one error is coming on peripheral side

    C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 5.20a/gcc/arm-none-eabi/bin/ld: cannot open linker script file

    C:/sdk15/nRF5_SDK_15.0.0_a53641a/examples/ble_central_and_peripheral/experimental/nRF52-ble-long-range-demo-master/peripheral_long_range_demo_kit/pca10056/s140/ses/Output/Debug/Obj/peripheral_long_range_demo_pca10056_s140/peripheral_long_range_demo_pca10056_s140.ld: No such file or directory

    can you please tell me how can i clear this error

    thanks and regards

    manikandan v

Reply
  • thats also not working i have included all the required header as my own finally one error is coming on peripheral side

    C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 5.20a/gcc/arm-none-eabi/bin/ld: cannot open linker script file

    C:/sdk15/nRF5_SDK_15.0.0_a53641a/examples/ble_central_and_peripheral/experimental/nRF52-ble-long-range-demo-master/peripheral_long_range_demo_kit/pca10056/s140/ses/Output/Debug/Obj/peripheral_long_range_demo_pca10056_s140/peripheral_long_range_demo_pca10056_s140.ld: No such file or directory

    can you please tell me how can i clear this error

    thanks and regards

    manikandan v

Children
Related