I recently bought the two following items:
http://www.phenoptix.com/collections/new-products/products/bare-bones-breadboard-arduino-compatible-kit-shrinkify-your-projects
http://www.phenoptix.com/products/usb-cp2102-usb-to-uart-converter-for-programming-shrimps-and-arduinos
I have wired them up like this:
I bridged the VCCs on the ATmega
I bridged the GNDs on the ATmega
I bridged the crystals with a 16MHz oscillator
Each of the legs of the oscillator is connected to a capacitor that is also connected to GND.
I have a wired up a reset circuit exactly like this: http://www.whatsmoke.com/wordpress/wp-content/uploads/2010/06/ATMega-Standard-Reset-Circuit.gif
I have installed the arduino IDE and the driver for the USB to UART connector (Index of /drivers)
I selected arduino uno (Tools->Board) and /dev/tty.SLAB_USBtoUART (Tools->Serial Port) and verified the example blink script. When I clicked upload, it failed and said: avrdude: stk500_recv(): programmer is not responding
I have tried /dev/tty.SLAB_USBtoUART and /dev/cu.SLAB_USBtoUART, I have tried holding the reset with no change. I still cannot load a script onto it. What am I doing wrong? Thanks!