This PIC LCD volt meter project uses a PIC micro and an HD44870 LCD display. The analogue input is taken directly to the analogue input pin of the microcontroller without any other processing. Specification Voltage range 0V – 5V Input signal level TTL Maximum input impedance 2k5 The LCD volt meter uses the microcontroller power […]
Projects
Night Light Saver V3.2 (PIC12C508)
Introduction It’s time for 8-pin microcontroller Microchip PIC12C508, the SAVER V3.2, my latest design of a device that turns a night light on and off everyday. The circuit uses only a PIC12C508 8-pin CMOS micontroller and a small triac, MAC97A6. The Saver V3.2 also demonstrates the use PCW PIC C Compiler. Circuit Description The […]
How to drive an rgb led using three microcontroller pins. using pic microcontoller
The RGB LED contains three LEDs encased in one shell: Red, Green and Blue (some contain an extra blue led – as blue LEDs generate less output intensity (candela) per mA). It looks like a single white led except that it has four leads – one for the common ground connection and one for each […]
Wisp628 an in-circuit flash PICmicro Programmer
Features in-circuit programmer programs flash PICmicro’s supports a rapid cycle of code/program/test prototype programmer takes power from the target circuit serial interface serial passthrough to the target Foremost Wisp628 is an in-circuit programmer. The programmer is connected to a few pins of the target PICmicro, which is programmed while it remains in the circuit. […]
A simple spectrum analyzer using dsPIC30F4011
This is a project for viewing the frequency spectrum of input signal using dsPIC. The hardware uses the following: – 1. dsPIC30F4011. 2. Opamp (any one, like LM358, TL084). 3. Power supply. Software includes the following: – 1. FFT library code from Microchip 2. Graphic LCD driver code (for line, pixel plot etc). Graphic LCD […]
Hidden Radio Transmitter Controller
PicCon is a PIC microcontroller based radio controller designed for hidden transmitter hunting. When combined with a radio transmitter, it will produce tone sequences and Morse code messages at user-programmed times. It is completely field programmable via DTMF tones, utilizes EEPROM for all programmed options so they are remembered when power is removed, and is […]
A PIC frequency counter operating up to about 50 MHz. usnig pic microcontoller
This PIC frequency counter project uses an LCD to display the frequency and PIC timer 1 to measure the input signal and Timer0 to measure the timing period. It uses Timer 1 in 16 bit counter mode to count the input signal edges and overflows of the counter are accumulated to give the total count […]
First Servomotor Control Program
In our first program , we will simply sweep the servomotor from CCW to CW and then sweep back. The program will be kept simple as to demonstrate the priniciples of controlling a servo with a the PIC Basic language. The schematic can be seen in figure 2 (below). The variable pw controls the pulsewidth, […]
Localizer with SIM908 module using PIC18LF6722
The device is based on a GSM/GPRS module with included GPS. Its main function is to detect and communicate its own geographical position using, on the choice, the cellular phone reference system or the GPS. Its small dimensions are due to the use, for the first time, of a GSM/GPRS module integrating the GPS receiver. […]
Led Display Boards InBulk using pic microcontoller
We covered how to interface seven segment LED displays to a PIC microcontroller in two sections: Lab 6 and Lab 11. Today, we will move on to interfacing an LED dot matrix display. LED dot matrices are very popular means of displaying information as it allows both static and animated text and images. Perhaps, you […]