This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Where is nRF5 SDK for Mesh v0.10.0 ?

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 Grimacing 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 ..

Parents Reply Children
  • Hi Hung Bui,

    I followed your instructions and made some necessary modifies, right now I am so close to the solution. I got only one error. L6200E: Symbol GPIOTE_IRQHandler multiply defined (by simple_hal.o and nrfx_gpiote.o). I saw that you disabled the one in the simple.hal.c file. But it didn't work for me. Removing from the nrfx_gpiote.c also didn't fix the problem. After removing or disabling one of this function, errors become 8 and all of them are L6218E Undefined Symbol errors. I checked the include paths, it's all correct. Tried to follow solutions that I found on the web but unfortunately they didn't fix it too. I hope you got some opinions what to do Slight smile You can see those 8 errors on the screenshot.

Related