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

IchigoJamAdvent Calendar 2016

Day 24

IchigoJamでIoT/IFTTTを使ってLINEにメッセージ送信する

Last updated at Posted at 2016-12-23

IchigoJamでIoT

■ハードウェア
IchigoJam
MixJuice(IchigoJam用WiFi追加ボード)
外付けボタン

■オンラインサービス
IFTTT
https://ifttt.com/maker
https://ifttt.com/line
MakerでIchigoJamからのアクセスを受け取り、Triggerとします。その結果自分のLineにメッセージを送るように設定します

■情報の流れ
IchigoJam with MixJuiceでボタンが押される

IchigoJamからIFTTTサーバーへアクセス(Maker Trigger発火)

IFTTTサーバーがLINEサーバーへ通信

LINEサーバーがLINE端末へメッセージ送信

■プログラム
10 IF BTN()=1 ?"MJ GETS maker.ifttt.com/trigger/when_willyou_back/with/key/**********/
20 IF BTN()=1 GOTO 20
30 GOTO 10

*****にはご自身のMakerKeyが入ります

■動作の流れ
1)ボタンを押す
2016-12-24_02-42-13_375.jpeg

2)LINEにメッセージが届く
2016-12-24_02-42-34_444.jpeg

メッセージ拡大
2016-12-24_02-42-40_260.jpeg

■ハードウェア
ichigoaaa.GIF

4
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
4
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?