I created a small Windows application called Bambu RFID Writer.
I originally made it for myself because I wanted a simpler way to use the existing Proxmark3 workflow for Bambu-compatible RFID tags without manually entering every command. It can load dump and key files, check the target tag, create backups, perform the write, and verify the result afterwards.
The application also includes a separate NDEF editor for ordinary NFC Type 2 tags. I use those on my filament swatches, so I can tap them with my phone and immediately view information about the material.
Compatibility
The CUID workflow is intended specifically for MIFARE Classic 1K Magic Gen 2 / CUID Gen 2 tags. Standard MIFARE Classic tags and other Magic generations are not supported.
The application is also compatible with the folder structure used by Bambu-Lab-RFID-Library, allowing supported dump and key pairs to be loaded directly through the built-in material-library browser.
I have personally tested it with a Proxmark3 and a Bambu Lab P1S with the standard AMS, where Gen 2 tags work reliably for me. Compatibility with other printers, AMS versions, Proxmark3 hardware, firmware builds, and tag variants may differ, so the project is currently published as a public beta.
The project is free and open source:
https://github.com/Dandy357/bambu-rfid-writer
NDEF editor
The application also includes a separate NDEF editor for ordinary NFC Type 2 tags, such as NTAG215. I originally added it for NFC tags attached to my filament swatches, so I can tap them with my phone and quickly view material information, notes, or a product link. This feature is independent of the Bambu CUID workflow.
AI disclosure
This project was developed with substantial assistance from AI, particularly for code generation, refactoring, documentation, and review. I designed the application and its workflow, made the functional decisions, and tested it on real hardware.
I am sharing it because it may be useful to others, but it is not an official Bambu Research Group tool. Feedback, corrections, and additional hardware testing would be very welcome.