Programmers

MAKING A PICKIT 3 CLONE 1

MAKING A PICKIT 3 CLONE

After using the Microchip tools to program and debug the projects I work on, I wondered about creating my own programming/debugging module that I could put on my own boards – just like Microchip does with their starter kits and such. As I became more interested in that idea, I began to search the web […]

MAKING A PICKIT 3 CLONE Read More »

introduction to PIC microcontroller and MPLABX IDE

Getting started with PIC Microcontroller: Introduction to PIC and MPLABX

Introduction to PIC Microcontroller and MPLABX IDE In 1980, Intel developed the first Microcontroller (8051) with Harvard Architecture 8051 and since then Microcontrollers brought a revolution in Electronics and embedded industry. And with the technological advancement over the time, now we have many more efficient and low power microcontrollers like AVR, PIC, ARM. These Microcontrollers are more

Getting started with PIC Microcontroller: Introduction to PIC and MPLABX Read More »

Simple GAL Programmer schematic

Simple GAL Programmer

It’s very easy! This is a simple GAL programmer that hobbyists will able to use the GAL very easy. Building costs are less than 1/10 of cheaper GAL programmers. This is good for parsonal use. And added an optional function to program to the Microchip’s PIC with using a socket converter. Programer Specifications Supported Device

Simple GAL Programmer Read More »

Input programming activity schematic

Input programming activity

The previous activities showed you how to make the microcontroller activate outputs. This activity demonstrates how to receive inputs from externally connected devices. The input programs also introduce the concept of abstraction—the ability of a program to refer to I/O circuits using assigned variable names rather than their specific hardware addresses. What you should know

Input programming activity Read More »