Hi all,
My UWB deck is unable to range to nodes after one crash. Here is my situation:
With UWB nodes powered on before turn on crazyflie: 4 LEDs are able to light up during initial starting check, but only blink one time then go off.
With all UWB nodes powered off before turn on crazyflie: TX and RX blinking, then as long as I turn on 1 node, TX and RX turn off.
Has someone experienced this before?
Thanks!
Cat
Is there anyway to check UWB deck's health?
-
- Member
- Posts: 30
- Joined: Mon Oct 10, 2016 3:56 am
Re: Is there anyway to check UWB deck's health?
Hi,
This looks very much like a bug I have been hunting in the anchors. The problem was that if one packet is receive while the processing of the previous packet is still ongoing, the new receive is ignored and it stall the ranging algorithm. Though it is quite strange you are seing that with Crazyflie as this algorithm should automatically restart anyway.
You can try to pull the last master of vendor/libdw1000 where I fixed this bug.
Best,
Arnaud
This looks very much like a bug I have been hunting in the anchors. The problem was that if one packet is receive while the processing of the previous packet is still ongoing, the new receive is ignored and it stall the ranging algorithm. Though it is quite strange you are seing that with Crazyflie as this algorithm should automatically restart anyway.
You can try to pull the last master of vendor/libdw1000 where I fixed this bug.
Best,
Arnaud
-
- Member
- Posts: 30
- Joined: Mon Oct 10, 2016 3:56 am
Re: Is there anyway to check UWB deck's health?
Thanks arnaud!