Hi there,
I wanted to bring up the Bluetooth samples on NRF5340 development kit on NRF CONNECT SDK v2.2.0.
After building and flashing it, I can see the UART log on my COM port device via putty.
Here is my build command:
west build -b nrf5340df_nrf5340_cpuapp on the path ./ncs/v2.2.0/nrf/samples/bluetooth/mesh/light
and I flash the bin file on the path ./ncs/v2.2.0/nrf/samples/bluetooth/mesh/light/build/zephyr/merged_domains.hex
here is the opening log:
*** Booting Zephyr OS build v3.2.99-ncs1 ***
I: Starting bootloader
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Swap type: none
I: Bootloader chainload address offset: 0xc000
*** Booting Zephyr OS build v3.2.99-ncs1 ***
Initializing...
[00:00:00.011,444] <inf> fs_nvs: 8 Sectors of 4096 bytes
[00:00:00.011,474] <inf> fs_nvs: alloc wra: 0,Bluetooth initialized
fc8Mesh initialized
[00:00:00.011,474] <inf> fs_nvs: data wra: 0, 2c
[00:00:00.031,036] <inf> bt_hci_core: No ID address. App must call settings_load()
And then, I also installed the nrf mesh, and followed up the video as link https://www.youtube.com/watch?v=XthbU9NP0Yg
I can find my device on the Network of nrf mesh app, and then it can connect to my devices.
but my console appeared with two errors and warm messages:
[00:00:00.011,474] <inf> fs_nvs: data wra: 0, 2c
[00:00:00.031,036] <inf> bt_hci_core: No ID address. App must call settings_load()
[00:14:37.269,226] <wrn> bt_hci_core: opcode 0x2039 status 0x09
[00:14:37.269,256] <err> bt_adv: Failed to start advertiser
[00:14:37.269,256] <err> bt_mesh_adv_ext: Advertising failed: err -111
[00:14:37.853,637] <wrn> bt_l2cap: Ignoring data for unknown channel ID 0x003a
could I know what something is wrong I met?
Thanks
Hugh