For the IoT node device, we apply Arduino Yún with the DHT22 sensor that provides temperature and humidity sensing. You can find DHT22 easily on an online electronic store or at a local store.
The general DHT22 sensor scheme is described in the following image. The third pin is unused. This sensor will be attached to Arduino Yún :
Now we can write the Arduino program. You can proceed with the following steps:
- To use the DHT sensor with the Arduino board, we use the DHT library from Adafruit. You can find it at https://github.com/adafruit/DHT-sensor-library. You can install it by downloading the DHT source from ...