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

NFCで列車の情報を読み取る仕組みを作る #20

Open
csenet opened this issue Jun 30, 2023 · 1 comment
Open

NFCで列車の情報を読み取る仕組みを作る #20

csenet opened this issue Jun 30, 2023 · 1 comment
Assignees
Labels
hardware ハードウェア関連

Comments

@csenet
Copy link
Member

csenet commented Jun 30, 2023

やりたいこと

駅に停止した際にNFCタグから情報を読み取って列車の情報を取得する

やること

  • ESPを用いてNFCのデータをリーダーで読みとるプログラムを実装する
  • 列車を識別するロジックを考える
@csenet csenet added the hardware ハードウェア関連 label Jun 30, 2023
@csenet
Copy link
Member Author

csenet commented Sep 16, 2023

1台のESPにおいて最大で4台のRFIDリーダーを利用することを検討している。
この場合に動作することができるのかを検証したい。

SPI通信のSSを切り替えることによって読み取り先を変更することができるが、正しく動作するのかなどの感じを調べたい。もし、問題があるようならリーダーごとにESPを別途用意するなどの方法も検討したい。
https://github.com/miguelbalboa/rfid/blob/af76d16ee177be77c32ec5573b597b5d49c8cf1a/examples/ReadUidMultiReader/ReadUidMultiReader.ino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hardware ハードウェア関連
Projects
Development

No branches or pull requests

2 participants