First of all, thank you for your work!
I have been playing around this repo and decided to make a conversion to support the Pi Pico/Pico2, you can find details here:
https://github.com/Graylag-PD/PN5180-tagomatic/tree/Pico_support/sketch
I managed to load it to my board and connect it with nfc2klipper, but not load any tags. Based on SPI analysis I belive it is because Type 2 handling is not done correctly by Python and I don't have any Type 5 tags on my hand.
Still WIP so I am not making a PR
Also one important, somewhat related thing - My printer is already on Debian Trixie and I had a really hard time getting the backend service working - A legacy version of setuptools<70.0.0 had to be manually installed, otherwise it is going to crash due to pkg_resources missing.
Let me know if there is anything specific that I can help with
First of all, thank you for your work!
I have been playing around this repo and decided to make a conversion to support the Pi Pico/Pico2, you can find details here:
https://github.com/Graylag-PD/PN5180-tagomatic/tree/Pico_support/sketch
I managed to load it to my board and connect it with nfc2klipper, but not load any tags. Based on SPI analysis I belive it is because Type 2 handling is not done correctly by Python and I don't have any Type 5 tags on my hand.
Still WIP so I am not making a PR
Also one important, somewhat related thing - My printer is already on Debian Trixie and I had a really hard time getting the backend service working - A legacy version of setuptools<70.0.0 had to be manually installed, otherwise it is going to crash due to
pkg_resourcesmissing.Let me know if there is anything specific that I can help with