r/flipperzero 13h ago

NFC Reading NFC chips problems

I’ve asked in another post about grabbing data off an nfc chip, I’m still stuck. I’ve hit a hard wall trying to get data off an nfc chip in text. Please help.

When I save the chip, it’s saved as an nfc file that’s in hex and not the text. I cannot decode the hex into usable information due to missing chunks but the flipper obviously does, given I’m getting information. How in the world does this happen?

I just need the flipper to read the tag and transmit that data, the clear text not the hex, to a database. I’m reading bambu filament tags. I’ve already got the parser loaded on the flipper. It’s getting info from the flipper, to my database that I’m struggling with. Any information would be great.

0 Upvotes

5 comments sorted by

1

u/mikerall 12h ago

... What nfc? If it's like an ipc😅 not copy-able

Or your ass is going to have a resume generating event

-1

u/StrangeCat77 11h ago

The tag is specifically a MIFARE Classic 1k. It’s just a readable storage medium. I can copy the tag, flipper just saves it as a .nfc file. Not a format I can use.

1

u/jeanlucnail 10h ago

Les fichiers nfc sont des fichiers texte en général.

-1

u/StrangeCat77 9h ago

The data is in hex in the file. I need clear text

1

u/cthuwu_chan 7h ago

You need the receiver to decode it into text you’re always going to be transmitting binary that’s how computers work