Hello.
I have several problems with building this demo:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
As author recommends:
- Download and extract nRF5 Mesh SDK v2.2.0
- Extract ThingySDKv2.1_mod.zip inside "external" in Mesh SDK. Should keep the "ThingySDKv2.1" folder name.
- Download and extract nRF5 SDK v15.3
- In SDK v15.3: \components\boards folder remove/rename file pca20020.h. It conflicts with the same file in Thingy SDK.
- Clone this repo into \examples\ (so that thingy_provisioning_demo.emProject is 2 levels under "examples" folder. )
- Connect the Thingy to the Debug port out on the DK or the Segger Jlink debugger.
- Do an erase all to remove the Thingy original firmware and bootloader
- Open Segger Embedded Studio, and install the "nRF CPU Support Package". You can check it by click the main tool bar "Tools" -> "Package Manager", and search "nRF CPU Support Package".
- Make sure you followed the SES.md guide in \doc\getting_started in nRF MESH SDK v3.2.0 of adding
SDK_ROOT
macro into SES, the same as when you started with Mesh examples. - Compile one of the project provided in this repo and flash the firmware, the softdevice is flashed automatically.
I have:
1. No problem
2. No problem
3. Where should I extract this zip? Shoult it be the place where I just unpacked "nRF5 Mesh SDK v2.2.0" from point 1?
4,5,6.. I haven't received it yet