VIJAYENDRASINGH.COM

 

Site contains a wide variety of information related to my various interests. You can get information on latest electronics technologies, microcontrollers and gadgets. An online resource for embedded engineers/programmers.



 

 

 

 

 

 

 

 

 

 

Tutorials

 

Basics of Electronics

 

What is Digital Electronics

 

Electronics Gadgets

 

Electromagnetism

 

PIC Programming Basics

 

How Electric motors Works

 

How Computers Works

 

Computer Quotes

 

Latest Computer Software's

 

Computer Networking Basics

 

How to secure your Computer

 

LED Basic Tutorial

 

Top Programming Languages

 

8085 Microcontroller basics

 

Stepper Motor Basics

 

Basics of Java

 

Microcontrollers v Processors

 

3d Computer Graphics

 

SQL Tutorial

 

Visual Basics Tutorial

 

Java Scripts Tutorial

 

List of Web browsers

 

Making a Simple Webpage

 

How to Solder

 

Useful Websites

 

Basics of Internet

 

Latest Articles:

 

Features of 8051

 

How Gears Works in a Car  

 

LED V LCD V PLASMA

 

New Cars in India: Find about new and used cars

 

How a PN junction forms?

 

How CPU Works

 

 

Useful Links

 

Insurance Companies
 
Banks in India
 
Car Dealers
 
Hospitals

 

Game Developers

 
Furniture
 
ISPs
 
Mortgages
 
Stock Exchanges
 

Free HQ Pics

 
Useful Sites For Embedded  C Programmers

--------------------------------

What is the use of C language in real life?

Many people don't know what is the use of C Language in real life. They are not aware why they are learning 'C'. Well this is for them. Let's see where C is used in real world.

Embedded devices use C. Microcontrollers like 8051,AVR and PIC uses basics of C language to program controllers.

C is used in the guts of most operating systems, especially for time-critical systems or to optimize graphical routines .
Real time operating systems use C. Parts of some other operating systems, such as the linux kernel, are written in C. Some hardware drivers are written in C.
C can also be used for website programming using CGI as a "gateway" for information between the Web application, the server, and the browser.

 

www.freecprograms.com

 

 

What are Dynamic data structures ?

Data structures that grow and shrink during execution

 
What are Linked lists ?

Allow insertions and removals anywhere


Stacks

Allow insertions and removals only at top of stack

 
Queues

Allow insertions at the back and removals from the front


Binary trees

High-speed searching and sorting of data and efficient elimination of duplicate data items

 

www.studycircleindia.com

Welcome.


AVR Microcontrollers -Atmega16

 

 

Features of Atmega16 are:

· 16KB of Flash memory
· 1KB of SRAM
· 512 Bytes of EEPROM
· Available in 40-Pin DIP
· 8-Channel 10-bit ADC
· Two 8-bit Timers/Counters
· One 16-bit Timer/Counter
· 4 PWM Channels
· In System Programmer (ISP)
· Serial USART
· SPI Interface
· Digital to Analog Comparator.

 

 

Visual Basic & Electronics

 

 

Visual Basic is a great developers language it allows you to create applications that are very functional and to do so in a quick way. This is why i love VB6.

Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. Visual Basic is very easy to learn and use. We can develop our own applications and can use them for different purposes. We can also do serial communication with help of VB.

 

See how this vb application communicates with the LED Display in this video.

 

 

Visual Basic is a great developers language it allows you to create applications that are very functional and to do so in a quick way. This is why i love VB6.Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. Visual Basic is very easy to learn and use. We can develop our own applications and can use them for different purposes. We can also do serial communication with help of VB

 

 

 

Latest Microcontrollers 

 

Microcontroller can be termed as a single on chip computer which includes number of peripherals like RAM, EEPROM, Timers etc., required to do some predefined task. All the below mentioned Microcontrollers are equally good, it depends on the type of project we are working with and which will suit our project better.

 



 

Intel 8051 Microcontrollers

 

The Intel 8051 microcontroller is one of the most popular general purpose microcontrollers in use today

 

PIC Microcontrollers

 

PIC is a family of Harvard architecture microcontrollers made by Microchip Technology

 

Atmel AVR Microcontrollers

 

AVR was developed in the year 1996 by Atmel Corporation. They are fast microcontrollers. The architecture of AVR was developed by Alf-Egil Bogen and Vegard Wollan. AVR derives its name from its developers and stands for Alf-Egil Bogen Vegard Wollan RISC microcontroller, also known as Advanced Virtual RISC.

AVR microcontrollers are basically of 3 types:

 

1. TinyAVR – Less memory, small size, suitable only for easy applications


2. MegaAVR – These are the most popular ones having good amount of memory (upto 256 KB), higher number of inbuilt peripherals and suitable for moderate to complex applications.

 

3. XmegaAVR – Used commercially for complex applications, which require large program memory and high speed.

 

ARM Microcontrollers

 

32 bit RISC

 

 

 

 

For any queries you can email me : vijayendra2@gmail.com

 

Sitemap    Links

 

 

Latest Electronics & Technology News

 

 

 

 

 

Electric Motors Basics

An electric motor uses electrical energy to produce mechanical energy.

 

Soldering Tips & Techniques

 

Microcontrollers vs Microprocessors

 

Microcontrollers and Microprocessors are used as controlling components in all types of modern electronic devices. Most people think controllers and processors are a same thing but that's not the case.

 

Microprocessor is the central processing unit in a computer. Microprocessor will require lots of other ICs around it (like ROM, RAM and timers). Microprocessors are used to handle a set of tasks that control one or more external events or systems. The computer you are using to read this webpage uses a microprocessor to do its work.

Microcontroller is like a computer inside a single chip. A microcontroller has all necessary parts (CPU, ROM, RAM, timers) integrated inside one IC unlike microprocessor. More