Git Product home page Git Product logo

arduino-aime-reader's Introduction

Arduino-Aime-Reader

使用 Arduino + PN532 + WS2812B 制作的 Aime 读卡器。支持 Felica,Bana,Aime(Mifare 卡模拟 Felica 是可选功能)。
通信数据格式可参考 card.txtnfc.txt
替换 chunihook.dll 可在控制台输出通信数据,源码在 sg-cmd.c

使用方法:

按照 PN532 的提示安装库; Arduino 和 PN532 接好 VCC,GND,SDA,SCL;
接上 WS2812B 灯条(可选);
上传程序。

打开设备管理器,设置 Arduino 的 COM 号,一些参考如下:

  • Chunithm:COM12,支持读取 Felica 和 Aime
  • Ongeki/Sinmai:COM1,仅支持读取 Aime
  • MaiMai Finale:COM2,仅支持读取 Aime

某些 Arduino 可能需要在打开主程序前给串口发送 DTR/RTS,需要先打开一次 Arduino 串口监视器再启动主程序。
如果是 Chunithm,可以在启动前运行一次 DTR-RTS.exe 以向 COM1 和 COM12 发送DTR/RTS。
如果需要向其他端口发送,可以修改 DTR-RTS.c 然后编译。

已测试开发板:

  • SparkFun Pro Micro(ATmega32U4),需要发送 DTR/RTS
  • SparkFun SAMD21 Dev Breakout(ATSAMD21G18)
  • NodeMCU 1.0(ESP-12E + CP2102 & CH340),SDA=D2,SCL=D1

引用库:

arduino-aime-reader's People

Contributors

sucareto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.