|
8051
Microcontroller port programming
|
|
|
|
8051
microcontroller contains four i/o ports with which we can
interface the external hardware. This page gives more
information about i/o port programming of 8051 microcontroller.
Read more... |
|
8051
Instruction Set |
|
Here
instructions of 8051 and their formats with some examples are
described. These instructions will operate on 8031, 8951,
8052.
Read more... |
|
Stepper motor control board
(New) |
|
C Source codes
(New) |
|
This project
is actually an educational kit. One can study the full
operation of unipolar type stepper motor using this board.
As it is micro controller based it can be programmable also
and one can learn micro controller interfacing with LEDs,
key board and stepper motor. Thus single board serves the
purpose of learning stepper motor control as well as
learning micro controller programming.
Read more... |
|
We now start some study corners, where we will try to
teach some basics of the computer languages, with analyzing
the programming logic and the syntaxes of the same, by
providing the worked examples.
Hereby we are presenting some basic worked examples,
and its executable outputs of C compiler. One can find the downloadable
source code and executable files packed in a .zip
format in each links.
|
|
Mouse programming in C/C++
|
|
Sorting of numbers |
|
This is an article which describes interfacing of the mouse
using C/C++ programming.
It contains information about:
|
|
Here is an article on sorting of numbers using:
-
Selection sort
-
Bubble sort
-
Insertion sort
You could also download the program to see how the
sorting process takes place. The program is written
using C graphics.
Read more...
|
|
Turbo C graphics Programming |
Interfacing an LCD to the 8951 |
|
A
graphics tutorial for beginners with example source codes.
Execute the examples and learn programming!. Turbo C is having
a large number graphics libraries.
Read more... |
This
article describes the operation modes of LCDs, then
describes how to program and interface an LCD to the 8951.
You can interface LCD to the microcontroller 8951 easily
after reading this article.
Read more...
|