Hello Sir is it possible to test Zigbee Coordinator project with one nrf 52840 board and one Hue bulb
Example from light control example ->light-coordinator
Hello Sir is it possible to test Zigbee Coordinator project with one nrf 52840 board and one Hue bulb
Example from light control example ->light-coordinator
Hello,
I suggest you look into the CLI example found in:
SDK\examples\zigbee\experimental\cli\cli_agent_router
If you take a look at this example's test description you can see that there is a special set of commands that you need to run in order for it to work with IKEA Trådfri and Philips Hue light bulbs. Test it and look in the source code to see what these commands do. After that, you can implement this into the light-coordinator example.
Best regards,
Edvin