PDOA Tag LEDs Blink meaning

I’m working on a custom Tag based on the PDOA DevKit, using the standard DW1000 chip.
After programming the nRF the TX/RX LEDs flash together at 2Hz - can anyone tell me why?

Regards,
Jas

Hi Jas,

After power-up the Tag tries to connect to any Node, so it sends Blink frame two times per second and listen to the response from the Node.
These LEDs are connected to DW1000 to indicate Rx or Tx states.
If it finds the Node it will start ranging, typically 10 times per second so the LEDs also will blink with the same rate.

Thanks Alec.
I eventually found the place in the docs that describes them.

Jas