EB500 and simultaneous connection
I need to know if the Parallex EB500 can have simultaneous connections? If not, which ones out there do?
Also, has any one done any projects/work with the Lego Mindstorms NXT or RCX that communicates with the javelin?
I am planning to use the javelin and Mindstorm to communicate with each other via Bluetooth.
Thanks a lot
Jonathan Dorling
Also, has any one done any projects/work with the Lego Mindstorms NXT or RCX that communicates with the javelin?
I am planning to use the javelin and Mindstorm to communicate with each other via Bluetooth.
Thanks a lot
Jonathan Dorling
Comments
is compliant with the v1.1 standard.
If the v1.1 standard supports simultaneous connections, then so should the eb500.
Do you have a protocol description for the Mindstorm?
Edit:
the eb500 manual error list says for error 10:
10 Unable to add a new trusted device. This error will occur if you attempt
to have more than twenty five simultaneously trusted devices.
So it looks there is a limit of 25.
regards peter
Post Edited (Peter Verkaik) : 1/25/2007 7:53:21 AM GMT
Jonathan
Many Thanks
Jonathan
I think 4 simultaneous connections is all what the javelin can handle.
For 4 halfduplex connections you need 4 uarts, that is 4 VP's. In case of full duplex
connections, you can use 4 receive uarts and enable a transmit uart when needed.
That requires 5 VP's. Then you probably also need the Timer VP to timely switch between tasks,
which makes 5 (6 in case of fullduplex).
Given that the javelin can only have 6 VP's running simultaneously, there is no point
in having a device that can handle 7 simultaneous connections.
regards peter
So it is possible to have a 7 simultaneous connections on another device?
Jonathan