|
|
|
|
Croatia
Offline
Full Member
Karma: 9
Posts: 243
|
 |
« Reply #2 on: January 25, 2013, 06:58:48 am » |
In my recent endeavours with ATtiny45 I experienced that error when the capacitor was not connected. I also noticed that it did not always achieve proper contact when put in the connectors on the Uno. so I moved it to the breadboard.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #3 on: January 25, 2013, 11:57:01 am » |
As far as I can see you are you connecting pin 9 on Arduino to PB3 on attiny85, why is that. Through google, I had come to the conclusion that I have a fuse problem so I was trying to use the ISP that provides a clock on pin9 of the arduino to fix it. I have since removed the connection in all my attempts with your suggestions. Which version of the Arduino IDE are you using 1.0.3 I had tried that ISP previously as well with no luck. I followed this guide just not and still no luck. I even tried to burn the 8Mhz bootloader and I get the exact same error. In my recent endeavours with ATtiny45 I experienced that error when the capacitor was not connected. I also noticed that it did not always achieve proper contact when put in the connectors on the Uno. so I moved it to the breadboard.
When the capacitor was not plugged in properly or completely absent I would get the getsync error instead.
|
|
|
|
|
Logged
|
|
|
|
|
Denmark
Offline
God Member
Karma: 19
Posts: 683
|
 |
« Reply #4 on: January 26, 2013, 12:15:42 pm » |
What you could try:
Test if it is a connection problem with your breadboard: move your attiny to another spot on the breadboard or another breadboard.
Output the verbose output and post it here, and hope one of the experts can tell what is wrong
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #6 on: February 03, 2013, 12:28:29 pm » |
I've tried many of the bootloader suggestions but nothing seems to work. I don't have access to a crystal so I haven't done it that way, only the way through ArduinoISP on pin 9 that I listed in the OP. Thanks for trying guys!
|
|
|
|
|
Logged
|
|
|
|
|
Brisbane, Australia
Offline
God Member
Karma: 17
Posts: 812
|
 |
« Reply #7 on: February 03, 2013, 05:22:56 pm » |
I presume you have just the one ATTiny85 so can't swap in a 2nd to see if the problem is common to both. Nick Gammon has a sketch for detecting the signatures of all manner of Atmel processors, available for download here. It needs the same connections as the ISP (explained in full on this page using an ATMega). Does it find your ATTiny? Geoff
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #8 on: February 05, 2013, 11:13:52 pm » |
Unfortunately I get a similar result as before with the following from the serial monitor Atmega chip detector. Entered programming mode OK. Signature = FF FF FF Unrecogized signature. LFuse = 62 HFuse = DF EFuse = FF Lock byte = FF Clock calibration = FF
First 256 bytes of program memory:
0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 10: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
|
|
|
|
|
Logged
|
|
|
|
|
Valencia, Spain
Offline
Edison Member
Karma: 65
Posts: 2251
|
 |
« Reply #9 on: February 06, 2013, 03:39:57 am » |
Looks to me like a wiring problem...
Check all connections/wires for continuity. Move it to a different place on the breadboard, etc.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #10 on: February 06, 2013, 10:51:05 am » |
I've already changed breadboards and wires completely, unfortunately I have no way to test continuity though 
|
|
|
|
|
Logged
|
|
|
|
|
Dubuque, Iowa, USA
Offline
Edison Member
Karma: 13
Posts: 1539
|
 |
« Reply #11 on: February 06, 2013, 01:57:07 pm » |
Do you have any status LEDs on pins 9, 8, 7? IMHO the first step is to actually ensure you have ISP running.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #12 on: February 06, 2013, 11:31:15 pm » |
I don't have any LEDs to use to try. I uploaded the Blink example and it worked, would there be any reason ISP wouldn't?
|
|
|
|
|
Logged
|
|
|
|
|
Dubuque, Iowa, USA
Offline
Edison Member
Karma: 13
Posts: 1539
|
 |
« Reply #13 on: February 07, 2013, 01:42:38 am » |
The question is whether or not you're resetting your Uno and unloading ArduinoISP when you're trying to program the ATTiny. The capacitor you placed between reset and GND (you did that part, right?) should prevent that reset, but y'know ... it's a good idea to be certain.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #14 on: February 10, 2013, 01:33:31 am » |
Appreciate all helps you guys tried to provide. Unfortunately my time has run out and I don't have the resources to continue to try to fix this. It was fun while it lasted, maybe I will revisit this in the future. Thanks again!
|
|
|
|
|
Logged
|
|
|
|
|
|