Hi,
I tried according to http://highlowtech.org/?p=1695 to mplement the attiny85 on the Arduino IDE, but it does not show the boards ATTINYs.
When loading the arduino_debug.exe, it says
"Could not find boards.txt in C:users<my name>\Documents\Arduino\hardware\attiny\variants. WARNING: Error loading hardware folder attiny No valid hardware definitions found in folder attiny
Hi,
I installed IDE 1.0.6 and it seemed to be perfect until I tried to load the example ArduinoISP,
By trying to upload it I received an error I haven't seen long time: in the message window appeared:
" Binary sketch size: 5,590 bytes (of a 32,256 byte maximum) avrdude: stk500_getsync(): not in sync: resp=0x00"
Funny is that even the Blink SIgnal does drop the same error (nothing to do with the Attiny).
Is it because I use an ATMEL ATMEGA 328P-PU in my UNO?
Any idea where this is comeing from now?
Thanks
Y3G
There is a simple solution for this (at least it works for me):
You wrote:
Could not find boards.txt in C:users<my name>\Documents\Arduino\hardware\attiny\variants.
WARNING: Error loading hardware folder attiny
No valid hardware definitions found in folder attiny
The 1.0.x versions expects the file "boards.txt" and the folder "variants" at the place you put it.
For the 1.5.x version you just have to make a new folder within "C:users<my name>\Documents\Arduino\hardware\attiny" named "avr" and move both the "boards.txt" and the "variants" folder into "avr".
Then, after restarting the IDE, you should have the boars listed.
Guys,
Thanks for your support! the upload worked when I used IDE 1.0.4 and went according to the guideline of the http://highlowtech.org/?p=1695. (See the upload report window below).
But when I connected an LED ,accordingly to the guideline, between Pin0 and Ground there was no blinking.
This should work by only supplying VCC and GND to the ATTINY.
Am I right?