コンセプト (concept)
使わなくなったものを流用して再活用。
クラウドへデータを保存、読み出し。
測定したその場で、最近の体重増減トレンドを見られるようにする。
Repurpose items that are no longer in use.
Save and read data to the cloud service.
You can see the recent weight up/down trend when I measured it.
システム構成 (parts & systems)
- M5stack core
- HX711 ADconverter
- SC902 Load cell
- Google Apps Scrypt + Google SpreadSheet
機能 (function)
ID切替で複数人のデータ送受信に対応。
M5stackからwifi経由で体重データをSpreadSheetに送信。
2ヶ月分の体重データをGoogle Apps Scriptで検索/抽出し、M5stackへ文字列として返信。
M5stackで文字列を数値化して、トレンドグラフをM5Stackに表示。
Supports data transmission and reception for multiple users by switching IDs.
Send weight data from M5stack to SpreadSheet via wifi.
Search/extract weight data for 2 months with Google Apps Script and return it to M5stack as a character string.
M5Stack digitizes the character string and displays the trend graph on M5Stack.