Content for Programmer

ESP-12E pogo pin programmer

“3d printed base for aligning pogo pins and mounting a serial module to allow programming of a bare ESP-12E module. Probably works for ESP-12F too. And others?”

ATtiny Programmer for Arduino Uno

“If you have become confident with Arduino platform and want to try programming some other atmel microcontrollers, this guide will help you to do your first steps. In particular you will make a shield for Arduino Uno compatible boards in …

DIY EEPROM Programmer

“I had a number of projects in mind that I wanted to do without the use of a microcontroller. Yet, I needed some sort of persistent data storage that was easy to access on a breadboard with just basic logic …

Programming At89S52 Using Arduino

“In-System Programming (ISP) aka In-Circuit Serial Programming (ICSP) is the ability of some programmable logic devices, microcontrollers, and other embedded devices to be programmed while installed in a complete system, rather than requiring the chip to be programmed prior to …

How to Program 8051 Using Arduino!

“In this tutorial, I will show you a really quick and easy way to program 8051 using an Arduino so without any further ado lets get started! Prerequisites- I’ll recommend going through my previous article where I have shown …

89S52 Programmer Using Arduino Uno

“Hello everyone, today we will learn to program the 89S52 micro-controller using the arduino board. The 89S52 uC is slightly different from the 89C51 uC as it has ISP(In System Programming) feature. It has SPI pins MOSI, MISO and …

ATtiny Programming Shield for Arduino

“This little circuit sits nicely ontop of an Arduino board and lets you quickly plug in an ATtiny chip for programming using the Arduino “language” and IDE to write the code, and the Arduino board as an ISP programmer to …

Project  BIT4

BIT4

“BIT4 is a 4Bit microcontroller - fully programmable with only three buttons.”

Project  ATTiny10IDE

ATTiny10IDE

“ATTiny10IDE is a simple, GNU-based IDE I originally wrote to simplify writing code for the ATTiny10 Series Microcontrollers using C. C++ or Assembly language. This new version is a greatly expanded and updated version I started working on in …

AVR HVPP Configurator

“Recently I have got some ATMEGA8L chips that cannot be read nor programmed through USBASP. I was wondering whether these chips are usable or totally broken. I have read the datasheet of chip and realized that the chip may not …