Kyle made an excellent point that by sending messages rather than posting in here, the topic really does a terrible job at sharing info about this!
So here is what happened “behind the scenes” so to speak.
[to stefan]
That site gave me a lot of insight into the possibilities of the arduino. I think linking the arduinos would be much easier, but I have to keep my experiments to a pretty tight budget right now. So in the shift register method, am I right in assuming that the byte going into the specific shift register pin would just trigger a relay with an outside power source for the solenoids?
[response]
The trick is to build your own arduinos. In fact you can simply buy bare atmega168 DIP (about $4) chips and use the Arduino software to program them. The only thing you need is a programmer () which you can get here:
http://ladyada.net/make/usbtinyisp/
This programmer is directly supported by the arduino software.
I have some more info here of how to set things up: http://stefanix.net/arduino
[to chris]
That’s pretty amazing. I guess the problem I’m having trouble with is servo VS solenoid control. As the solenoid is only triggered by the supplied voltage, I would assume the control board would just trip a small relay for each solenoid.
If such is the case, it almost seems like overkill to use these really nice servo microcontrollers which are outfitted for the degree of turn and everything.
http://users.design.ucla.edu/~acolubri/-…-ircuit.png
I mean, essentially the board is just outputting bytes to the servo pins to communicate, that could be hooked up to relays and the data adjusted to trip the relays I think…
[to kyle]
I’m definitely not bent on an arduino solution, but it definitely seemed like the most feasible option as a microcontroller to interface with OF right now. I’m still perusing different types, but if you have any suggestions, i’d love to hear about them.
[response]
I really think the one Chris mentioned would work well, actually. It’s a bit more expensive than an Arduino, but you’ll end up spending a lot more on solenoids anyway (or even on outfitting an Arduino to do the same thing). It uses an FTDI chip like the Arduino, so you can just send it serial data to control it, and OF already has a serial library built in.