Programmers device > AVR Programmers

Programmer AVR USBasp

Programmer AVR USBasp

  • ISP programming interface
  • Interface to PC: USB
  • voltage: 5V (via USB)
  • to work under Windows driver needed
  • Size: 54mm x 25mm x 9mm
Count Price
From1шт250грн
From4шт246грн
From20шт240грн
From60шт238грн
Code: 17
шт.
assemble your own
Є в наявності

STK500 (AVR-Doper)

STK500 (AVR-Doper)

  • Full compatibility c STK500
  • voltage: 5V (via USB)
  • Current consumption: less than 50mA
  • Interface to PC: USB
  • Interface Programmer: ISP
  • Dimensions unit: mm 55h17
  • Supported programming microcontrollers: Series AVR - all controllers with SPI interface for programming.
Price:
350 грн
Code: 22
шт.
assemble your own
Очікуєм

Programmer AVR USBasp + Zif Board 40pin for AVR

Programmer AVR USBasp + Zif Board 40pin for AVR

Features Programmer AVR USBasp:

  • ISP programming interface
  • Interface connection to PC: USB
  • Input voltage: 5V (Bus USB)
  • Dimensions 54x25x9 mm
  • To work under Windows driver needed

Features Zif Board for AVR:  

  • Weight: 46 g
  • Size: 88mm x 38mm
  • 32 I / O pins all withdrawn.
  • Support chips: ATMEGA16 / ATMEGA32 and compatible.
  • Reset: reset button.
  • Power LED (D1).
  • Standard ISP.
Price:
450 грн
Code: 318
шт.
Очікуєм

Programmer AVR USBasp + Zif board 28 pin for Atmega8 ATmega48 ATMEGA88

Programmer AVR USBasp + Zif board 28 pin for Atmega8 ATmega48 ATMEGA88

Features Programmer AVR USBasp:

  • ISP programming interface
  • Interface connection to PC: USB
  • Input voltage: 5V (Bus USB)
  • Dimensions 54x25x9 mm
  • To work under Windows driver needed

Features Zif board 28 pin for Atmega8 ATmega48 ATMEGA88:  

  • Support chips: Atmega8 ATmega48 ATMEGA88
  • Reset: Reset button
  • Power LED (D1)
  • Standard: ISP
  • The fee is 7.4 cm x 3.4 cm
  • The thickness of the module: 1.6 mm.
Price:
350 грн
Code: 659
шт.
Очікуєм

AVR - microcontrollers is a powerful tool for creating modern high-performance and cost-effective multi-purpose devices.

The program for the microcontroller is written in any suitable programming language is compiled into a binary file (or file format intel HEX) and poured into the microcontroller through the programming .

programmer - is a device that connects a microcontroller and a computer and allows the computer to write the firmware file to the memory controller. Also need to flash a program that will drive a special protocol data to the microcontroller.

Methods microcontroller firmware using AVR-programmer :

  1. In-circuit programming (ISP)

    This method sew modern controllers is the most popular to date. Internally it is called because the microcontroller when the firmware is in the scheme of the target device. For the needs of programming in this case stands out several conclusions controller (usually 3..5, depending on the controller).

    These findings are sewn cord connects the programmer and fill a firmware. After that, the cord is disconnected and the controller starts.

    At the AVR firmware is filled via SPI and for programming need four lines and power:  

    • MISO - data coming from the controller (Master-Input / Slave-Output)
    • MOSI - data going into the controller (Master-Output / Slave-Input)
    • SCK - SPI interface clock
    • RESET - RESET signal to the programmer enters the controller in programming mode
    • GND - earth

    For the implementation of the "serial" in-circuit programming is necessary:

    • connect programmer leg reset (RESET) and SPI interface controller (feet MOSI, MISO, SCK);
    • powered microcontroller nominal voltage of + 5V (GND, VCC).

    Programmers for in-firmware AVR controllers are distinguished by such features:

    • to speed;
    • the type of connection to the computer (COM / LPT / USB);
    • there with his master controller or not.

    Programmers without a master controller is very simple to manufacture and commissioning. They work exclusively through COM or LPT ports.

    Programmers are working with the master controller via COM, but also can work without problems via USB. But when dealing with these programmers is one problem: in order to make such a programmer, need another programmer to sew him master controller. The problem of "chicken and egg".

    The most popular programmers of this type:

    • USBASP
    • AVRDOPER
    • AVR910
     
  2. Parallel high-voltage programming

    Normally used in the manufacture of chips with mass firmware in the programmer before they are sealed into the device.  

    Features of parallel programming

    • Many times faster sequential (ISP);
    • requires submission to the RESET voltage of 12 volts;
    • no longer requires 3 data lines and eight + control line;
    • microcontroller programmer inserted into the panel, and after the firmware is rearranged in the target device.

For radio amateur practice this method of programming is not needed, because ISP programmer solves 99% urgent tasks.