nickthefisch / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
Other
0 stars 0 forks source link

Attiny85 First steps error avrdude: stk500_getsync(): not in sync: resp=0x00 #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.go according the http://highlowtech.org/?p=1695 
2. use Arduino IDE 1.0.4 and ARDUINO UNO with ATMEL 328P-PU
3.use Attiny85 DIP PU20, in the MENU/TOOL/BOARD  use Attiny85 (internal 1 MHz)
4. In the MENU/TOOL/PROGRAMMER use Arduino as ISP
5. The example file is the BLINK changed the led Pin from 13 to 0.

What is the expected output? What do you see instead?
The upload 
Binary sketch size: 836 bytes (of a 8,192 byte maximum)
C:\Program Files (x86)\Arduino\arduino-1.0.4\hardware/tools/avr/bin/avrdude 
-CC:\Program Files 
(x86)\Arduino\arduino-1.0.4\hardware/tools/avr/etc/avrdude.conf -v -v -v -v 
-pattiny85 -cstk500v1 -P\\.\COM3 -b19200 
-Uflash:w:C:\Users\YARIV~1.SHA\AppData\Local\Temp\build1073212491978223966.tmp\B
link_attiny85_ino.cpp.hex:i 

avrdude: Version 5.11, compiled on Sep  2 2011 at 19:38:36
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\Program Files (x86)\Arduino\arduino-1.0.4\hardware/tools/avr/etc/avrdude.conf"

         Using Port                    : \\.\COM3
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x00
What version of the product are you using? On what operating system?
Win7, IDE 1.0.4

Please provide any additional information below.
If I am going back to the ARDUINO Uno solely and load any Example file, it 
works.

Thanks i advance
Yariv

Original issue reported on code.google.com by yariv.shavit on 16 Oct 2014 at 10:58

GoogleCodeExporter commented 8 years ago

Original comment by arduino....@gmail.com on 16 Oct 2014 at 6:05