element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Personal Blogs
  • Community Hub
  • More
Personal Blogs
Legacy Personal Blogs ATmega/ATtiny Microcontroller Programming Shield for Arduino As ISP R1
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: andrewsays
  • Date Created: 6 Jun 2019 9:11 AM Date Created
  • Views 2418 views
  • Likes 9 likes
  • Comments 6 comments
  • avr
  • atmega
  • programming.
  • attiny
  • arduino as isp
Related
Recommended

ATmega/ATtiny Microcontroller Programming Shield for Arduino As ISP R1

andrewsays
andrewsays
6 Jun 2019

ATmega/ATtiny Microcontroller Programming Shield for Arduino As ISP R1

 

I like using ATmega/ATtiny microcontrollers for my projects.

I normally use Arduino IDE and Arduino As ISP to program them.

I built a shield for the programming by myself for my convenience, instead of using a breadboard or other products.

This is my “ATmega/ATtiny Microcontroller Programming Shield for Arduino As ISP R1”.

image

image

I’ve been using it for quite long time with no issue but I’ve recently felt that should be enhanced a bit.

I’ve just started working on building “ATmega/ATtiny Microcontroller Programming Shield for Arduino As ISP R2” with following enhancements.

 

  1. Support ATmega8535/16/32/164/324/644/1284 DIP40 microcontrollers.
  2. Support ATtiny261/461/861 DIP20N microcontrollers.
  3. Add a power switch.
  4. Adopt a PCB with a standard Arduino UNO shield formfactor to make it look better.
  5. Make the status LEDs - Heartbeat, Error & Programming - brighter.

 

I’ll post the details about R2 including the circuit diagram, PCB design, BOM & etc. when they are ready.

  • Sign in to reply

Top Comments

  • andrewsays
    andrewsays over 6 years ago in reply to dubbie +4
    Please understand that my R1(R2 as well) is not a standalone programmer. It is just a shield works with Arduino and I'm using an " Arduino as ISP " as the programmer which is the Arduino running a sketch…
  • dubbie
    dubbie over 6 years ago +3
    I would quite like to use the ATtiny85 chip and I have been buying the parts to make a programme for some time, but I have never got around to putting it all together. Your R1 version looks interesting…
  • luislabmo
    luislabmo over 6 years ago in reply to dubbie +2
    Hello Dubbie, There is also a good video about it https://www.youtube.com/watch?v=30rPt802n1k which is inspired from the High-Low Tech group material Luis
Parents
  • dubbie
    dubbie over 6 years ago

    I would quite like to use the ATtiny85 chip and I have been buying the parts to make a programme for some time, but I have never got around to putting it all together. Your R1 version looks interesting, are there more details around somewhere?

     

    Dubbie

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • andrewsays
    andrewsays over 6 years ago in reply to dubbie

    Please understand that my R1(R2 as well) is not a standalone programmer.

    It is just a shield works with Arduino and I'm using an "Arduino as ISP" as the programmer which is the Arduino running a sketch(program) called “ArduinoISP”.

    You need to add "http://drazzy.com/package_drazzy.com_index.json" to “Additional Boards Manager URLs” of your Arduino IDE and install “ATTinyCore by Spence Konde” to be able to program ATtiny series microcontrollers with it.

     

    Building a shield to program ATtiny85 is quite simple.

     

    • RESET(PIN1) of Attiny85 -> SS(PIN10) of Arduino.
    • GND(PIN4) of Attiny85 -> GND of Arduino.
    • MOSI(PIN5) of Attiny85 -> MOSI(PIN11) of Arduino.
    • MISO(PIN6) of Attiny85 -> MISO(PIN12) of Arduino.
    • SCK(PIN7) of Attiny85 -> SCK(PIN13) or Arduino.
    • VCC(PIN8) of Attiny85 -> VCC(5V or 3.3V) of Arduino.
    • 0.1uf ceramic capacitor connected between VCC(PIN8) and GND(PIN4) pins of Attiny85, as close to the part as practical.
    • 10k resistor between RESET(PIN1) and GND(PIN4) of Attiny85.
    • 0.1~10uF capacitor between RESET and GND of Arduino. (I use 10uF.)
    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • andrewsays
    andrewsays over 6 years ago in reply to dubbie

    Please understand that my R1(R2 as well) is not a standalone programmer.

    It is just a shield works with Arduino and I'm using an "Arduino as ISP" as the programmer which is the Arduino running a sketch(program) called “ArduinoISP”.

    You need to add "http://drazzy.com/package_drazzy.com_index.json" to “Additional Boards Manager URLs” of your Arduino IDE and install “ATTinyCore by Spence Konde” to be able to program ATtiny series microcontrollers with it.

     

    Building a shield to program ATtiny85 is quite simple.

     

    • RESET(PIN1) of Attiny85 -> SS(PIN10) of Arduino.
    • GND(PIN4) of Attiny85 -> GND of Arduino.
    • MOSI(PIN5) of Attiny85 -> MOSI(PIN11) of Arduino.
    • MISO(PIN6) of Attiny85 -> MISO(PIN12) of Arduino.
    • SCK(PIN7) of Attiny85 -> SCK(PIN13) or Arduino.
    • VCC(PIN8) of Attiny85 -> VCC(5V or 3.3V) of Arduino.
    • 0.1uf ceramic capacitor connected between VCC(PIN8) and GND(PIN4) pins of Attiny85, as close to the part as practical.
    • 10k resistor between RESET(PIN1) and GND(PIN4) of Attiny85.
    • 0.1~10uF capacitor between RESET and GND of Arduino. (I use 10uF.)
    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • dubbie
    dubbie over 6 years ago in reply to andrewsays

    Andrew,

     

    Thanks for this help. At some point soon I will have a go at this and see if I can make it work for me.

     

    Dubbie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube