I know labview can be used to control arduino through serial. Is it possible to have a raspberry pi with a arduino attached to it through serial and have a pc (with labview) somehow wirelessly obtain information from arduino through the raspberry pi?
I don't know the answer, but why do you want the RPi in the middle? Do you need it to preform some kind of buffer or something?
Camera and Audio processing I also have a working wireless module (usb) which works on rpi(dont have xbee)
Thanks
You would have to write a program for the RPi (in Python, perhaps) to receive the data from the PC and pass on commands to the Arduino and vice versa. Perfectly doable but not necessarily trivial.
...R