Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest are viewing this topic.
Anyone here used Open Servo controller boards? The idea of controlling a bunch of servos with I2C sounds intriguing, but I don't know how difficult it would be to swap them for the board a servo comes with, etc.
While I haven't used the Open Servo boards, I can see their purpose in some applications. However, the idea of first having to buy servos and then have to rip out what is a large part of its price, to replace it by yet an outlay seems to me to be a whacky thing, if you pardon my French.
If you want to control "a bunch" (however many that may be), by IIC, why not program an IIC to the number of servos you need controller into a cheap microcontroller?It will be cheaper, as you just need the controller, an X-tal and 3 caps (or use the clock from your main controller) and that way there's no need to modify the servos.You'll probably be using an Atmel chip,
but as an example, with eg. a PIC16F628 or similar 18 pin chip, it would be a one evening project to make an IIC->servo control for up to 13 servos (14 if you use the main controllers clock and 15 if you can get enough precision from the internal oscillator)
Yeah, I figured there must be an advantage somewhere though, wondering what it is.
I've seen a couple controllers that used a PIC something-or-other to do that. I've wanted to try them for a while but it's too much of a pain to boot Windows just to run the programming environment. However, I got a couple picaxe chips a few days ago, and they can be programmed easily in linux, so I'm working my way through the manual now trying to get the lay of the land. Having to use Basic is taking some getting used to as well, but it looks like it's going to be an interesting time.