display

Display custom urdu language characters on 16×2 lcd using pic16f877a microcontroller

Display custom urdu language characters on 16×2 lcd using pic16f877a microcontroller

//***********************************************//Property off: www.microcontroller-project.com *//Written by : Usman Ali Butt *//Date : 19/5/2015 *//***********************************************#include #define __XTAL_FREQ 20e6#define en RD7#define rs RD6#define rw RD5 void delay(unsigned int time) //Time delay function{unsigned int i,j;for(i=0;i< time;i++)for(j=0;j< 30;j++);} //Function for sending values to the command register of LCDvoid lcdcmd(unsigned char value){PORTB=value;rs= 0; //register select-rsrw = 0; //read-write-rden = 1; //enable-edelay(50);en=0;

Display custom urdu language characters on 16×2 lcd using pic16f877a microcontroller Read More »

LED VISUALBASIC

PIC18F4550 USB MARQUEE DISPLAY SCROLLING TEXT CIRCUIT LED VISUALBASIC

PIC18F4550 USB Scrolling LED Display with Visual Basic The PIC18F4550 USB Scrolling LED Display is an 8×32 dot-matrix project that displays text and patterns sent directly from a computer. A Visual Basic application handles the PC side, while the PIC18F4550 firmware was developed using Proton IDE. Two 74HC154 ICs are used for matrix column selection,

PIC18F4550 USB MARQUEE DISPLAY SCROLLING TEXT CIRCUIT LED VISUALBASIC Read More »

DC MOTOR CONTROL CIRCUIT

PIC16F877A DC MOTOR CONTROL CIRCUIT LCD DISPLAY

2×16 LCD display DC motor control application was based on PIC16F877 microcontroller proteus isis for the project and source code files (ano_mtr.bas, ano_mtr.hex) are available. PIC16f877A DC Motor Control Circuit LCD Display project Motor… Electronics Projects, PIC16f877A DC Motor Control Circuit LCD Display”microchip projects, microcontroller projects, pic16f877 projects, “ 2×16 LCD display DC motor control application was based

PIC16F877A DC MOTOR CONTROL CIRCUIT LCD DISPLAY Read More »

LCD DISPLAY CALCULATOR CIRCUIT

PIC16F873 WITH LCD DISPLAY CALCULATOR CIRCUIT

Made with PIC16F873 microcontroller calculator project .. keypad buttons are used for standard HD44780 LCD assembly prepared with the software. Asm. Hex code there. Addition, subtraction, multiplication, division, decimal and hexadecimal number systems, computing… Electronics Projects, PIC16F873 with LCD Display Calculator Circuit “microchip projects, microcontroller projects, “ Made with PIC16F873 microcontroller calculator project .. keypad buttons are used for standard HD44780

PIC16F873 WITH LCD DISPLAY CALCULATOR CIRCUIT Read More »