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

Long-Range setup for nRF52840

Good morning,

I first made a prototype based on nRF51 series, and now I'm migrating to nRF52 by using the nRF52840.

I would like to set the device up to work in long-range conditions. How can this be done? Where can I find detailed information describing all the steps to follow?

Is there any example showing how to setup this performance?

Best regards,

Dani.

Parents
  • Hi Dani.

    There is a demo on GitHub for long-range, you can take a look at that.

    Best regards,

    Andreas

  • Hi!

    This demo doesn't seem to work with the newest SDK?

    Building ‘central_long_range_demo_pca10056_s140’ from solution ‘central_long_range_demo_pca10056_s140’ in configuration ‘Debug’
    1> Compiling ‘nrf_log_backend_serial.c’
    2> Compiling ‘nrf_log_backend_rtt.c’
    3> Compiling ‘nrf_log_backend_uart.c’
    4> Compiling ‘nrf_log_default_backends.c’
    1> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_serial.c: No such file or directory
    1> compilation terminated.
    2> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_rtt.c: No such file or directory
    2> compilation terminated.
    3> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_uart.c: No such file or directory
    3> compilation terminated.
    4> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_default_backends.c: No such file or directory
    4> compilation terminated.
    Build failed

  • Hi.

    If you look at the requirements, it says that you need SDK 15.0 to run this demo :-)

    Best regards,

    Andreas

Reply Children
No Data
Related