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

GPIO管理Managerの実装 #197

Open
csenet opened this issue Nov 8, 2023 · 0 comments
Open

GPIO管理Managerの実装 #197

csenet opened this issue Nov 8, 2023 · 0 comments
Labels
enhancement New feature or request hardware ハードウェア関連 state-manager 状態管理関連

Comments

@csenet
Copy link
Member

csenet commented Nov 8, 2023

やりたいこと

会場に設置するESP32に対して、接続の設定を個別にプログラムで書き込むのではなく、ESP32側が動的に取得して反映できるようにしたい。
具体的には、ハードウェア上に接続したピンの名前とIDを対応づけられるようにしたい。

やること

  1. ESP32の端末ごとに何かしらの方法で個別の識別IDを付与する
  2. MQTT経由で設定を取得する
  3. 配信する設定をサーバー側で管理できるようにする

実装方法

HardwareManagerか何かしらを用意して、その上で設定を管理できるようにする。
合わせてフロントエンドも作る。

その他

@csenet csenet added enhancement New feature or request hardware ハードウェア関連 state-manager 状態管理関連 labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardware ハードウェア関連 state-manager 状態管理関連
Projects
None yet
Development

No branches or pull requests

1 participant