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
897 stars 148 forks source link

Lf read From merlokk #216

Open xianglin1998 opened 3 months ago

xianglin1998 commented 3 months ago

Strengthen low-frequency related functions

github-actions[bot] commented 3 months ago

You are welcome to add an entry to the CHANGELOG.md as well

augustozanellato commented 3 months ago

A notice should probably be added stating that this code is at least partly based on the Flipper lfrfid library

shayya commented 3 months ago

can we start working on HID26 protocol emulation. It's by far the most common LF protocol. I'm not as familiar with the chameleon ultra codebase. If you tell me what are the files that are need I'd be happy to contribute

xianglin1998 commented 2 months ago

A notice should probably be added stating that this code is at least partly based on the Flipper lfrfid library

I will confirm some copyright related issues with the author, which is indeed very important.

xianglin1998 commented 2 months ago

can we start working on HID26 protocol emulation. It's by far the most common LF protocol. I'm not as familiar with the chameleon ultra codebase. If you tell me what are the files that are need I'd be happy to contribute

Within the "firmware/application/src/rfid", you can see the 'nfctag' and 'reader' dir, if you are want to implement a tag, you can view the nfctag dir's file.

github-actions[bot] commented 2 months ago

Built artifacts for commit 8dab9245616f7d61399721368215768e9453615b

Firmware

Client

merlokk commented 2 months ago

A notice should probably be added stating that this code is at least partly based on the Flipper lfrfid library

I will confirm some copyright related issues with the author, which is indeed very important.

yes, it GPL3. license will be added later.

yarreg commented 1 week ago

What is the status of this PR? We are waiting for a new code base to support more LF protocols. Thanks.

merlokk commented 1 week ago

im working on it. i think in several weeks I will publish it

yarreg commented 1 week ago

im working on it. i think in several weeks I will publish it

Thanks for your work!