Hi guys,
I will begin the bluetooth mesh structure part of my project. I looked at this topic to learn what I have to do for creating a mesh project at KEIL. That guide prepared for nRF5 SDK for Mesh v0.10.0 but unfortunately I could not find this version on the web. Including Nordic's website too of course :) I tried to do all these steps for v2.1.1 but I got +370 errors Also the files at step 9 (Add the example HAL files to the project, by adding the files from
examples/hal/src
and examples/nrf_mesh_sdk.c
) doesn't exist in v2.1.1. Some of these errors are about missing header files like "nordic_common.h", "nrf_gpio.h". But most of them are, expected a ")" errors (error code: #18). What can I do to fix this ? Or can someone please give me the link of SDK for Mesh v0.10.0 ?
Thanks in advance for your answers ..