Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有人知道如何刷卡入L-ink_Card嘛? #126

Open
leokwsw opened this issue Sep 26, 2022 · 2 comments
Open

有人知道如何刷卡入L-ink_Card嘛? #126

leokwsw opened this issue Sep 26, 2022 · 2 comments

Comments

@leokwsw
Copy link

leokwsw commented Sep 26, 2022

看了無數次稚暉君L-ink_Card的片 但一直無說如何刷卡入L-ink_Card和管理在L-ink_Card的卡片,請問有誰知道嘛?

@Wangshuanghu
Copy link

IC卡的模拟功能这一版中实现得比较简单,就是直接集成了多颗UID芯片(很便宜,1~2元一片),然后和ST25DV共用NFC天线,卡片的切换是通过拨轮换挡实现的。好处在于,你可以把L-ink当作多张独立卡片的合集处理,复制和刷卡都是很直接的(使用PM3或者PN532等模块读取原卡信息并写入L-link)。当然缺点就是添加的卡片一多,按键的数量就要增加(因为每一档对应一张卡)。

### readme.md中原文

@Rulsion
Copy link

Rulsion commented Jul 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants