flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.81k stars 2.72k forks source link

Support writing NFC tags #1353

Closed virtualdxs closed 1 year ago

virtualdxs commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to be able to write a new copy of NFC tags I can emulate with Flipper.

Describe the solution you'd like Add a Write option for the different NFC protocols.

Describe alternatives you've considered Emulating from Flipper is a partial workaround

Additional context I'm personally interested in Mifare Classic, but unless it's drastically different effort between the protocols (which it may well be) it seems to make sense to track the overall feature under one issue.

GMMan commented 2 years ago

One consideration for implementation is how you are going to handle writing to a tag sized differently than the original. Due to lock bits and other control options, this is not trivial and requires positively identifying the tag type and whether the data is fully writeable before attempting to write the tag.

skotopes commented 2 years ago

Hi. We are currently working on it.

simkard69 commented 2 years ago

Thanks for working on that Feature Request, greatly appreciated ! Cheers from France !

Light-Wing commented 2 years ago

Just wanted to do this and found that I couldn't... But I can from my phone (quite a few nfc apps available for android)... Is there any ETA for this to happen soon or is it planned for a further down the road update?

ac1dburnz commented 2 years ago

Any updates?

skotopes commented 2 years ago

@colinborins MFC cards write are already in release and next release will add mifare magic card

ac1dburnz commented 2 years ago

@skotopes, it seems that I can only write to the same tag and not a new one though, is that going to change?

skotopes commented 2 years ago

Yes. Next release will include mfc magic card support.

Vitnir commented 1 year ago

@skotopes will it also be possible to write to an new card/other? <3

superyarik commented 1 year ago

@skotopes is where is another NFC types write ability planned? NTAG213 f.e.?

skotopes commented 1 year ago

Yes.

superswiegie commented 1 year ago

The write magic card option now only gives room voor 4 byte UID. Could this be expended with 7 byte UID? ❤️

skotopes commented 1 year ago

Yes, other generations of magic cards coming in future releases. I'll close this issue, if you need something specific please create new issue.

patrikcze commented 1 year ago

Writing NTAG215 Planned? 👍