UART and Radio transmission
Hi,
I made some test today with the ER400TRS radio transmition. The Baud rate is 19200.
So for the test i have only set the UART for transmission. And i find out that i can send only between 400 and 440 caracter per second no more ?
As i would like to send the output of my camera to the computer using radio transmission i would need somme things more efficient than the ER400TRS. which is good enough to send order to the robots.
Does some one knows what kind for module could be usefful to send frame (5 to 6) per second in 256 color·(1byte) from a robots to the computer ?
thanks·
I made some test today with the ER400TRS radio transmition. The Baud rate is 19200.
So for the test i have only set the UART for transmission. And i find out that i can send only between 400 and 440 caracter per second no more ?
As i would like to send the output of my camera to the computer using radio transmission i would need somme things more efficient than the ER400TRS. which is good enough to send order to the robots.
Does some one knows what kind for module could be usefful to send frame (5 to 6) per second in 256 color·(1byte) from a robots to the computer ?
thanks·
Comments
can i increase the rate or it is normal ?
I just need to know if the rate is normal or not or if i can increase it ?
I found this datasheet minutes after posting.
It seems that the baud rate could be set at 19200.
also a possible Uart constructor could be this:
Although I am positive the Pete would be able to give you more help than I could.· I hope this sheds some light for ya.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Huey
Double Bachelor of Science
CPET - Computer Engineering Technologies
CIS - Computer Information Systems
MSU-Northern
Chair of MSU-Northern IEEE Student Branch
Post Edited (Huey) : 3/6/2008 1:56:03 AM GMT
The ram-to-ram throughput is however limited to about 10kilobits/seconds, which
is slightly better than 9600 baud. 9600 baud equals 960 bytes. Due to internal
copying (parameter passing) I would say 500 bytes/second throughput is
normal.
regards peter