https://github.com/atoomnetmarc/arduino-as-isp-shield
Arduino as ISP shield created with Kicad.
https://github.com/atoomnetmarc/arduino-as-isp-shield
arduino isp-shield kicad pcb
Last synced: 9 months ago
JSON representation
Arduino as ISP shield created with Kicad.
- Host: GitHub
- URL: https://github.com/atoomnetmarc/arduino-as-isp-shield
- Owner: atoomnetmarc
- License: apache-2.0
- Created: 2021-02-28T18:44:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:34:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T20:49:57.374Z (10 months ago)
- Topics: arduino, isp-shield, kicad, pcb
- Language: HTML
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quickly hacked together Arduino shield to program other Arduino's. Can also be used to program the old AT90S1200 microcontroller using avrdude. I used [AVRDUDESS 2.14](https://github.com/ZakKemble/AVRDUDESS/releases/tag/v2.14
) with avrdude 7.0.

Use the [ArduinoISP.ino](https://github.com/rsbohn/ArduinoISP/blob/master/ArduinoISP/ArduinoISP.ino) sketch to program your Arduino.
Use this define:
```#define USE_OLD_STYLE_WIRING```
[](https://opensource.org/licenses/Apache-2.0)