On 06/05/2010 07:56 AM, Tony Duell wrote:
If you can find one (and they're not rare on
E-bay), get an HP59306 realy
actuator. This is a box containing 6 changerover relays controlled by an
HPIB interaface, the relay contains are wired to 18 4mm terminals
(binding posts, if that's what you call them) on the back. Assuming you
have some computer with an HPIB port, you can do computer control of
lights, small motors, etc very easily.
Well, that I don't have. Maybe the 1650 logic analyzer has it, but I'm
not going to let him play with that just yet.
But that's not a bad idea. Maybe I can find some simple interface to a
USB port and build something to interface with a bunch of relays.
Maybe an old USB parallel port interface will do the trick.
2 Thoughts :
1) Lego Mindstorms :-)
I actually do have one of the early ones of these kits. Someone gave it
to me as a gift before the kids were born, but I've not messed with it
myself.
So that might be the way to go since he's already into legos. I'll dig
it out of the back of the closet.
2) _Old_ Fischertechnik. The new stuff is somewhat
dumbed-down with too
many single-function modules, etc, bnt the old stuff from the 1970s and
1980s is _very_ educational. The only problem is being able to afford all
you want...
Yes, being able to afford all he'd want is going to be interesting.
Some of these kits are $300-$450. I'm not sure he would need a 32 bit
processor controller when he's already got his own computer.
If he gets that interested, I'll hack something up with a PIC or Arduino
board and wire it up to relays or motors.
Come to think of it, I'm sure I could dig up an old laptop and use the
parallel ports on that as a relay controller. Could fire up DOS and
write some simple BASIC programs to control relays via the parallel
port... yup, sounds like a plan. Would need some sort of platform with
motor controlled wheels to mount a laptop on top of... or maybe if I
could find a large toy tank and mount the laptop on top, since prebuilt
tank treads should be easier to control - would just take 4 bits. left
tread fwd/back, right tread fwd/back. Would need some logic to prevent
fwd/back from being turned on at the same time, but actually, could use
one relay for direction, and a second to turn the motor on or off, so it
wouldn't be possible to go fwd and back at the same time. Yeah, that
would work nicely... So 4 relays and two motors, and a few batteries.
After that we can add sensors, etc.