This is a demo project for the Pmod HYGRO made by Digilent. The relative humidity and the temperature of the air is measured and displayed on the Serial monitor. To control the Pmod, an Arduino UNO is used, which also sends the data to the computer. To communicate with the peripheral device, I2C communication protocol is used, which is made simpler by the usage of the ClosedCube HDC1080 Arduino Library. Data is displayed one measurement in a line, relative humidity being in %, temperature in °C.
Using the Pmod HYGRO with Arduino Uno
Application notes for Pmod HYGRO and Arduino Uno. In this app, temperature and humidity values will be displayed on the serial monitor.
Thanks to Lextronics.
Comments