Hi,
I have an nRF52840 Development Kit, and am trying to control an IKEA Trådfri bulb. I'm following the commands from the SDK documentation, but it feels like they're missing a step, explaining how to make the bulb actually join the new network:
> bdb role zc
Coordinator set
Done
> bdb start
Started coordinator
Done
> bdb legacy enable
Done
> zdo match_desc 0xfffd 0xfffd 0xc05e 1 0 0
Sending broadcast request.
>
Done
Between enabling legacy mode and doing the match_desc, I toggle power to the bulb 6 times, to factory reset it. However, it still doesn't show up anywhere.
I've also tried changing the channel mask, so that all channels are used, as it's not clear to me which channel the Trådfri system is using, but that apparently has no effect.
What am I missing? How can I instruct the bulb to join my newly formed network?