EVK1000 restart

Hi all,

I am trying to modify the EVK1000 software so, in case the Anchor or Tag loses the connection with the other board during the ranging process, go back to the “awaiting poll” or “tag blink” state. Does anyone know how to proceed?

Thanks!

This should be easy enough to do, e.g. you can count the number of timeouts on the tag. If this number is > 10, for example, you just need to make the tag mode to be TAG_TDOA (inst->mode = TAG_TDOA) - and then it will send blinks again.

Thanks for your answer. I have tried it adding your suggestion to the “void inst_processrxtimeout” function to the instance_common.c file from the EVK1000 software but it did not work. Could it be necessary to code it in other file?

thanks!