Using Interupts to Display Time
Date: 27-07-2007
By using Interrupts to create a real time clock, The Analogue time is displayed on the GLCD using EasyPIC4 Development board.
May be of assistance to someone struggling with interrupts or with GLCD Functions.
Download Now [110.25KB]
Contact author
dsPIC30F6014 and accelerometer card Example
Date: 09-03-2007
The example shows how the signal from the sensor is sampled and how the information on the accelerations
along the X and Y axes are used for controlling the cursor on a GLCD. The example also covers the
calibration of the sensor (determination of the offset voltages along the X and Y axes and setting
the pin PORTD.0.
Download Now [83.79KB]
Contact author
UDP Bootloader for P18 MCU with ENC28J60
Date: 02-03-07
This program is only for P18 MCU.
Tested with EasyPIC4 Board, MCU PIC18F452, clock 40 MHz ( 10x4 ) and Serial Ethernet Board ( ENC28J60 ).
Program use INT pin from ENC28J60. See the source code.
You have source code, hex file for PIC18F452, Pic18F252, and exe file for WINDOWS.
Default IP is 192.168.1.250.
Program have 6.2 Kb in size, is located at the end of MCU memory.
Download Now [260.20KB]
Contact author
Print filenames on GLCD project
Date: 25-09-2006
This project reads all filenames from MMC/SD memory card and prints it on Graphic LCD. Tested with BigPIC3 development tool, PIC18F8722 and Graphic LCD 128x64 (KS0108B).
Download Now [101.59KB]
Contact author
Manchester signals decoding project
Date: 14-09-2006
Manchester code carries information about bit rate and this is very useful to make transmitter and receiver synchronized. However, two levels per each bit require double the bandwith for transmition.
Download Now [67.85KB]
Contact author
Gear Display Project
Date: 02-08-06
The ideas with this is too show what gear is in use at the moment. In the El_schema2.PNG is the yellow wire go too 5 magnetic switch and a axle is glue too the gear axle on the gearbox in the car.
Download Now [41.82KB]
Contact author
Tachometer project
Date: 23-05-2006
Program measures the rotation period based on a pulse input and calculates RPM NOTE: Interrupt Procedure is NOT used as the CCP2 interrupt flag is set regardless of whether interrupt is enabled. Since the CCP2IF is checked in the Main repeat loop, there is no need for the MP3 Interrupt Procedure. Determines rotation period time based on Timer TMR1. Note: this works for an 18F452 with a 4 Mhz crystal.
Download Now [6.28KB]
Contact author
