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
M5Stack 用3G 拡張モジュールの光と闇/m5stack-3g-ext-module-tips
Search
Kohei "Max" MATSUSHITA
February 07, 2020
Technology
0
470
M5Stack 用3G 拡張モジュールの光と闇/m5stack-3g-ext-module-tips
M5Stack 関西ユーザーミーティング vol.3 でソラコム松下(Max)が発表した資料。M5Stack 用 3G 拡張モジュールの利用から利用に際したTIPSを紹介しています。
Kohei "Max" MATSUSHITA
February 07, 2020
Tweet
Share
More Decks by Kohei "Max" MATSUSHITA
See All by Kohei "Max" MATSUSHITA
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
31
12k
JAWS FESTA 2024「バスロケ」GPS×サーバーレスの開発と運用の舞台裏/jawsfesta2024-bus-gps-serverless
ma2shita
3
750
こんにちは!AWS re:Invent 2024 です!/JAWS-UG TOHOKU-hi-threre-aws-reinvent-2024-1
ma2shita
0
170
Not only Claude 3 and Amazon Forecast! Get the Future by Chronos of Amazon's Time series FM/get-the-future-by-chronos-of-amazons-time series-fm
ma2shita
0
140
さらなるアウトプットに、Let's ライトニングトーク! ― LTのやり方
ma2shita
2
1.5k
Starlinkと宇宙の話/what-is-starlink-and-the-universe
ma2shita
0
150
Build will change the World!!
ma2shita
0
180
もうサーバーは作らない!手間も費用もかからない「サーバーレス」の選び方と始め方のコツ/lets-serverless
ma2shita
0
140
IoTデバイスを安心して使う「技適」特例の概要から届出~廃止まで && Amazon Monitronのご紹介/telec-and-amazon-monitron
ma2shita
0
880
Other Decks in Technology
See All in Technology
今この時代に技術とどう向き合うべきか
gree_tech
PRO
2
2.1k
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
1
530
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.7k
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
320
フレームワークを意識させないワークショップづくり
keigosuda
0
210
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
1k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
160
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
310
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
330
OpenTelemetry が拡げる Gemini CLI の可観測性
phaya72
2
520
Introduction to Bill One Development Engineer
sansan33
PRO
0
300
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Building Applications with DynamoDB
mza
96
6.7k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
500
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The Pragmatic Product Professional
lauravandoore
36
6.9k
What's in a price? How to price your products and services
michaelherold
246
12k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Practical Orchestrator
shlominoach
190
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Transcript
M5Stack 用 3G 拡張モジュールの 光と闇 M5Stack 関西ユーザーミーティング vol.3 Feb. 7,
2020 / オムロン 京都事業所 株式会社ソラコム テクノロジー・エバンジェリスト 松下 享平 “Max” /
[email protected]
株式会社ソラコム テクノロジー・エバンジェリスト 松下享平 (まつした こうへい) "Max" 講演回数 140超/年 保有スライド枚数 8000枚超
オーバーラン常習犯
岡山へ行ってるテイで 途中下車状態です。 長距離 途中下車
世間はすでに M5StickC や ATOM Matrix, Lite ですが。
M5Stack は 3位くらいですか。
今日、ご紹介するのは こちらッッ! (あの声で)
公式の LTE Module https://m5stack.com/products/m5stack-lte-module しかし TELEC が無い (つp`)
nanoSIM スロット SORACOM IoT SIM の plan-D と plan01s がつかえるよ
u-blox SARA-U201 HSPA(3G) アンテナもばっちり! M5Stack 用 3G 拡張ボード G16: TXD G17: RXD 安心のマーク
実装 #define TINY_GSM_MODEM_UBLOX #include <TinyGsmClient.h> TinyGsm modem(Serial2); /* Serial2 is
Modem of 3G Module */ modem.gprsConnect("soracom.io", "sora", "sora"); IPAddress ipaddr = modem.localIP(); TinyGsmClient ctx(modem); ctx.connect("unified.soracom.io", 80); ctx.println("POST / HTTP/1.1"); ... https://github.com/vshymanskyy/TinyGSM
かんたん!
なんだか、嫌な予感がする。 I have a bad feeling about this. ― Star
Wars / All series.
G16, G17 って変更できませんか? 相対モジュール側で 対応してください。 e.g.) GPS モジュール → https://qiita.com/ma2shita/items/e6f84f1d2e8c94e12e31
ArduinoHttpClient.h が動かない気がする。 arduino-esp32/HTTPClient.h が競合しています。 具体的には void M5Display::drawPngUrl(...) の中の HTTPClient が競合しますので、実装を変更する必要が
あります。
TinyGSM を超えた機能を使いたい。 https://www.u-blox.com/en/product/sara-u2-series?lang=ja#tab-documentation-resources フォースと共にあらんことを。 May the Force be with You.
まとめ。 • G16 と G17 のご利用は計画的に。 • MFTokyoのような会場でもセルラーは安定しますよ。 • SOARCOM
IoT SIM の plan-D と plan01s をご利用ください! • PubSubClient.h で MQTT も動きます。 • その時は SORACOM Beam もご検討ください! • ダークサイドに堕ちないためには…
論より、コード。 論より、やってみなはれ。
世界中のヒトとモノをつなげ 共鳴する社会へ