0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

enebularでalexaスキル その14

Last updated at Posted at 2023-03-16

概要

enebularで、alexaスキルのwebhookを返してみた。
alexaに、繋がる、スマートLEDを作る。
構想編。

スマートLEDに電源を入れる。

  • WiFi APが立ち上がる。
  • SSIDは、smart-led、PASSは、なし。

スマフォで、APに繋ぐ。

  • ブラウザで、設定画面を表示する。
  • SSIDとPASSを入れる。

スマートLEDが、ネットワークに、参加する。

  • スマートLEDは、もらったSSIDとPASSで、ルーターに接続し、ゲートウェイとIPアドレスを取得する。

アレクサで、デバイスを探す。

  • アレクサアプリを起動。
  • UDPで、M-SERCHをブロードキャストして、スマートLEDから、setup.xmlを取得して、デバイスを登録する。

「アレクサ、スマートLEDをオンにして」、でON

  • アレクサから、httpがスマートLEDに、飛ぶ。
  • スマートLEDは、LEDをONにする。

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?