Now that FIRST is over for the summer I want to experiment with the CMU camera. Rather than take the RC out of the big robot or buy an EDU controller, is there a way to communicate with the CMU camera using a VEX controller?
Yes. The Vex Controller and the FRC Robot Controller, found on this page http://www.ifirobotics.com/rc.shtml, are very similar - especially with the 2005 RC unit. The 2005 RC unit uses the exact same micro-processors inside as the Vex. The Vex Controller has a TTL Serial Port just like the FRC RC Controller. You will have to convert the TTL data to RS232 before sending the data to/from the camera just like you did for the FIRST competition for best results. This will not be as easy because you do not have a pre-made board that just plugs in to do this conversion. You will have to make your own TTL to RS232 converter or adapt the converter used with the FRC RC unit for Vex. The FRC RC unit TTL to RS232 converter can be found on the page [http://www.ifirobotics.com/camera.shtml. The Camera does have a TTL port so you can connect them directly without the converter. Your line lengths must be kept short and away from noise or you will experience communication problems.](http://www.ifirobotics.com/camera.shtml. The Camera does have a TTL port so you can connect them directly without the converter. Your line lengths must be kept short and away from noise or you will experience communication problems.)