Skip to content

A board and some instructions on how to use a raspberry pi 2 or 3 as an AVR ISP programmer

Notifications You must be signed in to change notification settings

HDR/RaspberryPi_ISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A board and some instructions on how to use avrdude to program stuff using isp on a raspberry pi

Purchase on OSHPARK

Instructions

Installing:

sudo apt update
sudo apt install avrdude git
git clone https://github.com/HDR/RaspberryPi_ISP
cd RaspberryPi_ISP
cp avrdude_gpio.conf ~/avrdude_gpio.conf

Usage:

You can now use avrdude like you normally would (remember to use "-C ~/avrdude_gpi.conf -c pi_1")

Example:

sudo avrdude -p atmega8515 -C ~/avrdude_gpio.conf -c pi_1 -v

Images

Front

Back

BOM

Reference Part Number
J1 2x20 Female 2.54mm Header
J2 2x3 Male 2.54mm Header

All credit on the software side goes to Tony DiCola and his guide on adafruit, you can find that Here

About

A board and some instructions on how to use a raspberry pi 2 or 3 as an AVR ISP programmer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published