Menu

AVRISP MKII and USBtinyISP working and tested connections to a ATTINY10

Help
JB
2024-03-20
2024-03-28
  • Anobium

    Anobium - 2024-03-21

    Nice piece of work.

    Would you put into a Help ? I do think this is a great piece of information that we should keep.

    I have put your basic words and pictures on Github. You can edit online and then I can pick up to include in the Help. Editing can be do online and is essentially a text editor. Be really good if you would do this.

    https://github.com/GreatCowBASIC/Help/blob/main/attiny10/ATTINY10.adoc

     
  • JB

    JB - 2024-03-21

    Hello,
    can I add this link (where I found about attiny10)
    https://minisystem.blogspot.com/2012/01/programming-attiny10-with-avrisp-mkii.html

     
    • Anobium

      Anobium - 2024-03-21

      You can include any URL the ADOC. However, I would also summarise the web or print as PDF ( to show origin etc ) then attach- why? Pages changes and page disappear. The Help which is all the ADOC here are standalone to ensure the knowledge is not lost.

      Did you have look at the ADOC url? All I did was create the page and upload the JPGs. Willing to have an edit?

       
  • JB

    JB - 2024-03-21

    look like the posted link is not working,
    but if I copy and try on chrome it is working fine, maybe I didn't use the "create link" properly.

     
  • JB

    JB - 2024-03-21

    ok, I see.

     
  • JB

    JB - 2024-03-21

    Here's my last update
    line; (AVRISP MKII:

    Windows 10 Device Manager Driver: libusbK (from Zadig) see pic below)
    and added a Zadig screen cap.

     
  • JB

    JB - 2024-03-22

    Yes I have look at the ADOC url, how to edit
    I'm not familiar with Github, or I can create a new doc, and post it here.
    pls, explain.

    thank's again

     
    • Anobium

      Anobium - 2024-03-26

      Here is the Help to writing Help pages. https://github.com/GreatCowBASIC/Help

      Essentially, you edit the words to explain the process, putting the pictures in the right order and uploading any new pictures.

      Do not worry to much about the formatting I can do that in a few minutes. Please sort the explanation in the words.

      Then, I will move the edited page into the Help. The Help generation tools will take the page and create web pages, PDFs, CHM and lots of other formats.

      Thank you.

       
  • JB

    JB - 2024-03-26

    I'll work on it.

    Thanks

     
  • JB

    JB - 2024-03-26

    Hello Evan,
    I tried to re-create a document here, but I don't understand how the "Insert Image" icon work
    I think it's need an outside link, so I create a new Microsoft Doc, if it's working for you to update the Github.

    Let me know if this document is any help.
    Thank you

     
  • JB

    JB - 2024-03-28

    Setup an AVRISP MKII or USBtinyISP for ATTINY10 chip under Windows 10

    AVRISP MKII Setup:
    • Download and install Zadig Driver Utility software https://zadig.akeo.ie/
    • Connect the USB cable from the AVRISP MKII to your PC.
    • Open Zadig and from the menu select Options / List All Devices.
    • From the device list select AVRISP MKII.
    • Select the target driver libusbK and click (Install / Replace Driver) button.
    • After the installation is completed, open Windows Device Manager and verify the driver installation.
    • Close Zadig

    • Now we need to upgrade the firmware of the AVRISP MKII.
    • Download and Install Atmel Studio 7 from the software Informer
    https://atmel-studio.software.informer.com/7.0/#:~:text=Atmel%20Studio%207.0%20Download%20(Free)%20%2D%20atmelstudio.exe
    • After the installation open ATMEL STUDIO 7
    • Select Tools / Device Programming
    • Make sure the AVRISP MKII is selected
    • At this point ATMEL STUDIO will notify you to upgrade the firmware to version 1.8
    • Click the Upgrade button
    • Once the firmware is upgraded, close ATMEL STUDIO 7

    AVRISP MKII to ATTINY10 Connections:
    • Connect the AVRISP MKII to the ATTINY10 as show in the Diagram.

    GCStudio Programmer Setup:
    • Open GCStudio and set the Programmers to use as show below
    • For AVRISP MKII use the AVR ISP XPII [KANDA] and drag it to the top of the list and click OK.

    Now you’re ready to upload your first program to an ATTINY10.

    USBtinyISP Setup:

    • From Zadig select USBtinyISP in the device list.
    • Select the target driver libusb-win32 and click (Install / Replace Driver) button.
    • After the installation, open Windows Device Manager and verify the driver installation.
    • Close ZADIG

    USBtinyISP to ATTINY10 Connections:

    • Connect the USBtinyISP to the ATTINY10 as show in the Diagram.

    GCStudio Programmer Setup:

    • Open GCStudio and set the Programmers to use as show below
    • Select and Drag the Avrdude (USBtinyISP) programmer to the top of the list.

    Now you’re ready to upload your first program to an ATTINY10
    • More informations about ATTiny10 https://minisystem.blogspot.com/2012/01/programming-attiny10-with-avrisp-mkii.html

     

    Last edit: JB 2024-03-28
  • JB

    JB - 2024-03-28

    Hello Evan,
    I finally got the way how to edit the attiny10 doc.
    I used the link address on top.
    Thanks again

     
  • Anobium

    Anobium - 2024-03-28

    Thank you. Made my job easy.

    Here is the file that will be put into the Help
    https://github.com/GreatCowBASIC/Help/blob/main/attiny10/ATTINY10.adoc

    This file is the master. Would you edit this file? There seems to duplicate section and I have added 'why do this step? bla bla' - this woul help others in the future.

    I have also downloaded the URL and the installer. This means that the Help will work for many years into the future.

    Thank you.

     
  • JB

    JB - 2024-03-28

    Evan,
    Thank you for your help.

     
  • JB

    JB - 2024-03-28

    The doc was move before the edit, but for me it's fine like this.
    the edited section is this one below, it's shorter.

    USBtinyISP Setup:

    • From Zadig select USBtinyISP in the device list.
    • Select the target driver libusb-win32 and click (Install / Replace Driver) button.
    • After the installation, open Windows Device Manager and verify the driver installation.
    • Close ZADIG

     
  • JB

    JB - 2024-03-28

    I let you decide what is best.
    Thank's again for your support.

     
    • Anobium

      Anobium - 2024-03-28

      Sorted. I just edited the GitHib version and all the formats get updated. :-)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.