0 coment

LCD M1632

Modul LCD M1632 seperti dalam merupakan modul LCD dengan tampilan 16 x 2 baris dengan konsumsi daya yang rendah. Modul ini dilengkapi dengan mikrokontroler yang didisain khusus untuk mengendalikan LCD. Mikrokontroler HD44780 buatan Hitachi yang berfungsi sebagai pengendali LCD ini mempunyai:


( tampilan LCD saat saya sedang praktikum )

Konfigurasi Pin LCD M1632

No
Kaki
Deskripsi
1
Vss
0V (GND
2
Vcc
+5V
3
VLC
LCD Contrast Voltage
4
RS
Register Select; H: Data Input; L: Instruction Input
5
RD
H:Read; L: Write
6
EN
Enable Signal
7
D0
Data Bus 0
8
D1
Data Bus 1
9
D2
Data Bus 2
10
D3
Data Bus 3
11
D4
Data Bus 4
12
D5
Data Bus 5
13
D6
Data Bus 6
14
D7
Data Bus 7
15
V+BL
Positive Backlight Voltage
16
V-BL
Negative Backlight Voltage

0 coment

Memprogram 7 Segmen


( just to share )

1. Hubungkan  soket  jumper  PORTB  pada  minimum  system  dengan  soket  jumper DATA7S  pada I/dan soket jumper PORTC pada minimum system dengan soket jumper I/P S KEY pada I/O.
2. Buka program Code Vision AVR
3. Buatlah project baru dengan inisialisasi PORTB sebagai output (DDRB = FFH) dan output  value  =  0  (PORTB=00H),  dan               PORTC.0-PORTC.3  sebagai  input,  PORTC.4- PORTC.7 sebagai output (DDRC = F0H) dan (PORTC=F0H) sehingga pada program bagian inisialisasi PORTB dan PORTC terlihat sebagai berikut:

PORTB=0x00;
DDRB=0xff; //portb sebagai output, 0b11111111//untuk data 7s
PORTC=0xf0;
DDRC=0xf0; //portc sebagai input dan output, 0b11110000//untuk kontrol DO1, DO2

4.  Tuliskan dalam program utama sebagai berikut:
PROGRAM SEGMEN1
Ø  Sintaks Program :

//Menampilkan angka 8 pada seven segmen sebelah kanan.
while (1)
{

PORTC.7=1;               //nonaktifkan seven segment kiri
PORTC.6=0;               //aktifkan seven segmen kanan
PORTB=0x7f;            //tampilkan data angka 8
delay_ms(10);
}

5.  Amati nyala seven segment.
Ø  Maka akan muncul seperti ini :




0 coment

Chocolate ( only 100 word )


Here are the chocolate facts you need to know!

We have all seen the 'health experts'  promoting the health benefits of chocolate but the fact is that chocolate,  is not healthy at all and the sooner people accept that fact and stop deceiving themselves, the sooner they will lose weight and get results!

Sure, chocolate does have a small amount of antioxidants, which come from the cocoa it contains and of course dark chocolate has more antioxidants than milk chocolate.
 if you want to lose weight fast and more importantly keep the weight off long term and also do exercise.


( this articel only 100 word ! :D )

thanks to http://idl-english.blogspot.com/ (my inspiration )
0 coment

Tabel Menumonik Untuk Aplikasi Pemindah Barang

Ruang 1
Alamat
Instruksi
Operand
00.001
LD
0.00
00.002
OR
200.00
00.003
AND NOT
0.01
00.004
OUT
200.00


Ruang 2
Alamat
Instruksi
Operand
00.005
LD
200.00
00.006
AND
0.02
00.007
LD CNT
006
00.008
CNT
000


#050

Ruang 3
Alamat
Instruksi
Operand
00.009
LD CNT
000
00.010
OR
100.00
00.011
AND NOT
100.02
00.012
OR
TIM 003
00.013
AND
200.00
00.014
OUT
100.00

Ruang 4
Alamat
Instruksi
Operand
00.015
LD
100.00
00.016
TIM
001


#050

Ruang 5
Alamat
Instruksi
Operand
00.017
LD
TIM 001
00.018
OR
100.01
00.019
AND
200.00
00.020
AND NOT
200.01
00.021
OUT
100.01

Ruang 6
Alamat
Instruksi
Operand
00.022
LD
100.01
00.023
OR
100.02
00.024
AND NOT
100.03
00.025
OR
TIM 005
00.026
AND
200.00
00.027
OUT
100.02

Ruang 7
Alamat
Instruksi
Operand
00.028
LD
100.02
00.029
TIM
002


#050

Ruang 8
Alamat
Instruksi
Operand
00.030
LD
TIM 002
00.031
OR
100.03
00.032
AND NOT
100.00
00.033
AND
200.00
00.034
OUT
100.03

Ruang 9
Alamat
Instruksi
Operand
00.035
LD
100.03
00.036
AND
200.00
00.037
TIM
003


#050

Ruang 10
Alamat
Instruksi
Operand
00.038
LD
TIM 003
00.039
TIM
004


#010


Ruang 11
Alamat
Instruksi
Operand
00.040
LD
TIM 004
00.041
AND
200.00
00.042
OUT
200.01

Ruang 12
Alamat
Instruksi
Operand
00.043
LD
200.01
00.044
TIM
005


#050

Ruang 13
Alamat
Instruksi
Operand
00.045
LD
100.03
00.046
CNT
006


#020
00.047
LD
CNT 006

source :
-    Malvino, Albert Paul. 1994. Prinsip-Prinsip Elektronika. Jakarta : Erlangga
     Sumbodo, Wirawan, dkk, 2008,  Teknik Produksi Mesin Industri JILID 3 untuk SMK, Jakarta.

Diberdayakan oleh Blogger.
 
;