Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Wio NodeのWiFi設定を頑張った話
Search
horihiro
May 20, 2017
How-to & DIY
1
1.1k
Wio NodeのWiFi設定を頑張った話
IoTLT #27での発表資料
horihiro
May 20, 2017
Tweet
Share
More Decks by horihiro
See All by horihiro
俺のブラウザ拡張でAzure PortalのQOLをちょい上げしてくれ
horihiro
0
430
Fitbitハックした結果、残念になった話
horihiro
1
1.4k
ESPr®Developerで作る○○なモノ
horihiro
0
610
Other Decks in How-to & DIY
See All in How-to & DIY
とある航空会社の飛行機の乗り方をお教えします。/20240913-lt
kwada
3
310
[電子工作]クリップモーターをつくろう
oriontakemura
0
290
JAWS-UGとAWS - JAWS-UG彩の国埼玉設立のお祝い
awsjcpm
2
530
未来大生の胃を支える函館グルメ
deflis
0
530
AIをフル活用! 猫版MBTI「CATS診断」 爆速開発の裏側【個人開発のAIツール活用 LT Night 登壇用スライド】
omori0219
0
1.1k
カンファレンスでリフレッシュ!無理なく楽しむカンファレンス参加術 / How to enjoy conferences without stress
kattsuuya
1
8.9k
The Definitive? Guide To Locally Organizing RubyKaigi
sylph01
6
1.6k
QFHアンテナを作ってみた、 それとパッチアンテナ
takurx
1
190
AWSコミュニティプログラムとJAWS-UGアップデート / JAWS-UG函館 勉強会 vol.14
awsjcpm
2
140
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
650
【加筆修正版】ハードワークを支えるフィジカルとメンタルを構築る#rubymusclemixin 活動 #きのこ2025 #きのこ2025_b
bash0c7
0
250
Within the team, I grow as a tester and continuously pursue product quality
camel_404
6
2.6k
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Faster Mobile Websites
deanohume
309
31k
For a Future-Friendly Web
brad_frost
180
9.9k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Into the Great Unknown - MozCon
thekraken
40
2k
A Modern Web Designer's Workflow
chriscoyier
696
190k
The Language of Interfaces
destraynor
161
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Transcript
Wio NodeのWiFi設定を 頑張った話 2017/05/19 IoTLT #27 @ ヤフー
自己紹介 • 名前: ほり(かわ)ひろ(ふみ) • 生息地:横浜 • 仕事: 精密機器メーカー所属 研究開発部門
⇔ 新規事業開発部門 • 主な技術領域: ソフトウェア(node.js), AWS • アカウント: @hori__hiro(twitter) horihiro(qiita / gitlab / github)
Wio Nodeとの出会い こ れ
Wio Nodeとは wio.seeed.io
Wio Nodeとは wio.seeed.io ※特別に許可を得て 掲載しております
Wio NodeのWiFi設定の流れ wio.seeed.io SSID: ABC
Wio NodeのWiFi設定の流れ wio.seeed.io SSID: Wio_123456 2. WiFi設定ああ (とシリアルNo.)を Wio Nodeへ書き込み
SSID: ABC SSID: ABC 1. Wio Nodeを 「breathing」状態へ
Wio NodeのWiFi設定の流れ wio.seeed.io SSID: Wio_123456 2. WiFi設定ああ (とシリアルNo.)を Wio Nodeへ書き込み
SSID: ABC SSID: ABC 1. Wio Nodeを 「breathing」状態へ
Wio NodeのWiFi設定を スムーズにやるコツ その1
iPhoneを使う
Wio NodeのWiFi設定を スムーズにやるコツ その2
Wio Nodeに書き込んだら 同じAPに素早くつなぐ
「同じAP」のワケ • Wio Nodeへ書き込み後、 Androidが接続しているSSIDをチェック # アプリ上は • AndroidはWiFiの切り替えが遅い (機種がある(のかもしれない))
「同じAP」に素早くつなぐために 1. モバイルデータ通信を切る or SIMカードを抜く 2. 不要なWiFi APをすべて削除する
Wio NodeのWiFi設定を スムーズにやるコツ その3
Win / macOSから 「wio-setup」を使う
wio-setup ~ 概要 node.jsで動作するCLIツール • できること ◦ Wio Nodeの登録&WiFi設定 /
更新 ◦ 登録済みのWio Nodeのリスト表示 ▪ name, status (‘online’ / ‘offline’), access_token • 動作環境 ◦ OS:Win10 / macOS ◦ shell: bash (macOS), BoW (Win10 Creators Update), コマンドプロンプト(Win10) ◦ ランタイム: node.js v6.10.3以降
wio-setup ~ 導入と使い方 • インストール $ npm install --global wio-setup
• Wio Nodeにwifi設定 / 新規登録 & 更新 $ wio-setup [-e <email> -p <password> -s <wifi-ssid> -P <wifi-passsword> -n <name>] • Wio Nodeのリスト表示 $ wio-setup -l [-e <email> -p <password>]
Enjoy Wio!!