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

Problem with Zigbee Multiprotocol example

Hello,

I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.

I have imported some multiprotocol examples and trying to build that example.

But I am facing some problems while building the example.

There are a total of three example under nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\multiprotocol\ble_zigbee.

The one example build successfully i.e ble_zigbee_dynamic_door_lock_nus .

But the other two examples not building properly gave me error.

I have attached a screenshot of both the error. Please help me to resolve this issue.

Thank you,

Pranav

.

,

Parents
  • Hi Pranav,

    I downloaded a clean version of the SDK to test, and I was able to reproduce your issue with the ble_zigbee_dynamic_light_bulb_eddystone example, but I was unable to reproduce the issue with ble_zigbee_dynamic_light_switch_nus. Have you made any changes to the SDK? The file it says is missing should be located in /external/nRF-IEEE-802.15.4-radio-driver/src/rsch/raal/softdevice/nrf_raal_softdevice.h.

    Could you please make sure that the path of the missing file is in your User Include Directories in SES? You can find this by right clicking on "Project 'ble_zigbee_dynamic_light_switch_nus_pca10100_s140'" and then going to Options... > Preprocessor. Make sure to select "Common" as configuration, on the top left in this menu, not Debug or Release. Then open User Include Directories and look for the following path:

    ../../../../../../../external/nRF-IEEE-802.15.4-radio-driver/src/rsch/raal/softdevice

    If it's not there, please add it and try rebuilding the project.

    I'll report the problem with ble_zigbee_dynamic_light_bulb_eddystone internally.

    Best regards,

    Marte

Reply
  • Hi Pranav,

    I downloaded a clean version of the SDK to test, and I was able to reproduce your issue with the ble_zigbee_dynamic_light_bulb_eddystone example, but I was unable to reproduce the issue with ble_zigbee_dynamic_light_switch_nus. Have you made any changes to the SDK? The file it says is missing should be located in /external/nRF-IEEE-802.15.4-radio-driver/src/rsch/raal/softdevice/nrf_raal_softdevice.h.

    Could you please make sure that the path of the missing file is in your User Include Directories in SES? You can find this by right clicking on "Project 'ble_zigbee_dynamic_light_switch_nus_pca10100_s140'" and then going to Options... > Preprocessor. Make sure to select "Common" as configuration, on the top left in this menu, not Debug or Release. Then open User Include Directories and look for the following path:

    ../../../../../../../external/nRF-IEEE-802.15.4-radio-driver/src/rsch/raal/softdevice

    If it's not there, please add it and try rebuilding the project.

    I'll report the problem with ble_zigbee_dynamic_light_bulb_eddystone internally.

    Best regards,

    Marte

Children
No Data
Related