Welcome to laros-education
Welcome to LarOs - eDucation
This web site is dedicated for all visitors and we'll give free tutorials about electronics and computer enginering.
The tutorials is exclusively to the Electronic projects such as MCS51 and AVR mirocontroller and related products (both hardware and software). This includes the traditional 8052, 8051, 8032, and 8031 along with more modern derivatives such as the Atmel AT89S51,AT89S52,AT89S53,AT89S8252, AVR ( AT90S series ) and many derivatives by Silicon Laboratories, Philips, and many others.
We have a tutorial section for the programmer or student that is just learning about the MCS-51 and AVR microcontroller. We have a reference section for the proficient developer who just needs to access some quick reference information.
Please spread the word about this site to friends and coworkers. Feel free to link to it on your web pages. If you have code or literature that you'd like to contribute to the site please contact us--we're interested in any and all material that we can get our hands on to pass on to other users of this site.
laros-edu team 2008
MicroController eBooks
The 8051 Microcontroller by Kenneth Ayala (Author)

8051 Microcontroller and Embedded Systems
by Muhammad Ali Mazidi (Author),Janice Mazidi (Author),Janice Gillispie Mazidi
8 Digit Seven Segment 8 Multiplexer, LCD Modul, Microcontroller programmer


Analog to Digital Conversion with C
To be able to implement analog to digital
conversion using the ADC0804LCN 8-bit A/D converter. You will design a
circuit and program the chip so that when an analog signal is given as
input, the equivalent digital voltage is displayed on an LCD displ...
Developing Stop Watch Applications
Using the Module Microcontroller Laros Elector v2.2
Stopwatch / Clock Counters are often used in various sports
activities such competitions running, swimming, soccer, and other.
Usually a coach or jury to use a digital stopwatch in mini size . Ho...
2nd Lesson C programming for 8051
//just an example you cantry it, no doubt for this articel
#include <at89x51.h>void main(){int bil1,bil2; bil1=13; bil2=2;P1=bil1%bil2; //hasil modulus dikeluarkan ke P1}//Program 5.9.#include <at89x51.h>void main(){cha...
Fisrt Lesson C Programming
/*Contoh 1:
Editor : Notepad++
Compiler : SDCC
*/
#include //header at89S51void main(void) { P1=0; }
/* Contoh 2 :
Editor : Notepad++
Compiler : SDCC
*/
#include #include
//prototip fungsi put...
Interfacing Dot Matrix Display 5x7
What makes the text scrolling on the
silicon chips? The heart of scrolling display is dot matrix led display
unit. One or more dot matrix display is multiplexed to form a display
panel. A set of hex values define a character which are send to the dot...
Interfacing AT89C51 with Nokia 3310 LCD
In this tutorial we will interface Nokia 3310 LCD
with AT89C51.The Nokia 3310 LCD is based on a PCD8544 48x84 pixels matrix LCD controller.
Pin Diagram
Circuit Diagram
NOTE:Nokia 3310 LCD works on voltage level of 3.3v.To get this...
How Controling Electronic Equipment via Telephone Network
Discusses how to utilize the telephone network to control electronic equipment. This allows remote control equipment ... Utilize the facility with the DTMF signals on the phone network The schematic on figure below...please spread to your friends a...
Interfacing the DS1307/1308 ( RTC )with 8051 Microcontroller and over PC Serial Port
INTRODUCTION The DS1307 Serial Real Time Clock, which incorporates a 2–wire
serial interface, can be controlled using an 8051–compatible.
The DS1307 is connected directly to two of the I/O ports on a microcontroller...
Display Keypad 4 x 4 with 8x7 Seven Segmen
Continuing your sucsess, will try your knowledge with more
complex experiment by read out the keypad 4 x 4 data with 8x7 Seven
Segmen.
Figure 2.8.4.Keypad Connection to Microcontroller with
8x7 segmen
Step 1st Build ...
Display Keypad 4 x 4 with LCD Character 2 x16
After doing lesson 2.8.1. you can see that how easy to scan keypad
and read data out to LED. In this lesson it's look like lesson 2.8.2.
but the data will read out with LCD Character 2 x16.
Figure 2.8.3.Keypad Connection to Microcon...