stk500

You are currently browsing articles tagged stk500.

EGHM confirmed that the Bus Pirate will program ATMega8s at 3.3volts from AVR Studio. Thanks for the update.

Public domain image by DustyDingo.

Tags: , , ,

See the latest version in the documentation wiki.

Here’s an alternate firmware for the Bus Pirate that clones an STK500 programmer for AVR microcontrollers. We ported the GPL’d source from Guido Socher’s AvrUSB500 ATMEGA8-based programmer to the PIC.

The firmware should work with any applications that support the STK500 v2 protocol. We used it to program the Hackable Christmas card’s ATtiny13A from the latest version of AVR Studio. You could also use it for things like programming the bootloader into an Arduino.

You can buy the Hackable Christmas card ($12 kit, $15 assembled) and the Bus Pirate v3 ($30, assembled with shipping) at Seeed Studio.

More about using the programmer, and it’s limitations, after the break.

Read the rest of this entry »

Tags: , , , ,

Via Hack a Day comes word of a USB PIC-based STK500 AVR programmer. The really interesting part of this project, to us, is the stk500.c source that handles the programming interface. It should be potable to the Bus Pirate as a separate firmware, or as a mode in the existing firmware.

AVRDude already supports the Bus Pirate as a programmer, but STK500 emulation would make it instantly compatible with AVRStudio and a ton of existing applications.

Tags: , , ,