Question about what the board of education is capable of?
Mikester111
Posts: 2
ok im looking to buy a parallax board but i logged back in and the servo controller was discontinued and was woundering if the board of education could do the same.
what i need is a board that has real time refresh to be controled by a joystick, the board will need to be able to control 6 servo motors at the same time max and if at all possible 4 web cams tied in to the same board to veiw all 4 at the same time but i know thats pushing it
what i really need is the full know how but imjust getting started in it
is this at all possible
and how easy can it be done????
what i need is a board that has real time refresh to be controled by a joystick, the board will need to be able to control 6 servo motors at the same time max and if at all possible 4 web cams tied in to the same board to veiw all 4 at the same time but i know thats pushing it
what i really need is the full know how but imjust getting started in it
is this at all possible
and how easy can it be done????
Comments
For 6 servos and a joystick, you might consider a Propeller which can certainly handle all that and more. A Propeller could handle a single camera, but not a webcam. It would need to be an image sensor made for reading by a microcontroller. One of the people who frequent the Propeller forum has done some experimentation with a camera like that, but hasn't had the time to finish the project so it would be usable by others.
once agian thanks for the help and suggestions
You could just use RS232 signalling for the 160 foot distance. You'd need to use something like a MAX232 at the Stamp end to do the signal level translation. Do a websearch for articles on the MAX232 for details. You'd want a good cable for the distance, probably shielded twisted pairs. You could use Ethernet cable for this. The Stamps are good but marginal on receive up to maybe 9600 Baud. Over that distance I'd limit it to 4800 Baud.