Button/Switch.

Slides:



Advertisements
Similar presentations
A Short Tutorial for Dandelion Confluence. In Confluence, you can do more than working with your collaborators on editing documents... Our system allows.
Advertisements

S A B D C T = 0 S gets message from above and sends messages to A, C and D S.
Your Company © 2010 Annual Report Your Company © 2010 Sales Figures st Quarter 2.
Introduction to . What is ? is electronic mail that allows users to send messages and files (pictures, documents, etc) to another person.
Mayuresh Varerkar. Block Diagram March 15,2011 Accelerometer Based Mouse - Mayuresh Varerkar 2 Accelerometer and Buttons µC Graphical LCD PC InputOutputProcessing.
Electronic Devices Laboratory CE/EE 3110 Introduction to LabView.
User pulls up the shield menu User presses Safety Timer button User enters PIN User presses Activate User inputs parameters -Timer delay -Status message.
The miniDragon+ Board and CodeWarrior Lecture L2.1.
Capstone Design A Pedagogical Tool for Usability Science Susan Beckhardt Advisors: Chris Fernandes Aaron Cass James Hedrick.
Our Environment We will exercise on Microsoft Visual C++ v.6 We will exercise on Microsoft Visual C++ v.6 because that is what we have in the univ. because.
System Initialization 1)User starts application. 2)Client loads settings. 3)Client loads contact address book. 4)Client displays contact list. 5)Client.
Speaker Control SYSTEM
Engineering 1040: Mechanisms & Electric Circuits Winter 2015 Interfacing Light-Emitting Diodes (LEDs) & Push Buttons to Microcontrollers.
Inserting a hyperlink is a great way to link to other files or useful websites and helps to save time and avoid the mistakes often made when urls are typed.
Digital Electronics Board-of-Education : Input. Board of Education - Input This presentation will explain, both from a hardware and software perspective,
Presenter: Chia Siong Goh.  A music synthesizer that uses the 8x8 grid of 64 buttons as its user interface to produce sound and emit light.  3 music.
Development of a microprocessor project with LPC2388 development board.
1 ECE 372 – Microcontroller Design Parallel IO Ports - Inputs.
AVR Programming: Digital I/O September 10, What is Digital I/O? Digital – A 1 or 0 Input – Data (a voltage) that the microcontroller is reading.
01/25/121 Vehicle LED Display Skylar Stroman Kaitlin Fish-Stuhl.
Adding SubtractingMultiplyingDividingMiscellaneous.
OUT OF GAME TESTING INFORMATION WHATS NEEDED INSTRUCTIONS EXAMPLES 750/850 THERMAL TICKET PRINTERS.
EZRA STATISTICS & GCFA CHURCH USER GUIDE. LOGGING IN The first time you log in to the program, you will be led through initial steps to set up your account.
Ethernet I/O Set-Up This presentation will step through a typical configuration of the DVT CON-IOE. Intellect 1.0 is used for the software portion.
KEYBOARD INTERFACING Keyboards are organized in a matrix of rows and columns The CPU accesses both rows and columns through ports. ƒTherefore, with two.
Creating a Form. Accessing Docs Log into your USD 465 Google Account Click on the “Documents” link at the top of.
1 Using the mail.cozzini.com Address Book. 2 Sending a new Click on New button.
Step 1 Remove the wifi Network which is already connected.
Tone Matrix Music Box ECE 477 Senior Design - Group 17 Presenter: Jun Jun Peh.
ENA Connect Outlook Toolbar. Only available to ENA Connect Pro Users Works with Windows XP and Office 2003 and 2007 Vista still in testing Previous versions.
VPN Instructions INFORMATION TECHNOLOGY DIVISION CHICAGO STATE UNIVERSITY 9501 S. KING DR. ADM 101 CHICAGO, IL (773)
Lecture 3. SMART Funded by The National Science Foundation Diode A diode is an semiconductor component that, in general, will pass current in only one.
ISA CLICK CONTROL #38 – FALL 2014 ERIC BRUNNGRABER DRAKE ISABIRYE.
Computer Lab Login and Trouble Shooting Weber School District 2002.
Launchpad with MIDI TAHA SHASHTARI MAHMOUD AL-SHAKA’A.
Cisco AnyConnect Secure Mobility Client
connect a DC-Motor with an arduino
NuMicro MCU New Project Express Creation
Bulk SMS, Voice Call SMS Campaign For Mission Election
To Navigate the Slideshow
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Keypad Source: under under
CS-4540 Robotics - Lab 05 Switch inputs to the Arduino Uno
Banyule Coding Club: Learn Arduino Richard Counsel Malcolm Macleod Watsonia Library - June 2018 Reference materials here ->
Click on the letter you would like to practise.
Ioannis Pavlidis Dinesh Majeti Ashik Khatri
Sine, Cosine and Tangent - Degrees
Press Ad Screen-shot.
Our Environment We will exercise on Microsoft Visual C++ v.6
How can Help my student council?.
Team 14 PCB Layout Design Narrative
1 To go to the next slide, click this button instead. A random slide will come up.
To Navigate the Slideshow
Keypad Source: under under
Timing Out Press Menu button. Press Record Tracks button.
Adding with 9’s.
Adding with 10’s.
To Navigate the Slideshow
Sine, Cosine and Tangent - Degrees
Click Summary Value Button to Show Source of Integral or Time
To Navigate the Slideshow
CLICK TO START.
TI LaunchPad I/O Programming with Energia
Adding ____ + 10.
CLICK TO START.
Call Now : Click : -
Call Now : Click : -
Call Now : Click : -
Buttons.
Presentation transcript:

Button/Switch

What is a Button? A button is a user interface object that sends an action message to a target when clicked.

Button Connection No.1 Button is not pressed P0 is pulled high Button is pressed P0 is pulled low 270 Ω is for protecting I/O pin

Button Connection No.2 Button is not pressed P0 is pulled low Button is pressed P0 is pulled high 270Ω is for protecting I/O pin

Warnings…

Warnings…

Warnings… Button is not pressed P0 is pulled high Button is pressed P0 is pulled low By mistake, P0 is used as a output when the button is pressed then…

Experiments Experiment No.2: What is a Microcontroller? Improve on the previous traffic light experiment by adding buttons.