Camera Controller - Update August 17
I’ve finished out 90% of the hardware for my “production version” of the camera controller. There’s a couple of software glitches that need to be resolved, but for now it’s a totally functional device.
The first bit is the radio remote/flashlight:

Thanks to the brilliant design on the Xbee radios, this remote consists of: (1) Xbee module, (1) Xbee breakout, (1) Bodhilabs AAA 3.3v, (1) switch, (1) Red LED w/ resistor. The switch is the sexy nav-switch from Sparkfun, which is a center push, and two contacts in each direction. I’m using the center for the shutter (contact closure on the xbee), and one direction of the switch to light up the red LED. The Xbee is programmed to forward the contact closure to it’s pair on the reciever.
On the receiving/controller end, we have this:

Parts list is a little longer here, but the basic components are a Bodhilabs vpack stepping (2) AA batteries up to 5v, a 2×16 serial LCD, another xbee breakout board, a trimwheel potentiometer, and my custom-built controller.
I did a custom pcb from batchpcb to cut down on size– it’s an 8MHz Atmega168 board, compatible with Arduino, and actually has the Arduino NG bootloader, which is slick. The custom board runs at 3.3v, which makes the interface with the Xbee really simple. That does mean some inefficiency in the power supply (switchmode to 5v, and then linear regular to 3.3v), but the high current device, the LCD, is running at the full 5v.
Overall, pretty cool, so far so good.
