Open Print Tag NFC reader
Have you thought about what NFC reader to use for Open Print Tags?
I expect the PN532 not to work because its not compatible with the ISO 15693 standard that I believe open print tags use.
I found the PN5180 which seems like it would work, but I'm not sure how good the software support is for the PI.
I've not yet started to look into what hardware is available.
I'll get some tags tomorrow. I suspect Prusa has chosen tags with support for both standards to be compatible with most phones, so it might almost work with the old reader. Unfortunately they have not specified which side they should be on as they think being able to read from both sides was a better idea.
I don't know if the hardware can allow you to sort the tags depending on distance. If so, it could be nice for MMUs, reading all spools/slots with one reader.
I'd be interested in learning what you find out! I've ordered a PN5180 to tinker with and see what it can do.
I've ordered one too, but it uses a lot of pins on the RPi, so I'm thinking of connecting it to a RPi Pico instead. Then using either NXPs library or some Arduino library for accessing the tags.
FedEx was as slow as ever, but today I got a Prusament spool with a tag and empty tags.
NXP's tag writing android app could copy the content from a spool's tag to a NTAG215. ~~Prusa's app could read a spool's tag or QR code and write the content to a NTAG215 as well.~~ Prusa's app can no longer read/write to NTAG215.
My PN532 reader could not read the spool's tag. Prusa's python code could not read the NTAG215, but I rewrote it quickly to just read their new NDEF record's payload and that worked.