Strooom/PN7150

Add mechanism to detect new tags versus redetecting already detected tags..

Closed this issue · 1 comments

After detecting tags, you can deActivate the reader. Then it goes idle and back to discovery. This happens in the order of milliseconds, so a single tag, is detected several times.

It would be better to not clear the list of Tags and :

  • add only new ones. Overwrite the oldest if the list is full
  • indicate the difference between a new one and a re-detected tag

The new readerWriter application keeps track of tags being present or absent.