Other

“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?”

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …

“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 …