[Request] Zigbee tutorial for XIAO nRF54L15

Yes you can build Blinky…

But have you tried building any of the more complex samples, eg, the ones that use any of thes soc features I listed below that are not enabled in our board defs.

But if you try to build any of the samples that require the temperature sensor, (inside the SOC!)
IPC, (required to talk between core 0 and core one)
The IEEE radios, (required for all zigbee and matter samples)
The lfxo and hfxo crystals. ( Present in Xiao PCB schematic, but not in board def)

They won’t be able to built due to device tree errors.

There’s also a fix for the seeed boards in the zephyr is repo that fixes the enable pin for the IMU being defined with reverse polarity.

PJ, You tend to know this stuff super well, so I’m hoping I’m wrong and you can tell me when I’m doing wrong.

Regards

Toastee