Loading...
  Show Posts
Pages: [1]
1  Using Arduino / Installation & Troubleshooting / Re: Arduino uno v3 avrdude: stk500_getsync(): not in sync: resp=0x00 on: May 20, 2013, 09:57:14 pm
I'm pretty sure I blew my ATmega328 on the Arduino Uno R3.

I bought pre-programmed chip from Adafruit and got the same error...until I read the website:

Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE

Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE

Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE

Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE

Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE


yes even with the UNO. Be sure to select "DUEMILANOVE with ATMEGA328" in the Arduino IDE

hope this help. I know I didn't find a solution very easily, well at least not very quickly!!!!
2  Development / Other Software Development / Documentation Correction on: January 03, 2013, 09:02:12 pm
A minor typo on the Foundations-Variables page (http://arduino.cc/en/Tutorial/Variables)

"one" should be "once"

Please see the text copied below:

"As you can see, pin is used in both the setup() and loop() functions. Both functions are referring to the same variable, so that changing it one will affect the value it has in the other, as in:..."


thanks, {CONTINUOUS IMPROVEMENT}
Pages: [1]