HSU-07P humidity sensor

Hi all.

I need help connecting a HSU-07P humidity sensor to my Arduino UNO.

This sensor is taken out from a laser printer, couldn't find its exact datasheet, but found this which seems to be similar: http://www.szhdk.com.cn/downloads/2007618164231.pdf.

I've connected the sensor to my Arduino like this:

ARDUINO SENSOR
GND <-----------> GND (pin 3)
5V <-----------> VCC (pin 1)
A0 <-----------> Output

I've also connected a 47uF capacitor in parallel with an 100kohm resistor, from sensor Output to GND (as they advise in the datasheet)

The problem is that, when powered up, the Output from the sensor goes down to 0 volts.

I've tested the sensor disconnected from the Arduino, and using a different 5V power supply, and on output I have around 2V (and changing if, for example, I blow air close to the sensor). So it seems to work according to spec.

I have no idea what to do next :frowning:

Any help?

I would power the sensor separately from the Arduino, forget the capacitor and resistor, set a common ground, and analogRead() to see what I got.