Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
Diterbitkan olehMai Winda Telah diubah "9 tahun yang lalu
1
PART 3 TRAINING OUTPUT LED Dosen : Dwisnanto Putro, ST, M.Eng
2
Untuk LED ANODA : Logika 0 = led menyala Logika 1 = led mati Untuk LED KATODA :Logika 0 = led mati Logika 1 = led menyala LED (LIGHT EMITING DIODE) Published by. imeldaflorensia91
5
New Project Run CodeVision Published by. imeldaflorensia91
7
Chip select Published by. imeldaflorensia91
8
configuration chip select Chip ATMEGA 8535 Clock 8.000000 Mhz Published by. imeldaflorensia91
9
Untuk port gunakan PORTC untuk LED PORTC.0 – PORTC.7 = output (0) Published by. imeldaflorensia91
10
Save and Generate Published by. imeldaflorensia91
11
Save File – make folder and files Published by. imeldaflorensia91
12
Display Published by. imeldaflorensia91
13
Configuration ready compile Published by. imeldaflorensia91
15
CODE PROGRAM Untuk menyalakan sebuah led misalkan pada posisi PORTC.0 (PORTC memiliki 8 buah PIN. Pin 0-7), maka Dapat dituliskan pada akhir program yang paling bawah; while(1){ //Place your code here) PORTC.0=0; PORTC.1=1; PORTC.2=1; PORTC.3=1; PORTC.4=1; PORTC.5=1; PORTC.6=1; PORTC.7=1; } Published by. imeldaflorensia91
16
Penulisan code dengan Cara lain : PORTC= 0b1111110; Atau PORTC = 0x7E ; // 1111110 Published by. imeldaflorensia91
17
SETTING USB – DOWNLOADER : INSTALL DEVICE USB DOWNLOADER CONNECT USB DOWNLOADER TO PC/LAPTOP SETTING COM PORT: COMPUTER -> MANAGE -> DEVICE MANAGER PORT (COM &LPT) -> PROLIFIC USB TO SERIAL COMM PORT (COM....) Published by. imeldaflorensia91
18
Configuration PORT Programmer Published by. imeldaflorensia91
19
Choice : AVR Chip programmer type COM PORT BAUD RATE Published by. imeldaflorensia91
20
COMPILER AND BUILD ALL PROGRAM Or Shift F9 Published by. imeldaflorensia91
21
Connecting USB Downloader - PC/Laptop - Microcontroller, And.... Published by. imeldaflorensia91
22
Process Downloading......... Published by. imeldaflorensia91
23
FINISH Published by. imeldaflorensia91
24
Error DOWNLOADING Solution : Check COM PORT Check Baud Rate Check Connection Downloader Check Prog/Serial TTL select Published by. imeldaflorensia91
25
CV AVR WITH PROTEUS OPEN PROGRAM ISIS PROTEUS PROFESSIONAL Published by. imeldaflorensia91
26
synchronization cv avr with proteus Creat Project and Design Double click pict microcntroller Published by. imeldaflorensia91
27
synchronization cv avr with proteus Select clock frequency Select program file, (HEX file type) Published by. imeldaflorensia91
28
synchronization cv avr with proteus Running ISIS Proteus FINISH... Created by. Dwisnanto Putro, Manado, September 2012 Published by. imeldaflorensia91
29
TASK BUATLAH project dengan system menyalakan led hanya pada PORTC.1, PORTC.3, PORTC.5, dan PORTC.7. PORT Yang lainnya MATI Published by. imeldaflorensia91
30
TASK BUATLAH project dengan system menyalakan led hanya pada PORTC.0, PORTC.2, PORTC.4, DAN PORTC.6. PORT Yang lainnya MATI Published by. imeldaflorensia91
31
TASK BUATLAH project dengan system menyalakan led hanya pada PORTC.1, PORTC.4, PORTC.6, dan PORTC.7. PORT Yang lainnya MATI. Dengan menggunakan cara pengalamatan HEXA. Published by. imeldaflorensia91
32
TASK BUATLAH project dengan system menyalakan led hanya pada PORTC.7, PORTC.6, PORTC.3, PORTC.1 dan PORTC.0. PORT Yang lainnya MATI. Published by. imeldaflorensia91
33
TASK BUATLAH project dengan system menyalakan led hanya pada PORTC.2, PORTC.7, PORTC.6 dan PORTC.1. PORT Yang lainnya MATI. Published by. imeldaflorensia91
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.