作ったもの
M5StackにENV IIIユニットを接続し、温度と湿度の測定値より不快指数を計算、アナログメーターで表示すると同時にAmbientへ送信してグラフ化します。 コードはこちら
By connecting the ENV III unit to the M5Stack, the discomfort index is calculated from the temperature and humidity measurements, displayed on an analog meter, and sent to Ambient for graphing. The code is here
不快指数の計算
不快指数はTemperature-Humidity を使用しています。
For discomfort index, Temperature-Humidity is used.