Using Multiple Tags DW1000 -ESP32 UWB PRO

I have 4 ESP32 UWB Pro. I have set 2 Anchors connected with 1 tag which is working fine but when I add another Tag I am having a conflicts of signals. Is there a way were I can pause one tag and switch the other tag through programming? I am using Arduion IDE.

Thanks
Horace

Yes. You program the boards in such a way as to ensure that that both tags don’t transmit at the same time.
There are several different ways you can control this, you can use UWB messages, wifi messages, some common time source like NTP or GPS. Ultimately it’s not a UWB problem, it’s a general software design issue and it’s up to you and how you want to write your software.