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

NRF52832 MESH

Hi,

    My custom card has ic nrf52832QFAAE0 AND NRF52DK has ic NRF52832QFAAE1.MESH SDK EXAMPLES runs properly on NRF52DK but not working on my hardware with ic         NRF52832QFAAE0.all other central/peripheral BLE examples runs on my hardware.

Parents Reply Children
  • with UART/Mesh coexist example .when i compile this example there is a error message "nrf_log_default_backends.c: No such file or directory"

  • Did you follow the steps described in the documentation?

    1. Copy the ble_app_uart_coexist folder into the examples/ble_peripheral folder at your nRF5 SDK installation path.
    2. Open the Segger Embedded Studio project at ble_app_uart_coexist/pca10040/s132/ses/ble_app_uart_pca10040_s132.emProject.
    3. Add MESH_ROOT to your Segger Embedded Studio global macro list:
      1. From the SES menu bar, click Tools > Options....
      2. In the left column, click Building.
      3. In right column, double click Global macros.
      4. Add your Bluetooth mesh root directory in a new line: MESH_ROOT=<path to your Bluetooth mesh SDK installation>.
    4. Program the light switch example devices as described in the Light switch example, including the servers and the static provisioner, with the following exceptions:
      • Replace the light switch client with examples/ble_peripheral/ble_app_proximity_coexist/pca10040/s132/ses/Output/Release/Exe/ble_app_proximity_pca10040_s132.hex.
      • Do not use the nRF Mesh mobile application for provisioning. Only use the static provisioner.
Related