I have searched around for answers but I haven't been able to get my problem solved
After building myself a linear PSU, I wanted a voltage panel. I did not like any pre-made ones so I decided to make one myself using 4x 7-segs and a microcontroller using the chips' ADC.
I bought an ATmega8 chip and did some basic programming with it using my freetronics Eleven (UNO) to program it as an ISP. (I did not burn a bootloader as I don't need it). Using the Arduino IDE (1.0.1) I was able to program the blink program onto the ATmega8 chip using my Eleven as the ISP. I modified the program and re-uploaded to the chip a couple of times with no problems. Throughout testing of the chip, I did not have an external oscillator connected and it still worked.
Now a week later, after writing my program.. I can not seem to get it to upload! I have checked my wiring over and over, pinouts, and voltages... No luck!
But when I select the "Arduino NG or older w/ Atmega8" (which I used when i first got the chip) I keep getting the error
- "Yikes! Invalid device signature.Double check connections and try again, or use -F to overridethis check.".
I have followed
http://arduino.cc/forum/index.php?topic=112452.0 and I get an error of: avrdude:
- "stk500_getsync(): not in sync: resp=0x66"
I'm lost because I know I had it working..
Any ideas of what I could do to fix this?