I've seen that you can use Xbee modules for wireless communication and I've seen that you can interface with Arduino from MATLAB via USB. But are the Xbee modules addressable like a normal USB connection?
Also with Xbee have enough bandwidth for image transfer?
But are the Xbee modules addressable like a normal USB connection?
They are serial devices so on the computer end you need a USB to serial connector.
Also with Xbee have enough bandwidth for image transfer?
You can transfer an image using any bandwidth, it will just take longer.
However, talk of an image and arduino in the same sentence is often an indication that the person asking the question hasn’t thought about it. You have 2K of memory in an arduino, what sort of an image do you want to use. Only the very lowest resolution images can be used. You can’t use the arduino to acquire an image of more than trivial size.
Ok, my idea is a quadrocopter. So if say I were to communicate with the camera via other means, e.g. direct communication between the camera and computer.
Is the Xbee communication fast enough to control the quadrocopter directly from MATLAB or would I have to program the arduino to self stabilise and just send commands e.g. UP, DOWN, LEFT, RIGHT from MATLAB?
MearWolf:
I've seen that you can use Xbee modules for wireless communication and I've seen that you can interface with Arduino from MATLAB via USB. But are the Xbee modules addressable like a normal USB connection?
My question of whether MATLAB will be able to communicate through the Xbee still stands...?
Do you know of a better way for an Arduino chip to wirelessly communicate with MATLAB?
Are we talking about one way or two way communication.
Most two way communication uses simplex packages and can make time critical communication tricky.
I am not sure why you want to use MATLAB if you want to control a quadrocopter.