RfidResearchGroup / ChameleonUltra

The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards.
https://chameleonultra.com
GNU General Public License v3.0
838 stars 144 forks source link

LF scan/read issues #133

Closed Barishhh closed 11 months ago

Barishhh commented 11 months ago

I can't seem to scan my LF tag properly using the CLI and the GUI app. The GUI recognized the EM4100 tag, except when saving it it's exporting a 0kb file.

Am I doing something wrong or is this a bug?

Foxushka commented 11 months ago

You are reporting GUI "bug" on wrong repo. You should report this to https://github.com/GameTec-live/ChameleonUltraGUI.

But no, this isn't bug if you are trying to save .bin from EM4100, as .bin is only for Mifare Classic (EM4100 doesn't have any internal data, only UID). If you will export .json it will be fine

Barishhh commented 11 months ago

My bad. Thanks for your fast reply!