Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

標準温度センサーを ADT7410 から ADT7410 / SHT30 両対応に切り替える #60

Closed
dynamis opened this issue Oct 10, 2019 · 2 comments · Fixed by #81
Closed
Assignees
Labels
Milestone

Comments

@dynamis
Copy link
Contributor

dynamis commented Oct 10, 2019

以下の理由により、チュートリアルで扱うセンサーを ATD7410 から SH30 に切り替えるというのは良いかもしれない。スターターキット入れ替え問題が発生するので今すぐにではありませんが。

現在ドライバーがシンプルに書ける (から WebI2C API の説明も出来る) という理由から ATD7410 を標準採用しているが、I2C センサーの中では少し高め (500円) かつ入手性としては実質秋月で買う 1 択。

温度センサーの計測範囲と精度比較についてはこちらの記事にあるが、ATD7410 に比べて SH30 が極端に劣るところはなく、オススメ温度センサーとされている:
https://lang-ship.com/blog/?p=502

ドライバーのコードはシンプルで湿度も同時に得られて価格は半額程度で Amazon/Ali から購入可能というのは魅力的な選択肢。
driver: https://chirimen.org/chirimen-raspi3/gc/contrib/examples/i2c-SHT30/node_modules/@chirimen-raspi/chirimen-driver-i2c-sht30/SHT30.js

同じ意味では BMP280 などもあるが Bosh のこのシリーズは気圧計と湿度計の補正で使うための温度計なので外部影響を受けやすく誤差も大きめとのことだし、ドライバーのコードも短くない。

@dynamis dynamis added the enhancement New feature or request label Oct 10, 2019
@dynamis dynamis added this to the 2020Q2 milestone Jan 24, 2020
@dynamis dynamis changed the title 標準温度センサーを ADT7410 から SH30 に切り替える 標準温度センサーを ADT7410 から ADT7410 / SHT30 両対応に切り替える May 27, 2020
@dynamis
Copy link
Contributor Author

dynamis commented May 27, 2020

昨年の ADT7410 セットを引き続き利用しているユーザもいるので、今年は ADT7410 から差し換えではなく ADT7410 / SHT30 の両対応ドキュメントにしたい。

@kou029w
Copy link
Contributor

kou029w commented Nov 18, 2020

DONE: https://chirimen.org/chirimen/gc/top/examples の上の方に移動した。CodeSandboxへのリンクを加えた。

@kou029w kou029w mentioned this issue Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants