Skip to content

Add TigerTag RFID support for automatic spool detection #137

@BenGlut

Description

@BenGlut

Hi 👋

Love the project — SpoolEase is exactly what the ecosystem needs.

Quick idea: adding support for TigerTag (open RFID tags for filament) could be a game changer.

It’s open, works offline, can be created at home, and is already used by filament brands like eSun, Sunlu, Rosa3D and R3D.
Image

We already expose useful data for integration:

  1. Public material mapping (including Bambu IDs):
    https://raw.githubusercontent.com/TigerTag-Project/TigerTag-RFID-Guide/main/database/id_material.json

Exemple:
{"id":12264,"label":"PA6-CF","density":1.52,"filled":true,"product_type_id":142,"recommended":{"nozzleTempMin":260,"nozzleTempMax":300,"dryTemp":85,"dryTime":12,"bedTempMin":40,"bedTempMax":45},"metadata":{"crealityID":"00015","crealityPressureAdvance":0.044,"bambuID":"GFN05"}}

  1. TigerTag+ (optional cloud or local JSON):
    https://api.tigertag.io/api:tigertag/product/get?uid=123456789&product_id=10

Example:
"metadata": { "bambuLabel": "PolyTerra PLA", "bambuID": "GFL01", "crealityLabel": "Generic PLA", "crealityID": "00001", "crealityPressureAdvance": "" }

Feels like a perfect fit to turn SpoolEase into a real “smart spool manager”, especially with spools already coming with TigerTag inside.

Happy to help if you want to explore it 👍

TigerTag guide: https://github.com/TigerTag-Project/TigerTag-RFID-Guide

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions