Xbee communication between an arduino uno and fio

Hey there,

I am a beginner working on a project where I want an arduino fio with an IMU sensor to communicate via an xbee to an arduino uno.
It basically just has to send the IMU readings to the UNO.

Any idea on how to go about it?

All help is appreciated.

Any idea on how to go about it?

Serial.print("what you want to send");

Thanks for the reply

Ill give it a try and see :slight_smile: