admin管理员组文章数量:1305656
We purchased a RFID writer and a few readers from a firm. We write a code on the RFID cards using the writer. To write it uses a serial port terminal program called Termite. Encoded data looks something like this ;1234567?
Readers are connected to the PC via USB and display the card data at the cursor location.
I am not certain which sector is data written on.
The firm went bankrupt and closed. Since we have distributed numerous cards based on the design to the students, we don't want to change all the cards.
I am trying to create a reader and writer (separate) as we need more readers for other locations and a writer just in case the previously purchased one goes faulty.
One way to do this would be to connect the existing reader and extract the binary files and load them on the new boards but I am not certain if it will work.
I referred to various tutorials and blogs but couldn't find anything promising. Most of them are simply reading the UID no of the card.
Currently what I have setup is connected the rc522 to stm32f103c8t6 board:
RC522 | STM32F103C8T6 |
---|---|
SDA | A4 |
SCK | A5 |
MOSI | A7 |
MISO | A6 |
IRQ | |
GND | G |
RST | B0 |
3.3V | 3.3 |
本文标签:
版权声明:本文标题:embedded - How to read sector data from 1K mifare card using RC522 and STM32F103C8T6 and display as HID using USB - Stack Overfl 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741808168a2398633.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论