This project showcases the implementation of a wireless communication module using the NRF (Nordic Radio Frequency) chipset with an integrated antenna. The NRF module provides a convenient and ...
This repository contains a Viam-compatible module that enables a Raspberry Pi to read temperature and humidity data from a DHT11 sensor. This module integrates seamlessly with Viam's platform, making ...
Temperature Range: 0-50°C Temperature Accuracy: ±2 °C Humidity Range: 20-90% RH Humidity Accuracy: ±5 % The DHT11 sensor is available either in module form or in sensor form. In this tutorial we are ...
今回は温度湿度センサーDHT11を例にして、一定時間ごとの「データ自動蓄積」をやってみます。見た目がアレですけどとりあえず必要なモジュールをつなげてみました。 これを一定時間ごとに繰り返していけばよいようです。 温度湿度センサー(DHT11 ...
DHT11という安価な温度・湿度センサを使ってESP32のプログラムを作成したいと思います。温度と湿度は環境情報の最も基本的な情報なのでIoTシステムを作る際にはとりあえず入れておいてよいものだと思います。測定したい温度と湿度の範囲や精度によっては ...
Microcontrollers have small internal memory which is not enough to save sensors generated data for long time, either you have to use some external memory device or can save the data on some cloud ...