This thread is to discuss the use of the mid-range PIC micro-controllers for timing of PI detector
circuits. There are many other small micro-processors that also could be used like the Atmega series from Atmel.
These should be discussed in another thread as there are some threads for Atmels & Audinuos in this forum.
The PIC replaces the 555, 221, etc timing chips typical is many Pi detector circuit like the
Hammer Head, Mini Pulse Plus, etc. The two major advantages to using a uProcessor are:
1- one chip with a few non-critical parts replace several chips with critical R's and C's.
2- Changing timing, or even the whole timing sequence can be changed without a soldering iron.
I have been using PICs since the early 1990's when the PIC16F84 with Flash program store become popular.
Great little 18 pin DIP that is easy to use and very capable. Over the years the PIC18F88 become available
with the Same Pin out as the F84 but with added features such as UART, SPI/I2C, ADC, Analog Comparator, DAC,
Voltage Reference and more timers.
This PIC16F88 is now my go to PIC for small projects.
Years ago I did a small universal PCB for the 18 pin PICs. It has all the IO pins out to headers and an ICSP header (for PICKit2 or 3) as well as a header for the UART. I will post the PCB files for this board.
I will also post and discuss the code I have been using in the PIC16F88 for my version of the Hammer Head PI detector.
Please keep posts here on subject pertaining to the PIC16F mid-family range of processors.
circuits. There are many other small micro-processors that also could be used like the Atmega series from Atmel.
These should be discussed in another thread as there are some threads for Atmels & Audinuos in this forum.
The PIC replaces the 555, 221, etc timing chips typical is many Pi detector circuit like the
Hammer Head, Mini Pulse Plus, etc. The two major advantages to using a uProcessor are:
1- one chip with a few non-critical parts replace several chips with critical R's and C's.
2- Changing timing, or even the whole timing sequence can be changed without a soldering iron.
I have been using PICs since the early 1990's when the PIC16F84 with Flash program store become popular.
Great little 18 pin DIP that is easy to use and very capable. Over the years the PIC18F88 become available
with the Same Pin out as the F84 but with added features such as UART, SPI/I2C, ADC, Analog Comparator, DAC,
Voltage Reference and more timers.
This PIC16F88 is now my go to PIC for small projects.
Years ago I did a small universal PCB for the 18 pin PICs. It has all the IO pins out to headers and an ICSP header (for PICKit2 or 3) as well as a header for the UART. I will post the PCB files for this board.
I will also post and discuss the code I have been using in the PIC16F88 for my version of the Hammer Head PI detector.
Please keep posts here on subject pertaining to the PIC16F mid-family range of processors.
Comment