Praktikum Mikrokontroler

Slides:



Advertisements
Similar presentations
Modulo-N Counters Module M10.4 Section 7.2.
Advertisements

Demultiplexers Module M6.4 Section 6.4. Demultiplexers YIN 1 x 4 DeMUX d0d1 Y0 Y1 Y2 Y3 Y0 Y1 Y2 Y3 d1d0 0 0 YIN YIN YIN
ECE 371 Unit 13 - Part 1 Serial Peripheral Interface (SPI)
Bits and Bytes + Controlling 8 LED with 3 Pins Binary Counting and Shift Registers.
Multiplexers Module M6.1 Section 6.4. Multiplexers A 4-to-1 MUX TTL Multiplexer A 2-to-1 MUX.
Embedded Programming and Robotics
Digital Outputs 7-Segment Display
Introduction.
ECE 447 Fall 2009 Lecture 6: TI MSP430 IO Interfacing.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
The Electronics Kit TEE2O1 Mr. Payne’s Period 5 Room S111.
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
TechKnowTone Contents: Servo Features Servo Connections Coding Library Sample Sketch Questions …Applications… Arduino Coding – Servo Motors.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Annie Ly Lawrence Cagatin EE485 Spring 2012 Tuffy Medical Devices.
CprE 211 Break-out Board Layout
MOBILE OPERATING ROBOT ON EMBEDDED SYSTEM
8086/8088 Hardware Specifications Power supply:  +5V with tolerance of ±10%;  360mA. Input characteristics:  Logic 0 – 0.8V maximum, ±10μA maximum;
MAKE: AN ELECTRONICS WORKSHOP
Lab Components and Breakouts TYWu. Basic Components Arduino UNO12 unitsR3: 7 units, Others: 5 units Breadboard12 unitsL: 9 units, S: 3units Dupont Wire2.
Arduino DC Motor Motion Control Instructor: Dr Matthew Khin Yi Kyaw.
Deep Touch Pressure Abdomen Belt Group 32 Kevin Rathbun & Luke Fleming & Chang-O Pyo ECE 445 Senior Design April 28, 2015.
Output and Actuator Output: Any signal or information, digital or analog that has been decided in a system by a systematic processing way is known as.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
H-Bridge Motor Driver.
Arduino Uno – controlling LED strips
Overview What is Arduino? What is it used for? How to get started
BLUETOOTH modules…?.
Seven Segment Displays
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Thermometer   Project created by: Boris Dovčík Erik Takáč.
Segment Identification
Input/Output Ports and Interfacing
ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.
connect a DC-Motor with an arduino
Overview What is Arduino? What is it used for? How to get started
SUBMITTED BY EDGEFX TEAM
COMP211 Computer Logic Design Introduction to the DE2 Board
Lecture 6: TI MSP430 IO Interfacing
Liquid Crystal Display Arduino
SUBMITTED BY UNDER SUPERVISION OF VIJAY SINGH AJEET DHAKAR
“Innovative Peripheral Interfacing System and Peripheral Learning Platform for Embedded System-Hardware Approach”
Arduino Basics Rajeev Dwivedi, PhD.
Seven Segment Displays
Seven Segment Displays
(74LS47)BCD-to-Seven Decoder and 7 Segment Display
Electronic Education Kits
Seven Segment Displays
सोलर पॅनेलचा उपयोग करुन रीचर्जेबल टॉर्च बनवणे.
Seven Segment Displays
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Arduino Board.
Chapter 1 Introduction of Arduino
Making) LED table lamp.
Lab 1. Introduction to the DE2 Board
LED and a Button.
Lecture 4. Introduction to the DE2 Board
UNIT 9 Relays.
Making) Melody timer.
Elecbits.
Arduino Board.
Arduino म्हणजे काय?.
UNIT 9 Relays.
Arduino程式範例.
CTY SAR FCPS Vedant mathur, Juliana schalkwyk
Buttons.
Autonomous Delivery Robot
A modular robot for use in the RoboSumo lab
Presentation transcript:

Praktikum Mikrokontroler Dosen : dr. Muhammad yusro, mt

Introduction - Experiment

FLASHING LED (Experiment -1)

Wiring Components

Summary

Knight Rider LED

Code Program

READING A SWITCH (Experiment -2)

Push Button for Running LED

Push Button for Running Motor DC

Controlling a DC Motor (Experiment -3)

Creating a Single-Digit Display (Experiment-4)

74HC595 Pin Connection No Pins Seven Segment 15 Q0 A 1 Q1 B 2 Q2 C 3 D 4 Q4 E 5 Q5 F 6 Q6 G 7 Q7 DP (DOT-POINT)

Arduino pin 5 => 74HC595 pin 12 (latch) Arduino pin 6 => 74HC595 pin 14 (data) Arduino pin 7 => 74HC595 pin 11 (clock) 74HC595 pin 1  (Q1)   => LED Pin 5  (B) 74HC595 pin 2  (Q2)   => LED Pin 9  (C) 74HC595 pin 3  (Q3)   => LED Pin 7  (D) 74HC595 pin 4  (Q4)   => LED Pin 6  (E) 74HC595 pin 5  (Q5)   => LED Pin 2  (F) 74HC595 pin 6  (Q6)   => LED Pin 1 (G) 74HC595 pin 7  (Q7)   => LED Pin 10  (DP) 74HC595 pin 8  (GND)  => Ground 74HC595 pin 9  (Q7S)  => Not connected 74HC595 pin 10 (MR)   => Vcc (High) 74HC595 pin 11 (SHCP) => Arduino pin 7 74HC595 pin 12 (STCP) => Arduino pin 5 74HC595 pin 13 (OE)   => Ground (Low) 74HC595 pin 14 (DS)   => Arduino pin 6 74HC595 pin 15 (Q0)   => LED Pin 4  (A) 74HC595 pin 16 (Vcc)  => Vcc

Source : https://arduinodiy. wordpress

Note : Arduino pin 5 => 74HC595 pin 12 (latch) Arduino pin 6 => 74HC595 pin 14 (data) Arduino pin 7 => 74HC595 pin 11 (clock)

Controlling 2 seven-segment LED Display Modules

Using a LCD Display (Experiment-5)

Using a T o u c h Scr e e n s (Experiment 6)

Addressing Areas on the Touchscreen