pio runpio run --target uploadpio device monitorIn the DW1000 original library, it does not support having a 5th anchor connected to a tag. We have to manually change the library code to adapt it to our case. We need to modify 2 different files :
At the line 172, there is the line
#ifndef ESP8266in the begin function and we have to put
#ifdef ESP8266instead.
Add a check if we can add the new device in the array before doing it. (line 243)
if(_networkDevicesNumber + 1 <= MAX_DEVICES && addDevice)1545
When I did my precision 1d, the server goes timeout becuase it doesnt receive anything from the Tag but its because there are no anchors not because we lost connection to the Tag.... we probably want to fix it