hello guys!
i'm new around here, i'm interested on working with arduino. so far, a have a Uno board, and i started to try some of it's features.
but i encountered a problem when trying to program an ITtiny85.
I followed the steps from this video here, How-To: Shrinkify Your Arduino Projects - YouTube but, every time I try to upload the code, the simple blinking LED on the tiny85 with arduino, i receive these errors of compiling i guess.
can you mannage what could be the problem?
thanks!
In the video he is using Arduino 0022
Try these steps instead
select Tools ->board Attiny85@1MHZ (leave the serial port as it is)
Select Tools ->Programmer -> Arduino as ISP
Select File -> upload using programmer
All steps:
It's right there at the top of your last of errors....
Missing library file. It cannot find the "Arduino.h" library.
Did you recently move some files around?
hello again!
i searched the internet for more information so i've managed to solve this problem... it looks like the deal was that the archive fot the ATtiny wasn't the right one.
now i'm having another problem, with uploading the code, after i succefully uploaded some codes for blinking LEDs. i'm looking for the solution.
ingi88:
now i'm having another problem, with uploading the code, after i succefully uploaded some codes for blinking LEDs. i'm looking for the solution.
Another problem, right. What would that be?
You need this ATtiny library:
https://code.google.com/p/arduino-tiny/
You must to be at Arduino version 1.0... or up to 1.0.5 which is recent.
Your video is a bit dated... do not go down the 0022 rabbit hole...
Ray