bluefootedtiming / Runway

Connect RFID tag readers to RunScore
MIT License
2 stars 1 forks source link

Tag reader should be reversed #11

Open roblingle opened 5 years ago

roblingle commented 5 years ago

For example, industry standards would encode a tag value of '0123' as '0000 0000 0000 0000 0000 0000 0123'. Runway would expect that to be encoded as '0123 0000 0000 0000 0000 0000'.

To do:

roblingle commented 5 years ago

@bluefootllc You noted that "P6 Impinj dog-bone tags reserve that first block for other uses". So we need to ensure that '8675 0000 0000 0000 0000 0000 0123' only returns '123'.

Does it sound reasonable for the application to always automatically remove the first block? Should we reserve other blocks at the start?