Hi all,
As a followup of this question, I started with the Thingy Mesh Provisioning Demo v0.5. However, I cannot get this version working possibly due to some unclear points in the README.MD
1. It's not entirely clear how the different folders should be structured. My current structure is as follows:
- C
- NordicSemi
- nRF5_SDK_15.0.0_a53641a
- nrf5_SDK_for_Mesh_v2.2.0_src
- examples
- light_switch
- thingy_provisioning_demo_generic_OnOff_BLINK
- ....
- light_switch
- external
- ThingySDKv2.1 (the modded version from git)
- ......
- .....
- examples
- NordicSemi
Is this correct?
2. Point 10. in the tutorial states: "Compile one of the project provided in this repo and flash the firmware, the softdevice is flashed automatically."
Which one should I compile in order to get this demo working?
3. Currently when I try to build the "light_switch_proxy_server_nrf52832_xxAA_s132_6_0_0.emProject", I get the following error:
1> Compiling ‘main.c’
2> Compiling ‘rtt_input.c’
3> Compiling ‘mesh_app_utils.c’
4> Compiling ‘nrf_mesh_weak.c’
1> C:\bluetooth-mesh-research\nrf5_SDK_for_Mesh_v2.2.0_src\examples\light_switch\thingy_provisioning_demo_generic_OnOff_BLINK\src\main.c:38:10: fatal error: boards.h: No such file or directory
1> compilation terminated.
4> C:\bluetooth-mesh-research\nrf5_SDK_for_Mesh_v2.2.0_src\examples\nrf_mesh_weak.c:38:10: fatal error: nrf_error.h: No such file or directory
4> compilation terminated.
3> C:\bluetooth-mesh-research\nrf5_SDK_for_Mesh_v2.2.0_src\examples\common\src\mesh_app_utils.c:40:10: fatal error: nrf.h: No such file or directory
3> compilation terminated.
2> C:\bluetooth-mesh-research\nrf5_SDK_for_Mesh_v2.2.0_src\examples\common\src\rtt_input.c:42:10: fatal error: app_timer.h: No such file or directory
2> compilation terminated.
Build failed