This is an Arduino library for the S-300 series CO2 sensor via I2C interface.
These sensors use I2C to communicatge, 2pins are required to interface.
CAUTION!
This library is personally created independently of ELT, and ELT has nothing to do with defects in this library.
SORRY
Please allow most of the comments written in the source code in the example to be in Japanese.
Use the Arduino Library Manager to install this library. If you're unfamiliar with how this works, we have a great tutorial on Arduino library installation at: http://stupiddog.jp/note/archives/266 (In Japanese)
-
Although this library has functions such as MCDL as methods of this library, it is not reflected in the sample program, so it is necessary to create a sample program to introduce them.
-
It is necessary to enhance the functional description for hardware reset.
This software is released under the MIT License, see LICENSE.txt.
このライブラリは、ArduinoとELT社製二酸化炭素センサS-300をI2Cインタフェースで接続して使用するためのものです。
このライブラリは私個人が勝手に作成したものでソフトウェア不具合が生じてもELT社には一切の関係はありませんので、ご了承ください。
Arduino IDEのライブラリ管理にアクセスして適当にインストールしてください。
- 手動校正などの機能はメソッドとして実装されているのですが、サンプルプログラムに反映されていないのでそのプログラムも紹介できると良い。
- ハードウェアによるリセット機能を実装したい。
このソフトウェアは、MITライセンスのもとで公開されている。 LICENSE-ja.txt を見よ。