Blog

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 »

Agile Project Management Via SCRUM

Agile Project Management Via SCRUM

Most people have heard of Scrum and Agile because it’s mentioned so often by people from the tech industry. It’s a system that holds a lot of value for software and product development. However, it’s also talked about in strange phrases and jargon which most people are not familiar with. It’s confusing for most, especially

Agile Project Management Via SCRUM Read More »

How to Create an Arduino Shield

How to Create an Arduino Shield

An Arduino shield is a modular circuit board that will expand the functionality of your Arduino. You simply need to plug it over the top of your Arduino board. Arduino shields are often stackable.  You can connect several Arduino shields together to form a “Big Mac” of Arduino modules. Also, there are different Arduino shields

How to Create an Arduino Shield Read More »

SEPTENTRIO STRENGTHENS ITS GNSS INS PORTFOLIO WITH A SINGLE ANTENNA RECEIVER

SEPTENTRIO STRENGTHENS ITS GNSS/INS PORTFOLIO WITH A SINGLE ANTENNA RECEIVER

Septentrio AsteRx-i S Receiver Adds Single Antenna Positioning The Septentrio AsteRx-i S Receiver combines high-precision GNSS positioning with an inertial measurement unit to provide position and 3D attitude information. The addition of a single-antenna option is intended to simplify installation while reducing system weight, space requirements, and power consumption. Centimeter-Level GNSS and 3D Attitude The

SEPTENTRIO STRENGTHENS ITS GNSS/INS PORTFOLIO WITH A SINGLE ANTENNA RECEIVER Read More »