Hi,
Trying to get humidity to work on my weather station, temp works fine. Using 2 Xbee , the Xbee library and humidity sensor HIH 4030. http://www.sparkfun.com/products/9569
With one coordinator hooked to an Arduino and an lcd and one end device. Sensor seems to work fine and is giving me a value of 435 which is about 44% humidity. Reading the sensor in place, connected to the Xbee I get a value of 435, which is correct.
When I read the value received on the Xbee coordinator I get a value of 845, which is almost double what it should be.
I've double check it is connected to the correct pin.
What is the range limit of values the Xbee can transmit, is it 0 - 1045?
Anyone have any hints on what to look for or debug?
Thanks.