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
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino as isp
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 14 replies
  • Answers 1 answer
  • Subscribers 393 subscribers
  • Views 1967 views
  • Users 0 members are here
  • isp
  • atmelstudio7
Related

Arduino as isp

strb
strb over 9 years ago

Hi, I have to use arduino uno as isp with atmel studio 7, I've upload on arduino the "arduinoasisp" sketch but i can't configure atmel studio to use it as the programmer, I've already found a couple of tutorial but it still doesn't work (probably I'm doing something wrong). Anyone can help me? Thanks.

  • Sign in to reply
  • Cancel

Top Replies

  • strb
    strb over 9 years ago +2 suggested
    gihu I have insert the attiny into arduino ide but but when I try to program it it doesn't work. However I have found another solution, it is a little more tricky but it works, it consist on macking the…
  • clem57
    clem57 over 9 years ago +1
    Sure. What steps did you take?
  • gihu
    gihu over 9 years ago in reply to strb +1
    Ciao Steffano, Have you checked this?: Arduino Playground - ArduinoOnOtherAtmelChips So, you can also try to use Arduino IDE if it is easier. Regards
  • clem57
    0 clem57 over 9 years ago

    Sure. What steps did you take?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • strb
    0 strb over 9 years ago in reply to clem57

    On the menu tool> external tool I wrote the name in "title", the file path of "avrdude.exe" in "command" and I copied "-F -v -patmega328p -carduino -P.COM06 -b57600 -D -Uflash:w:"$(ProjectDir)Debug$(ItemFileName).hex":i -CD:/arduino-1.6.7/hardware/tools/avr/etc/avrdude.conf" in "arguents", then I tryed to flash a microcontroller with an example program but doesn't appear the external tool in the "device programming", i see only the simulator.

     

    The tutorial that I've found are these:

    https://asensar.com/blog/2013/how-to-integrate-avrdude-with-atmel-studio/

    Integrate ArduinoISP and Atmel Studio

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 9 years ago in reply to strb

    Before configuration, did you?

    Step 1: Download and Install Arduino IDE.

    If you don’t have it already you can download if from arduino.cc. I have installed Arduino IDE in D:/arduino-1.0.4

     

    Also use the Arduino IDE first as proof it is installed and functionally working.

     

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gihu
    0 gihu over 9 years ago

    Hi,

     

    As clem57 says download and install the arduino IDE, then you have this tuto from the arduino website:

    https://www.arduino.cc/en/Tutorial/ArduinoISP

     

    Hope that helps,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • strb
    0 strb over 9 years ago

    clem57 I have IDE 1.0.1 and 1.6.7 on my pc and both work, I have the "non admin version" so folders aren't with other programs (with this kind of version no installation is required)

     

    gihu I have to program an attiny 2313 so I need to use atmel studio, but it doesn't see the arduino as isp like an external programmer, this is the issue.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 9 years ago in reply to strb

    IDE 1.01 is older than   arduino-1.0.4 Please follow and upgrade.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gihu
    0 gihu over 9 years ago in reply to strb

    Ciao Steffano,

     

    Have you checked this?:

    Arduino Playground - ArduinoOnOtherAtmelChips

     

    So, you can also try to use Arduino IDE if it is easier.

     

    Regards

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • strb
    0 strb over 9 years ago in reply to clem57

    Yes 1.0.1 is older but I've also tryed with 1.6.7 avrdude file and it doesn't work too, do you think that with IDE 1.0.4 can cange something?

    I will try again and I will post here the message that atmel studio give me back

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • strb
    0 strb over 9 years ago in reply to gihu

    No I haven't see it before, thanks, if it works I probably can use it to make what I need.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • strb
    0 strb over 9 years ago

    gihu I have insert the attiny into arduino ide but but when I try to program it it doesn't work.

     

    However I have found another solution, it is a little more tricky but it works, it consist on macking the program with atmel studio, building it into an hex file and then using the windows command prompt (and avrdude) I send it to arduino that program the attiny.

     

    clem57 gihu thanks a lot for your help and suggestions, I really appreciate them.

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