element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
element14's The Ben Heck Show
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • More
  • Cancel
element14's The Ben Heck Show
Forum Development board
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join element14's The Ben Heck Show to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 10 replies
  • Subscribers 30 subscribers
  • Views 676 views
  • Users 0 members are here
  • avrisp
  • development_board
  • attiny
Related

Development board

Former Member
Former Member over 12 years ago

I would like to know how to build the the development board used the AVRISP mkII and the ATtiny84. Is there a schematic or an eagle file for that?

  • Sign in to reply
  • Cancel
  • benheck
    0 benheck over 12 years ago

    Google "Use Arduino as AVR programmer"

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to benheck

    How it's written by Genesis: "There must be some misunderstandig, there must be some kind of mistake ..." Or maby I just need another hint, but I just asked for a schematic of the pref board shown in last video (that funny automatic shades) on 03:30. The board, where point with your finger on. In the video you told us the viewers that you will use the AVR-Studio together with the AVR ISP mk2 programmer. Why should I need an arduino as programmer if I already have an AVR ISP for programming?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    you mean the little circuitboard that has 2 dip sockets for avr chips that ben uses to prototype his arduino/avr projects on id like to know how to make that too ben can you do a mini tutorial on one of the shows detailing how we go about making our own microcontroller dev board if you want to go for a fully fledged show idea you could perhaps make the board universally compatible with both pic and avr programmers by having them share common components and also include other little micreocontrolelr related things such as building a programmer that uses a usb to serial cable to program the pic and avr mainly avr if you could do a show on theese topics that would be awesome

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colecago
    0 colecago over 12 years ago

    The board looks to be a couple of sockets which are directly wired to headers on the board so you can hook things into them, a linear power supply to drop the wall wart voltage down to a micro controller safe level, probably 5V, and then a connector for the programmer which is then wired to both sockets to the 5V/MISO/MOSI/RESET/SCK/GND of the micros

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    That is a really long sentence!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    Will I ever get an aswer? imageimage

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • benheck
    0 benheck over 12 years ago

    Do you mean the PCB I had on the show with sockets for ATMEGA and Tiny?

     

    http://arduino.cc/en/uploads/Main/Arduino_Uno_Rev3-schematic.pdf

     

    The chip you're programming is on the right.

     

    Basically you need the SPI bus, Reset, Power, Ground and Crystal.

     

    You'll need still an external AVRISP Mark II programmer to connect to the header, or use Arduino as ISP (see Ardunio site for details)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to benheck

    Yes, it exactly that prefboard which you used to program the ATtiny. But there is no socket on the Arduino Uno for an ATtiny ?!?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • benheck
    0 benheck over 12 years ago in reply to Former Member

    Here's how it works:

     

    A regular Arduino must first be programmed with a Bootloader. This is done via the SPI bus and the AVR Programmer.

     

    Then, it can be programmed externally via its RX/TX port (serially)

     

    ATTINY can be programmed via SPI and AVR programmer. You could breadboard it, and use jumpers to connect it to an empty socket Arduino. Google "Program ATTINY with Arduino"

     

    The catch is there's no RX/TX, so you'd have to use AVR Studio, WinAVR, or compile with Arduino and manually burn the hex file.

     

    -Ben

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • steve25
    0 steve25 over 11 years ago

    I found this schematic and modified it a bit. Do you guys think this would work? Hope to get a respond!

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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