作り方
M5DialにM5Stack用はかりキット(重さユニット付き)を接続しています。 昨年、コンテストに出そうと考えていた、ロードセルによる自動水やり装置の基本部分を利用しています。 Arduino IDE 2.Xでプログラムし、rfidを認識すると、重さを計り、その結果をGoogleスプレッドシートに送信します。GASで受け止め、uidと重さを記録します。あとは盆栽管理アプリ「盆カン」にてそのデータを活用します。
How to make
The M5Dial is connected to a weighing kit for M5Stack (with a weight unit). It uses the basic part of an automatic watering device with load cells, which I was thinking of entering in a contest last year. Programmed in Arduino IDE 2.X, it recognizes the rfid, weighs it, and sends the results to a Google spreadsheet, which is then received by GAS, which records the uid and weight. We can then use the data in our bonsai management application “BONKAN”.
使い方
- 盆栽鉢のタグをタッチする。
- 重さを読み取る。
- Googleスプレッドシートへ、タグ、重さを送信する。
- 盆栽管理アプリ「盆カン」にて、データを利活用する。
How to use
- touch the tag on the bonsai pot.
- read the weight.
- Send the tag and weight to Google Spreadsheet.
- use the data in “BONKAN”, a bonsai management application.