I'm making my Arduino based on this tutorial and I can't get it to work.
Edit: To make a long story short, I can't get the power LED to light and the computer acts as if nothing is even plugged in, and I don't know what to do.
First I put it all together and when I plugged it in I would get a popup from Windows (XP) telling me there was a hardware malfunction (instead of the expected Found New Hardware wizard). I eventually found out that my SSOP to DIP breakout board for the FT232RL (the usb to serial chip) wasn't fully connected to the breadboard.
I trimmed the breakout's DIP leads (which I made out of salvaged jumper pins) and tested continuities with my multimeter until everything was connected properly. When I plugged it in again, I got the yellow power LED at the bottom left of the breadboard to light up, but I still didn't get the Found New Hardware wizard.
After some fiddling (adding and removing the exterior power components, etc.), returning the breadboard circuit to it's original state (the state in which I got the LED to light up), and plugging it back in, I couldn't get the LED to light anymore. I figured I might have shorted a circuit somewhere, so I unplugged the board, powered down and restarted my PC, and tested continuities.
I found that while everything else was fine (pin connections, the USB type B female connector, etc.), the yellow power LED was not connected to the power. After some more checking, I discovered that, while each blue ground rail on the breadboard was one continuous strip, each of the two red power strips were split in the middle, meaning that a component connected to power on one end of the strip would not be connected to the other end of the strip. I'm not sure how this is possible, as the LED lit up before. Maybe the rail broke while I was testing it (this doesn't seem likely though, as both power supply strips are split exactly in the middle)? Or perhaps the LED was getting power from some pin on the FT232RL chip somehow.
Anyway, I used some 22AWG wire to connect the power strips, and it still doesn't work. The LED doesn't light up, even though there is about 218 ohms of resistance between the long lead and the + on the USB connector and almost no resistance between the short lead and the - on the USB connector.
The computer doesn't do anything when I plug the board's USB cable in, and I can't detect anything happening on the board. I'm not experienced in circuit building, so I really have no idea what to do now.
I'm considering just buying the Diecimila (or perhaps some other non-breadboard clone) and moving on, but I already have all the components and everything so I think it would, perhaps, be giving up too close to success.
Any ideas?