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

Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle

Hi,

I want to use nRF52840 USB dongle in my setup with other PCA10056 boards. I have seen that in link https://www.nordicsemi.com/eng/Products/nRF52840-Dongle it is mentioned that it can support bluetooth mesh. While I am browsing in devzone it is mentioned like "But unfortunately, the Mesh SDK does not support the nRF52840 Dongle(PCA10059) as of now". So how can I proceed to use nRF52840 USB dongle for bluetooth mesh?

Thanks,

Sridhar

Parents Reply
  • I dont have SEGGER JLink 10 pin cable and it is must for SES programming right. That is the reason I use GCC cmake Unix to generate proxy_server_nrf52840_xxAA_s140_6.0.0.hex and generating package by giving command:

    nrfutil pkg generate --hw-version 52 --sd-req 0x00 --softdevice  C:\Users\THIS\Downloads\nRF5_SDK_15.0.0_a53641a\components\softdevice\s140\hex\s140_nrf52_6.0.0_softdevice.hex --application-version 1 --application dongle_proxy_server_nrf52840_xxAA_s140_6.0.0.hex --sd-id 0xA9 pkg.zip

    Programming command: nrfutil dfu usb_serial -pkg pkg.zip -p COM9

    Reset the board after this and it is not visible.

Children
Related