mille-feuilleAutomatic Schematic Creation Tool

* Humidity *

step

Features

This is I2C device and not changeable I2C address. You can connect only one device on a mille-feuille.
Download datasheet
Main component : HDC1080 - Low Power, High Accuracy Digital Humidity Sensor with Temperature Sensor
• Relative Humidity Accuracy ±2% (typical)
• Temperature Accuracy ±0.2°C (typical)
• Excellent Stability at High Humidity
• 14 Bit Measurement Resolution
• 100 nA Sleep Mode Current
• Average Supply Current:
• 710 nA @ 1sps, 11 bit RH Measurement
• 1.3 µA @ 1sps, 11 bit RH and Temperature Measurement
• Supply Voltage 2.7 V to 5.5 V
• Small 3 mm x 3 mm Device Footprint
• I2C Interface

step

Programming

Sample program
HumidityTest.py
* functions *
import Humidity

def getInfo(Number) : Getting hardware information of device board
Number : connector number of baseboard

def init() :Initialize device.

def readTemp() :Reading temperature
return : Celsius and raw data

def readHumidity() : Reading humidity
return : Humidity(%) and raw data