Arduino and Xbee

Hello

Am I still right that there is no Library for the Arduino for reading analog data from an Xbee?
So the Stup would look like:
One Xbee is sending sensor data through an Analog pin and an Arduino with an Xbee is reading those data.

Or can someone help me? THX!

Geko

so nobody has ever done that?

I am actually trying to do this, and have succeeded to a degree. I have one xbee setup as a remote unit, monitoring three of it's pins as adc. Every few seconds, it sends the state of those pins out, I have another xbee connected to an arduino via a adafruit xbee breakout board.

I can actually see the 22byte package that is sent come across the xbee in serial monitor, but I can't seem to be able to extract the useful parts out of the packet. I can see all of it.. just don't know how to extract the parts I want.

hmm great!
I think parsing the data shouldn't be that hard...
And how did you managed to get the 22byte package?

thx geko