How to Setup DigiSprak Attiny85 Board

Hello there Engineers and Hobbyists, we all love Arduino’s right! But using an Arduino UNO, NANO or any other Arduino for a small task like displaying a simple message on LCD or just Fading LED would be waste of resource and money, so in this video, we would discover a Cheap and Compact Alternative of Arduino called ATTINY85, so let’s get started!

Step 1: Watch the Video

Step 2: Gathering the Requirements

for this Tutorial, we will need

1. Attiny85 Board

https://in.gearbest.com/boards-shields/pp_00949109…

2. Arduino IDE

https://www.arduino.cc/en/main/software

Step 3: Understanding the Board

At Tiny 85 is similar to Arduino, but it is not Arduino,ATTINY 85 is a Micro-Controller chip, which has 6 General Purpose IO pins(GPIO), out of which 5 are PWM enabled, and ATTINY85 also supports the SPI and I2C Communication Protocols, but it has only 8Kb of programming memory, so yes, it is not as capable as Arduino board, but it will work just fine for small projects.

also, this board few other features like

  • inbuilt 8 bit timers.
  • inbuilt comparators.
  • 512 Bytes EPROM
  • 512 Bytes SRAM.

here is a complete data sheet for brief knowledge

Step 4: Edit Board URL

we need to add boards (DigiStump’s Attiny85) into our Arduino IDE, to do so,

  1. First open your Arduino IDE,
  2. go to Preference and simply paste the Link ” https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json ” on the Additional Board Management URL,
  3. then simply Press okay and Close Preferences.

Step 5: Install DigiStump Board on IDE

to install Attiny Board Settiongs on Arduino IDE,

  1. go to board manager, under Tools menu
  2. select the Contributed type of boards Option
  3. select “DIGISTUMP AVR BOARDS
  4. Click on install it!

Step 6: Install the Drivers

Now, install the drivers on your computer Attached on this Step

  1. Unzip the Attached File.
  2. click on DPinst64.exe to install the Drivers on your computer.
  3. then insert the Attiny85 board into your computer .

Source: How to Setup DigiSprak Attiny85 Board


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top