Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsbohn/ArduinoISP
Use the Arduino to program AVR chips.
https://github.com/rsbohn/ArduinoISP
Last synced: 2 months ago
JSON representation
Use the Arduino to program AVR chips.
- Host: GitHub
- URL: https://github.com/rsbohn/ArduinoISP
- Owner: rsbohn
- Created: 2011-11-19T10:20:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-18T17:12:51.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T18:16:24.488Z (6 months ago)
- Language: Arduino
- Homepage: http://code.google.com/p/mega-isp
- Size: 150 KB
- Stars: 125
- Watchers: 20
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Awesome-arduino - ArduinoISP - Use the Arduino to program AVR chips (Projects)
- awesome-arduino - ArduinoISP - Use the Arduino to program AVR chips (Projects)
README
# ArduinoISP
This is a sketch that allows your Arduino to work as a STK500v1 programmer.See the excellent [Arduino as AVR ISP](http://arduino.cc/en/Tutorial/ArduinoISP)
tutorial on arduino.cc.Please report issues on the [mega-isp](http://code.google.com/p/mega-isp)
site at code.google.com.## Use a recent version!
Arduino IDE 1.00 was released 30 November 2011Check out latest available Arduino IDE from: http://code.google.com/p/arduino/downloads/list
If your Arduino IDE version is <= Arduino-0023:
The ArduinoISP that ships as an example with the Arduino software is old.
You can download the ArduinoISP.ino here and replace the one you find
in ...\arduino-002x\examples\ArduinoISP.
This version is known to work with the avrdude that ships with Arduino-0023.
That is an older version of avrdude (5.04, latest is 5.11).