PIC LICK-1 using PIC16F84 Microcontroller

This module is so simple, Iā€™m surprised it has not been thought of before.
You can fit a PIC16F84A or PIC16F628 and it becomes a ā€œbuffered PIC chip.ā€
Look at the circuit diagram first to see what the module is doing. Itā€™s buffering 5 of the input lines with a 1k resistor and buffering 8 output with a driver (actually a sinking) transistor.

PIC LICK-1 MODULE

If you fit a PIC16F628 chip, you can use the RC oscillator inside the chip (4MHz or 37kHz ā€“ see 14.2.6 of PIC16F628.pdf ) or the external RC 4MHz oscillator components (4k7 and 22p) on the PC board. The oscillator components on the PC board do not have to be removed when using the internal oscillator. The small current delivered by the 4k7 resistor in the RC oscillator will not damage the chip. It just represents wasted current.
The 5 input lines are protected with 1k buffer resistors and taken to an ā€œin-lineā€ connector-strip.
The 8 lines of port B are buffered with 1 amp driver transistors and taken to another connector-strip.
A Reset Pin is also on the PC board.Ā When it is taken LOW, the chip resets. It is held HIGH via a 10k resistor.
This module does not allow the full in/out capability of each line but it is miles ahead of anything available on the market for a similar price.
In fact the closest modules are twice the price, have less input/output capability, run at one-tenth the speed and have less area for a program.
The advantage of our design is it does not have any ā€œoverhead.ā€ It does not have any propriety software or hardware that you have to buy.Ā  You can take the chip out of the module and place it directly into a project you have designed, and it will run immediately.
The microcontroller runs at 1 million instructions per second and this is very important when you are working on timing intervals, for displays and sounds, etc.
Programming the chip is carried out ā€œby handā€ at machine-code level using instructions that are able to be read by the microcontroller, and also by humans. Each instruction consists of letters and numbers that humans can recognise and is called a ā€œmnemonic.ā€Ā (You can also use any other programming language if you wish, but we will only be dealing with ā€œhand-assembly.ā€)
Machine code may be slow and laborious, but when you take advantage of our
Library of Routines, and examine the experiments we have presented, you will be able to go to our ā€œCopy and Pasteā€ fileĀ  and put the code into your program to create all types of effects.
There are a number of sites on the web to help you write assembly programs but they tend to complicate the job rather than simplify it.Ā I have tried them and found them to be absolutely impossible to use.
The author has opted for machine code assembly, not because I am a masochist, but because it is the only way to learn the instructions and achieve a program of the complexity of the ideas we have presented in some of your projects. Two games on this site are examples.
To give you some idea of the capability of a 1,000 instruction program in machine code, the first 4-level chess game was written for the early version of the Z-80 in 1k of memory! The PIC chip has instructions with more than twice the power .Ā  .Ā  . imagine what you can achieve!Ā  But donā€™t forget, the chess game was not written in simple ā€œlinear programming mode.ā€ The routines were very clever algorithms. Our programming approach is much simpler and is called ā€œlinear programming.ā€ Basically it means the micro will be advancing down the program and exiting a sub-routine with a solution.
Another reason for choosing machine code is fault finding. By viewing the program you can see exactly what the micro is accessing and it is much easier to ā€œhunt down the fault.ā€
MPLAB has a debugging program and a single-step feature that shows the contents of each register (file) after an instruction.
It has some capability at finding a fault. But donā€™t hold your breath. It doesnā€™t solve problems for you.

 

For more detail: PIC LICK-1 using PIC16F84 Microcontroller

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter