@Lensdigital
That would make a lot more sense than what I was thinking with the humidity sensor heater, especially with the way it "drops" when I pull it out of the freezer. -10 C also matches the outdoor temp when I was trying it outside.
I'm glad you caught this!
Chris
Latest posts made by chrisb
-
RE: Smart Humidity and Temperature sensor TH02 Library
-
RE: Smart Humidity and Temperature sensor TH02 Library
@Charles
Here's the output from that bit of code where it drops down to the lowest value and starts to rise back up. Another strange thing I noticed was when I pulled it out of the freezer the temp dropped again like it started reading the temp of the somewhat frozen board again and you could see it warm back up to room temp.TH02 Demo Scanning I2C bus ... I2C device found at address 0x40-> TH02 ! I2C device found at address 0x6F-> Unknown device ! Scan done TH02 device ID = 0x50 TH02 device ID match ! TH02 Status = 0x00 TH02 Config = 0x30 //**edited for brevity** Start: Config=31: Temp 0.18 C => 0.10 C Start: Config=31: Temp 0.06 C => 0.20 C Start: Config=31: Temp 0.19 C => 0.30 C Start: Config=31: Temp 0.29 C => 0.40 C Start: Config=31: Temp 0.41 C => 0.60 C Start: Config=31: Temp 0.57 C => 0.70 C Start: Config=31: Temp 0.66 C => 0.80 C
-
RE: Smart Humidity and Temperature sensor TH02 Library
Also I would like to say I'm very green to this, so please do not rule out the obvious .
Thank you,
Chris -
RE: Smart Humidity and Temperature sensor TH02 Library
Hello Charles,
First I'd like to say a big thank you for creating this library, it's been a big help for a capstone project I'm on for my bachelors degree. I've ran into a bit of an issue though and I think I know the cause, but I'm a bit stuck and was hoping you may be able to confirm my suspicion. I'm using this with an Anarduino to pull temps using a hopefm RFM69 chip at 915 mhz. I set the chip up inside and it seems to be measuring ~70F like it's suposed to, then when I move the sensor outside (where it's currently 13F) I watch the temp drop down to 32F, and then it climbs up to 55F I believe that the heater in the Humidity portion is turning on but in my code I'm only starting TempConv and I after looking into the library files I did update that to attempt to keep the heater off by using, "th02.startTempConv(true, false);"Can you tell me if I may be missing something, or if there is something else I should be looking into? when I bring it back in, the temps are within range again, so I'm fairly certain that it's not a wiring issue.
Thanks,
Chris