Content for Programmer

Programmer

A programmer (hardware), device programmer, chip programmer, device burner, or PROM writer is a piece of electronic equipment that arrange written software to configure programmable non-volatile integrated circuits, called programmable devices. The target devices include; PROM, EPROM, EEPROM, Flash memory, eMMC, MRAM, FeRAM, NVRAM, PLD, PLA, PAL, GAL, CPLD, FPGA, and MCU. These are terminologies in the field of computer hardware.

Making your first ISP Programmer

“This is a Beginner Project teaches them how to make their first ISP PCB annd go through details Components Note these Components are SMD packages - ATtiny 44 - 20MHz resonator - 1uF capacitor - 10K resistor - 1.5K resistor - 0 Resistor - 100 Resistor …

Building ‘Arduino As ISP’ Using Arduino Nano to Program ATtiny85

“Unlike some other microcontrollers, such as the Arduino Uno, the ATtiny85 does not have a built-in USB interface for programming. Instead, it requires an external programmer to load the program code onto the microcontroller’s flash memory. ATtiny85 has a …

Tiny UPDI-HV Programmer

“This is a simple High-Voltage UPDI programmer, for programming 0-series, 1-series, and 2-series ATtiny chips to allow you to configure the UPDI pin as a extra general I/O pin. For simplicity it is designed to work with an existing …

An Easy To Build Programmer For 2704 / 2708 / TMS2716 / MCM68764 / MCM68766 EPROMs

“Introduction Some time ago I needed to program an MCM68766 EPROM to upgrade the BIOS in an IBM PC 5150, and in the process discovered that hardware which can program these is rather difficult to come by. So I set …

DIY UPDI USB programmer which can be made with cheap hardware

“If you are interested in DIY electronics, at one point in life you might encounter an Atmel MCU with an UPDI programming interface. The original programmer costs quite a lot, so most obvious solution would be to make one by …

Tiny AVR Programmer

“Here you get your own very small AVR programmer board that you can put in your keychain. Today I will build an AVR programmer based on the FabOptimus that built by Ali Shtarbanov. It’s very well documented and makeable …

ESP32-Cam Programmer

“ESP32-Cam is a compact size and low cost ESP32 Development board with OV2640 camera. There’s no USB programming port, so you need external programmer like FTDI, CH340 or CP2102 to upload code through serial pins (UOR and UOT …

AVR SD Hex Loader ISP

“This project is all about getting your compiled sketch onto your target board without the need to have a connection to a computer running the Arduino IDE. The video demonstrates the operation of the loader. The first board being loaded …

AVR ISP Programmer V2

“A programmer designed for easy programming of ATtiny13, ATtinyx5 series ATtinyx4 series, ATtiny2313, ATmega8 series, ATmega328, ATmega8515 Amtel AVR Microcontrollers come in a number of variants. The one most Arduino users know is the 28 pin ATmega328 variant. However AVR …

Attiny85 8-pin Arduino Programming Shield

“This Arduino shield transforms your Arduino UNO into an ISP-Programmer for the ATtiny85 microcontroller. The board simplifies the Boot-loader burning on the ATtiny85 chip. It consists of an 8-pin DIP socket to insert the new ATtiny85 chip, C1 decoupling …