Yes, I looked at the Kadees with the servo and it seemed quite overpriced. So I figured I would give this a go. Tony is correct, these are really inexpensive little fellas, I ordered a bunch of em. One thing I did find out about them, be very careful the pulse widths you crank out to drive them, I burned 3 of them up with too long widths.
Yes, this is my own design for the widgets, I am trying to come up with an open source solution to networking everything via wireless. Unlike some other designs, I’m using the Xbee wireless modules running 802.15.4 to connect everything rather than 802.11.
I’m doing this because, well, I feel more comfortable with a control network that doesn’t have a bunch of extra packet traffic flying around all over the place like 802.11. Plus the topology of the xbee network doesn’t require any sort of access point, everyone is equal, any Xbee can send a message to any other.
You will still be able to interface a smart phone or tablet to this if you want, it will just require a bit of software and an access point (I’m working on that too) One plan is a Raspberry Pi as a web server- I can serve up html5 web pages for control into the Xbee network. That way I’m compatible with any device that has a browser. Android, iOS, windows, linux, anything and don’t have to write native apps for a bunch of devices.
I’m trying to document all my designs including schematics and software (not sure I’m doing a good job at it, but I’ll keep banging on it) you can find them here:
http://controlwidgets.com
I also post up other odd research and projects on my personal blog
http://martinsant.net
If you look on the files page on controlwidgets, I have several source code libraries, both in Ardunio C++ and Atmel C solutions for Atmel Studio 6. There are also a couple of 3D files, and schematics for the boards are on the pages. I’m open to suggestions to organize it better and if anyone wants to help out with the code or other designs, just let me know.