CMUcam1 baud rate problem
k_ishan
Posts: 1
hello......
i am doing project on "transmission of images from a robot to a computer or laptop".
i am using CMUcam for capturing images.
CMUcam can transmit image data through USART with only 115200, 38400 and 9600 baud rates.
After capturing image i want to transmit this data by using RF tranciever module.
RF module i am using is also having USART interface. But RF module i am working with works with baud rates only less than 9600.
Thus i want to communicate a camera whose baud rate is greater than 9600 with a RF tranciever whose baud rate is less than 9600.
so can u please suggest some method/ programme which will make CMUcam to transmit data with lower baud rates(less than 9600)
so please please suggest some solution to this problem......
i am doing project on "transmission of images from a robot to a computer or laptop".
i am using CMUcam for capturing images.
CMUcam can transmit image data through USART with only 115200, 38400 and 9600 baud rates.
After capturing image i want to transmit this data by using RF tranciever module.
RF module i am using is also having USART interface. But RF module i am working with works with baud rates only less than 9600.
Thus i want to communicate a camera whose baud rate is greater than 9600 with a RF tranciever whose baud rate is less than 9600.
so can u please suggest some method/ programme which will make CMUcam to transmit data with lower baud rates(less than 9600)
so please please suggest some solution to this problem......
Comments
2) You cannot make the CMUcam1 transmit with lower Baud (less than 9600). It is not designed for that. There are comments in the documentation that some of the board's functions do not work as well even at 9600 Baud. Theoretically, you could request the firmware source code from CMU, modify it to allow for Bauds less than 9600, and reprogram the SX processor on the board. Practically speaking, this is not doable and we can't help you with it. Sorry.
3) See my post #2. Some kind of "smart" external buffer is really the only way to do this. Given the resolution of the camera, it looks like the buffer size would need to be a little over 8K in size. The Propeller could certainly do this and you'd need to write a Propeller program to handle the commands to the CMUcam1 and the data packets from it.