Skip to content
/ sardisp Public

DIY Simple Arduino In-System-Programmer (Perf board USBasp clone)

License

Notifications You must be signed in to change notification settings

thaolt/sardisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sardisp

Content

What is it?

DIY Simple Arduino In-System-Programmer (aka perf-board USBasp clone)

Installation

Windows

Driver installation

Please read:

Or download:

https://raw.githubusercontent.com/thaolt/sardisp/master/drivers/usbasp_signed.zip

Linux

Linux doesn't need driver installation

However, it would be more convenient to allow current user access USB instead of execute commands under root or sudo

If you ever run these steps before, they don't need to be executed again

$USER is your current login name on your machine

sudo adduser $USER dialout
sudo adduser $USER tty
sudo adduser $USER plugdev

Then log out of current desktop session and log in again, it's done.

How to use

Any software / IDE support USBasp programmer

avrdude

avrdude -u -c usbasp -P usb ...

AVRDUDESS

avrdudess usbasp

Arduino IDE

Tools > Programmer > USBasp

arduino ide usbasp

Tools

Schematic

sardisp schematic

Perf-board implement

sardisp board

References