1
0
mirror of synced 2024-11-14 19:57:36 +01:00
使用 Arduino 制作的 Aime 兼容读卡器。
Go to file
2021-03-28 21:45:25 +08:00
doc 更新了suica的数据示例。 2021-03-28 21:45:25 +08:00
tools 修复了res的checksum未转义; 2021-03-28 21:38:32 +08:00
Arduino-Chunithm-Reader.ino 修复了res的checksum未转义; 2021-03-28 21:38:32 +08:00
cmd.h 修复了res的checksum未转义; 2021-03-28 21:38:32 +08:00
README.md 修复了res的checksum未转义; 2021-03-28 21:38:32 +08:00

Arduino-Chunithm-Reader

使用 Arduino + PN532 + WS2812B 制作的 Chunithm 读卡器。
使用 38400 波特率监听 COM12 端口和 aimeReaderHost 通信,通信数据格式可参考 card.txtnfc.txt
替换 chunihook.dll 可在控制台输出通信数据,源码在 sg-cmd.c

引用库:

驱动WS2812B FastLED.h
驱动PN532 Adafruit_PN532.h