Wednesday, December 17, 2014

In one of my previous post, I shared how to create an AtTiny Shield. You might be wondering how do you prepare the Arduino IDE so that it is usable with the Shield. I''m going to cover that in this post. It can be quite complicated. I've included screenshot for better understanding.

Things required:
1) Arduino IDE Environment
2) attiny-master.zip

Step 1
   Click on the "attiny-master.zip" link above and download it. Save it to somewhere where it is easy to find. We're going to need it later.

Step 2
   Start your Arduino IDE Environment and click on File followed by Preferences.




Step 3
   Open that exact same directory of your "Sketchbook Location" on your computer file explorer. Create a new folder and name it "hardware". (Note: You don't have to create a new folder if a folder named hardware has already existed)



Step 4
   Extract the content of the zip file (attiny-master.zip) into the hardware folder. Note: A folder named "attiny" and NOT "attiny-master" should be in the hardware folder. You should have a directory of something like this:


Step 5
   Close any Arduino IDE Software if you have it running. Restart the Arduino IDE. Click on Tools followed by Board. You should have the all the AtTiny option there.


Basically, that's about  it. Your Arduino Software is now ready to program AtTiny chips.

No comments:

Post a Comment