{"id":39367864,"url":"https://github.com/uzyn/flipper-bambu","last_synced_at":"2026-01-22T07:00:52.773Z","repository":{"id":332735214,"uuid":"1134806933","full_name":"uzyn/flipper-bambu","owner":"uzyn","description":"🐬🎋 Flipper Zero NFC parser for Bambu Lab's filaments","archived":false,"fork":false,"pushed_at":"2026-01-20T07:46:57.000Z","size":48,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T14:25:17.595Z","etag":null,"topics":["3d-printing","bambu-lab","bambulab","flipper-plugin","flipper-zero","flipperzero","nfc","rfid"],"latest_commit_sha":null,"homepage":"https://uzyn.com/2026/bambu-rfid-scanner-on-flipper-zero/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uzyn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T08:26:20.000Z","updated_at":"2026-01-20T19:38:42.000Z","dependencies_parsed_at":"2026-01-21T05:00:24.658Z","dependency_job_id":null,"html_url":"https://github.com/uzyn/flipper-bambu","commit_stats":null,"previous_names":["uzyn/flipper-bambu"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/uzyn/flipper-bambu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fflipper-bambu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fflipper-bambu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fflipper-bambu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fflipper-bambu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzyn","download_url":"https://codeload.github.com/uzyn/flipper-bambu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fflipper-bambu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28657540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-printing","bambu-lab","bambulab","flipper-plugin","flipper-zero","flipperzero","nfc","rfid"],"created_at":"2026-01-18T02:46:59.471Z","updated_at":"2026-01-22T07:00:52.733Z","avatar_url":"https://github.com/uzyn.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flipper-bambu\n\nNFC parser for Bambu Lab filament spool RFID tags on [Flipper Zero](https://flipper.net).\n\n\u003cp\u003e\n  \u003cimg src=\"media/screenshot-1-main.png\" alt=\"Screenshot showing filament color, code and production date\" width=\"384\" /\u003e\n  \u003cimg src=\"media/screenshot-2-config.png\" alt=\"Screenshot showing configurations\" width=\"384\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- Parses Bambu Lab spool RFID tags\n- Shows material type and detailed variant (e.g., PLA Basic, PLA Matte)\n- Displays filament code and color name\n- Production date information\n- Shows physical properties: weight, diameter, spool width, filament length\n- Temperature settings: hotend min/max, drying temp/hours\n- Works with stock firmware (no custom flash needed)\n\n## Installation\n\n1. Download `bambu_parser.fal` from the [Releases](https://github.com/uzyn/flipper-bambu/releases) page\n2. Copy to Flipper Zero SD card: `/ext/apps_data/nfc/plugins/`. You can write to the card directly or via [qFlipper](https://flipper.net/pages/downloads)\n3. Restart the NFC app.\n\n## Usage\n\n1. Scan a Bambu Lab spool with the NFC app (or load a saved dump)\n    - You can skip the key matching step on the next screen once the Bambu tag is read. This step is not needed.\n2. The \"Bambu Lab Spool\" section will appear showing:\n   - Material type and detailed variant\n   - Filament code and color name\n   - Production date\n   - Temperature settings (hotend min/max, drying temp/hours)\n   - Physical properties (weight, diameter, spool width, length)\n\n## Build from Source\n\n1. Clone the repository:\n   ```bash\n   git clone --recursive https://github.com/uzyn/flipper-bambu.git\n   cd flipper-bambu\n   ```\n\n   If you have cloned the repository, run `git submodule update --init --recursive` instead.\n\n2. Build the plugin:\n   ```bash\n   make build\n   ```\n   Output: `dist/bambu_parser.fal`\n\n3. Copy `dist/bambu_parser.fal` to Flipper Zero SD card: `/ext/apps_data/nfc/plugins/`\n\n\n## Running Tests\n\n```bash\nmake test\n```\n\n## Credits\n\n- Filament database sourced from [queengooborg/Bambu-Lab-RFID-Library](https://github.com/queengooborg/Bambu-Lab-RFID-Library)\n- Tag format research from [Bambu-Research-Group/RFID-Tag-Guide](https://github.com/Bambu-Research-Group/RFID-Tag-Guide)\n\n## License\n\nGPL-3.0 ⋅ U-Zyn Chua [https://uzyn.com](https://uzyn.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fflipper-bambu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzyn%2Fflipper-bambu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fflipper-bambu/lists"}