Posts by Bilal:
Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller
Posted on: 16 Apr 2020
What You’ll Need to Livestream on YouTube
Posted on: 15 Apr 2020
Measuring Temperature using LM74 temperature sensor by Texas Instruments and Pic18f452 Microcontroller
Posted on: 14 Apr 2020
How to build a calculator using Pic16f877 microcontroller
Posted on: 12 Apr 2020
Displaying ASCII Characters on 16×2 Character lcd Using Microchip PIC16f877 Microcontroller
Posted on: 10 Apr 2020
Microchip xc8 compiler place data in ram specific location/address of pic microcontroller
Posted on: 08 Apr 2020
5 Most Reliable PCB and Cable Manufacturing Suppliers In China
Posted on: 07 Apr 2020
Display custom urdu language characters on 16×2 lcd using pic16f877a microcontroller
Posted on: 06 Apr 2020
//***********************************************//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; […]
IoT based Web controlled Home Automation using PIC Microcontroller and Adafruit IO
Posted on: 04 Apr 2020
Tesla development board based on PIC18F2550
Posted on: 03 Apr 2020