I want to use nRF52840 USB dongle as mesh server device.
I have tried several links but not success.
Please provide me hex file so I can flash using nRF connect desktop app.
Please guide me how to write hex file using nRFconnect desktop app.
I want to use nRF52840 USB dongle as mesh server device.
I have tried several links but not success.
Please provide me hex file so I can flash using nRF connect desktop app.
Please guide me how to write hex file using nRFconnect desktop app.
Hi,
The Bluetooth mesh is fully compatible with the nRF52840 platform, but only a few examples on the latest nRF5 SDK for Mesh have support for running on the nRF52840 dongle. Only the server light switch example has been tested with the dongle.
About the limited compatibility of the nRF5 SDK for Mesh with the nRF52840 dongle see: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_mesh_compatibility.html&anchor=compatibility_nRF52840_dongle
To compile the hex file, open up the light switch server example i Segger Embedded Studio and compile for the PCA10059 board, follow instructions in this guide: https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial
Best regards,
Marjeris
Hi,
The Bluetooth mesh is fully compatible with the nRF52840 platform, but only a few examples on the latest nRF5 SDK for Mesh have support for running on the nRF52840 dongle. Only the server light switch example has been tested with the dongle.
About the limited compatibility of the nRF5 SDK for Mesh with the nRF52840 dongle see: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_mesh_compatibility.html&anchor=compatibility_nRF52840_dongle
To compile the hex file, open up the light switch server example i Segger Embedded Studio and compile for the PCA10059 board, follow instructions in this guide: https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial
Best regards,
Marjeris