I am trying to do mesh dfu package transfer. Trying out the steps given in nrf infocenter.
getting the error : No such command 'genpkg'.
I am trying to do mesh dfu package transfer. Trying out the steps given in nrf infocenter.
getting the error : No such command 'genpkg'.
I am a beginner to nrf. Need more suggestions on how to perform the dfu transfer for mesh network.
Is there any already existing code for gateway which has device auto detection and conncetion?
Hi,
Can you give me more information about your setup? What device are you using, is it custom or a DK?
What SDK are you using?
What documentation did you follow on infocenter? Can you give a link?
If you you are new to mesh I suggest you have a look at these:
Hi Mttrinh, I am using the Mesh SDK. I am trying out stuffs in nrf52840 DK. I want my DK to act as a provisioner and other two nrf52840 dongles to act as nodes(provisionee).
I am following this documentation - https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing.html
I have already looked into mesh concepts and architecture. Also tried few basic examples on my DK.
I want to know if there is an already existing provisioner and provisionee code which can be flashed to my DK and dongle.
Thanks
Hi,
In regards to DFU, did you follow everything under "Requirements"?
Hareesh said:I want to know if there is an already existing provisioner and provisionee code which can be flashed to my DK and dongle.
You can find provisioner example in our SDK under <InstallFolder>/examples/provisioner. As for provisionee code I suggest you have a look at the Light switch client/server example, you can find it under <InstallFolder>/examples/light_switch. It is no native support for the nRF52840 dongle so you will have to do some modifications to the example. I suggest that you take a look at this. It should contain information about how to modify examples to fit the nRF52840 Dongle.