Devilal

Introduction to MATLAB

Introduction to MATLAB MATLAB is basically a high level language which has many specialized toolboxes for making things easier for us What are we interested in? Matlab is too broad for our purposes in this course. The features we are going to require is Matlab Screen

Read More

How to Interface RTC using PIC

In this tutorial, we are going to discuss RTC Interfacing with PIC24. Before that, we should know about the RTC (PCF8563) operations. Let’s start. Components Required: 1 pic24 2 pcf8563 3 serial terminal Features and benefits Provides year, month, day, weekday, hours, minutes, and seconds based on a 32.768 kHz quartz crystal  Century flag…

Read More

How to Send Data/Push to Server Using GSM800 Modem with PIC Microcontroller

Requirements: Hardware: Software: PIC24FJ256GA110 FAMILY Pin diagram of PIC24 Fig. 1: PIC24FJ128GA106 Pinouts Now we are going to see PIC24 Interrupt and GMS Data Send to Server Tutorial. Both, Parallel and Serial modes of communication have certain advantages and disadvantages over one another. The serial communication is a preferred option due to its ability of…

Read More

VLSI career

VLSI (Very Large Scale Integrated Circuits) is an industry which deals with the IC level systems. This industry creates an IC by combining millions of MoS transistors on a single wafer. In this Industry there are many designations to choose. Designing Team (RTL Design) Verification Team Synthesis Team DFT Team Physical Design Team Layout Team…

Read More

How to Interface UART with 8051

Introduction Hi guys, in this article we will see how to interface uart with 8051 using Keil IDE and runs in the proteus software. Let’s get started. One of the 8051s many powerful features is its integrated UART, otherwise known as a serial port. The fact that the 8051 has an integrated serial port means that…

Read More

How to Interface DC motor with 8051

Introduction Hi guys, in this article we will see how to interface DC motor with 8051. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 DC Motor – 1 L293 Driver Module – 1 Breadboard – 1 Jumper wires L293D is a motor driver. As its name suggests it can drive a motor (normally DC…

Read More

How to Interface 7 Segment Display with 8051

Introduction Hi guys, in this article we will see how to interface 7 segment display with 8051 microcontroller. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 7 Segment display – 1 Breadboard – 1 Jumper wires A seven segment consists of eight LEDs which are aligned in a manner so as to display digits from 0 to…

Read More

How to Interface Button with 8051

Introduction Hi guys in this article we will see how to interface switch with 8051 microcontroller. Whenever the switch is pressed LED glows. Let’s see how to do it. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 LED – 1 Push Button – 1 Breadboard – 1 Jumper wires Switch Input/output devices are…

Read More