Hello. I'm a CS student and I've bought myself two NRF52840 Dongles. I've downloaded NRF Zigbee SDK and wanted to flash and try out some examples. But the simplest light_control example needs 3 devices to be in a network - Coordinator, Router and End Device. I need for my project only 2 though - actuator and sensor. So how is it possible to combine roles - Coordinator + end device or router + end device. Or how to communicate Coordinator-router or Coordinator-End Device?
Would really greatly appreciate your help)