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

NRF52840 ble-app-uart example does not send serial when flashed into a SparkFun Pro nRF52840

Hi,

I am currently trying to test the capability of bluetooth 5 long range mode using a pair of SparkFun Pro nRF52840. I have used the blue-app-uart example and:

1) Added sparkfun board definition

2) Modified the makefile.

I am currently able to compile and flash the programme into the SparkFun Pro nRF52840 but the uart does not work. The computer does not even detect it as a serial device.

I am very new to the embedded scene so I might have missed something in the makefile or something along that line. I would be very grateful if you could point me in the correct

direction towards getting uart from NRF52840 to work with SparkFun Pro nRF52840. Thank you very much!

Parents Reply
  • Hi.

    The example found in the folder \examples\ble_peripheral\ble_app_uart does not use the long range feature. So regardless of how you adapt the Makefile, you will not have any long range unless you implement this into the example.

    If you are able to compile and flash the example onto the board, you also need to flash the SoftDevice, otherwise the Application won't start, you must also configure the correct UART pins.

    Best regards,

    Andreas

Children
No Data
Related