XIAO nRF54LM20A: BLE advertising reports success but is never detected

Hi,

Has anyone managed to get a BLE example working with the XIAO nRF54LM20A board? The console shows that everything is OK, but the board isn’t visible when I scan for it.

HI iboue,

I’ve already confirmed that BLE works using nrf54-arduino-core. For example, see the link below:

If you could show me your sketch, I can check it here.

EDIT: I tried running the “beacon.ino” file in the ‘Examples’ folder, and it worked without any issues. However, the device name is displayed as “XIAO nRF54L15.”

Hi there,

So I would say “YES” , I tried it basically this way…
Opened Examples with Xiao nRF54LM20A selected..

Hit Upload…
It compiled and Did so…

Then I opened the BLE App scanner showed it right away,

XIAO54-Link-SCAN :backhand_index_pointing_left: :wink:

Selected it , connected FAST Battery Service works AOK, Updates in Realtime when you turn on the notify.
:partying_face:

HTH
GL :slight_smile: PJ :v:

Oh’ Serial Output,

BleConnectionPeripheral start
BLE init: OK
addr=C0:DE:54:15:00:21 type=random
adv t=1014 ev=3 status=OK
adv t=2105 ev=13 status=OK
adv t=3203 ev=23 status=OK
adv t=4285 ev=33 status=OK
adv t=5364 ev=43 status=OK
adv t=6468 ev=53 status=OK
adv t=7562 ev=63 status=OK
adv t=8663 ev=73 status=OK
adv t=9767 ev=83 status=OK
adv t=10853 ev=93 status=OK
adv t=11942 ev=103 status=OK
adv t=13038 ev=113 status=OK
adv t=14125 ev=123 status=OK
adv t=15202 ev=133 status=OK
adv t=16297 ev=143 status=OK

ALL of the Examples I tried WORKED as “Advertised” … LOL :grin: See what i did there?