Hello,
I have an issue where the green LED is flashing on the sensortag but it cannot be discovered by my application or `hcitool lescan`. Restarting the sensortag by pulling out the battery works. But this is undesirable in my situation as the sensortags are usually placed in locations that cannot be easily accessed physically.
Since restarting the sensortag fixes the problem, I suspect that it went into a bad state.
It is not completely clear to me how the sensortag got into the bad state because it cannot be reproduced reliably. But what I do know is that it only happens when multiple sensortags tries to reconnect to my application after going out of range.
Has anybody experienced this issue and what's the likely culprit?
Is it normal to have one Raspberry Pi (my application uses github.com/.../node-sensortag) handle multiple (up to 8) sensortags that may simultaneously connect and disconnect?
Thanks!