04-09-2009 11:03 PM
04-09-2009 11:10 PM
Is this the sensor you're using?
http://www.sensirion.com/en/01_humidity_sensors/05_humidity_sensor_sht71.htm
It looks like it has its own digital interface. You will have to hookup two digital lines on the 6221 to the SHT71. In terms of communicating, you will have to right some low level drivers. There are some C examples on the website that should be useful, but you will have to translate them to LabVIEW.
04-10-2009 08:57 AM
04-10-2009 09:07 AM
Matt gave you the URL. Why don't you just go there and look? The sample code link is right along with the rest of the app notes.
You can connect the sensor to the 6221 but what you will have to do is duplicate the communication protocol that is described in the datasheet. That means providing SCK and sending and receiving data per section 3 of the datasheet. It says that the interface consists of static logic so you don't have to worry about running the digital I/O at any specific frequency.
04-10-2009 09:19 AM
04-10-2009 07:24 PM
Thank you Dennis. Couldn't get back here earlier (on Friday, I teach class at the local JC).