Code Monkey home page Code Monkey logo

stk600's Introduction

STK600 Arduino Programmer

This information allows you to use the STK600 development system as an ISP programmer within the Arduino IDE.

Linux rules

Download the Linux udev rules and copy the file to /etc/udev/rules.d/

you can use the following commands:

wget https://raw.githubusercontent.com/zarpli/STK600/main/rules/90-atmel-stk600.rules
sudo cp 90-atmel-stk600.rules /etc/udev/rules.d/

after this file is installed, physically unplug and reconnect STK600.

Windows Driver

Replace the STK600 USB driver with the generic LibusbK driver, you can use the Zadig automatic tool.

Complement the Arduino Core AVR

Add the following parameters in the "programmers.txt" file.

stk600.name=Atmel STK600 development board
stk600.communication=usb
stk600.protocol=stk600
stk600.program.protocol=stk600
stk600.program.tool=avrdude
stk600.program.tool.default=avrdude
stk600.program.extra_params=

The location of "programmers.txt" file depends on your operating system, for example for Linux and Windows respectively:

~/.arduino15/packages/arduino/hardware/avr/<platform version>/programmers.txt

C:\Users\<user name>\AppData\Local\Arduino15\packages\arduino\hardware\avr\<platform version>\programmers.txt

Upload program

use Upload Using Programmer in Sketch tab (Ctrl+Shift+U)

YouTube Overview

STK600 Arduino Programmer

stk600's People

Contributors

zarpli avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.