Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuuu/build_and_learn_soracom_book_site
技術同人誌「作って学ぶSORACOM入門」のサポートページ
https://github.com/yuuu/build_and_learn_soracom_book_site
aws iot m5stack soracom
Last synced: about 1 month ago
JSON representation
技術同人誌「作って学ぶSORACOM入門」のサポートページ
- Host: GitHub
- URL: https://github.com/yuuu/build_and_learn_soracom_book_site
- Owner: yuuu
- License: mit
- Created: 2020-12-12T21:10:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T11:06:02.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T11:18:01.191Z (6 months ago)
- Topics: aws, iot, m5stack, soracom
- Language: C++
- Homepage: https://techbookfest.org/product/5273269798174720
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 作って学ぶSORACOM入門 サポートページ
本リポジトリは技術書典10で頒布した技術書「作って学ぶSORACOM入門」のサポートページです。
![カバー](https://user-images.githubusercontent.com/8074640/102677313-322c1c80-41e5-11eb-8057-c4d901f6175a.png)
![構成図](https://user-images.githubusercontent.com/8074640/103084839-5774bc80-4623-11eb-987b-d06b35961f15.png)## ディレクトリ構成
本リポジトリのディレクトリ構成は次の通りです。
### backend
「3章 SORACOMをAWSと連携する」で使用するAWSのバックエンドを構築するためのAWS SAM プロジェクトです。
### chapter1
「1章 SORACOMを使うための準備」で使用する、M5Stack用のプログラムです。
ToFセンサーの値を取得して、値に応じた文字をディスプレイへ表示します。### chapter2
「2章 はじめてのSORACOM」で使用する、M5Stack用のプログラムです。
SORACOMへToFセンサーの値を送信します。### chapter3
「3章 SORACOMをAWSと連携する」で使用する、M5Stack用のプログラムです。
SORACOM Beam MQTTエンドポイントに接続して、ToFセンサーの値のpublishおよびメッセージのsubscribeを行います。## 正誤表
書籍の誤植が見つかった場合、こちらに追記予定です。
## 指摘・質問がある場合
[本リポジトリのIssues](https://github.com/yuuu/build_and_learn_soracom_book_site/issues)に書き込みをお願いいたします。