1
1

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 3 years have passed since last update.

【ESP32】MACアドレスを使ったAmbientのチャンネル取得

Last updated at Posted at 2021-06-27

#MACアドレスを使ったチャンネル割り振りの利点

  • 全てのプログラムを共通化できる
  • Web上(Ambient)から追加・削除できる

#Ambientのアカウント取得
下のリンクから,ページ右上の「ユーザー登録(無料)」を押してアカウント情報を入力.
https://ambidata.io/
スクリーンショット 2021-06-03 23.17.00.png
メールが来るので,そこにアクセスするとアカウントが開設されます.

#ユーザーキーを確認
ログイン後に「チャンネル一覧」を見ると左上のユーザーキーが表示されているので,これをコピーしてESP32のプログラム内に書き込みます.
99354371-9C71-437F-BF66-90669B455C72.JPG

#チャンネル開設
左下の「デバイスキーを設定する」を押すと,以下の画面になるので,指定のチャンネル(チャンネル名は任意で変更できます,チャンネル同士の順番には意味はありません)の「+」ボタンを押してMACアドレスを入力してください.
Ambientは上記のユーザーキーとMACアドレスで認証して,デバイスにチャンネルIDとライトキーを返します.
スクリーンショット 2021-06-03 23.26.44.png
スクリーンショット 2021-06-03 23.32.59.png

#プログラム実装上のお話は...
Ambientのチュートリアルはこちらです.
https://ambidata.io/docs/getchannel/

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?