DevAcademy Bluetooth Low Energy Fundamentals, Lesson 2 Exercise 1

Good morning,

I have built and flashed the l2-e1 exercise on both the nRF5340DK and the nRF54L15DK.
When the nRF54L15DK boots, the following output is displayed in the terminal:

*** Booting nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
[00:00:00.000,302] <inf> Lesson2_Exercise1: Starting Lesson 2 - Exercise 1

[00:00:00.000,385] <inf> bt_sdc_hci_driver: SoftDevice Controller build revision:
fc de 41 eb a2 d1 42 24 00 b5 f8 57 9f ac 9d 9e |..A...B$ ...W....
aa c9 b4 34 |...4
[00:00:00.001,407] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.001,421] <inf> bt_hci_core: HW Variant: nRF54Lx (0x0005)
[00:00:00.001,433] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 252.16862 Build 1121034987
[00:00:00.001,839] <inf> bt_hci_core: HCI transport: SDC
[00:00:00.001,888] <inf> bt_hci_core: Identity: C8:AE:7B:09:D3:86 (random)
[00:00:00.001,902] <inf> bt_hci_core: HCI: version 6.1 (0x0f) revision 0x3069, manufacturer 0x0059
[00:00:00.001,916] <inf> bt_hci_core: LMP: version 6.1 (0x0f) subver 0x3069
[00:00:00.001,922] <inf> Lesson2_Exercise1: Bluetooth initialized

[00:00:00.002,640] <inf> Lesson2_Exercise1: Advertising successfully started


With the nRF Connect mobile application (IOS) I'm able to find the "Nordic_Beacon" but the problem is that there is no advertising data.

.

I've build the code with the solution (l2_e1_sol) as well, same result.
Any idea what is going here?


Parents Reply Children
No Data
Related