PROGRAMMABLE INTERFACE CONTROLLERS Understanding what PIC’s are. How to use PIC logicator Knowing what you can do with PIC circuits.

Slides:



Advertisements
Similar presentations
Microcomputer Circuits Prof Jess UEAB 2007 Designing a Microprocessor Chapter 1.
Advertisements

Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
In this presentation you will:
LOGO 1. Objectives 2 Define the stages involved in project planning and construction 1 Conduct project analysis 2 Draw a rough sketch of your project.
PIC Programming with Logicator
Project 3 Build an Astable Multivibrator
PowerPoint slides of selected figures from the textbook.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
TRANSISTORS Past Paper Questions and Answers EP01– Q11(b) The circuit below is a monostable timing circuit, When activated component C turns on.
GCSE Electronic Products
The All IC’s are usually set up in a DIL (Dual In Line) configuration, this is where there are two sets of parallel connections (the pins). As you can.
TIMERS.
Past Paper Questions and Answers
Microcontroller: Introduction
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Integrated Circuits. Integrated Circuit (IC) Semiconductor Devices Circuit inside a chip—lots of transistors inside Same Package, Different functions.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
PICS / Microcontrollers
Read Only Memory (ROM) Number of words Size of word A block diagram of a ROM consisting of k inputs and n outputs is shown below. The inputs provide the.
PIC microcontrollers. PIC microcontrollers come in a wide range of packages from small chips with only 8 pins and 512 words of memory all the way up to.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
FIELD EFFECT TRANSISTORS (FETs) Past Paper Questions and Answers.
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
DIGITAL ELECTRONICS WHAT IS A DIGITAL CIRCUIT?
Objectives How Microcontroller works
Applied Control Systems Technology. © t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared.
Program ultrasonic range sensor in autonomous mode
Research into popular toys or games:
S e c u r i t y L i g h t E a s t e r E l e c t r o n i c s P r o j e c t Dark Sensor Comparator Monostable Counter Light Brief Design a system that turns.
Pinewood Derby Timing System Using a Line-Scan Camera Rob Ostrye Class of 2006 Prof. Rudko.
MICRO CONTROLLER MODULE 1. Learning Objectives Name some gadgets that use microcontrollers. Define a microcontroller. Differentiate between a computer.
Programmable Logic Controller (PLC)
Do you have control? Mr. Caudy Systems and Computer Control.
Control Technology and Automation
Flip-Flops and Registers
HL Sample Question Applied Control Systems Underlying Principles.
Modular Electronics Use the systems approach.
INPUT COMPONENTS Past Paper Questions and Answers.
Interactive Control in Engineering Projects Electronics and Control.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
An introduction to PIC’s for KS3 and KS4. Mr Rooks Hetton School.
Circuits and components Unit 45 Dr. Hatem Elaydi Engineering Technical English Islamic University of Gaza April 6, 2016.
IC 4017 Pin Configuration And Application
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
GCSE Electronics Final Project Operation Game. Situation Families often like to test their skill and play competitive games between themselves. They are.
Logic Gates Unit 16.
Key Stage ic Using a (555 IC) as a Monostable / Astable Circuit 555 IC Live Wire / PCB Wizard - (555 IC) Circuit RA Moffatt.
The Electronic Die Using the PICAXE 08
Unit 45: Circuits and components Dr
Circuits and components Chapter 45
(EVENING ON TO MORNING OFF)
SCADA for Remote Industrial Plant
Unit 45: Circuits and components Dr
DIGITAL CALCULATOR USING 8051
Chapter 2 – Computer hardware
AQA GCSE 7 Electronic systems processing Design and Technology 8552
555 Timer Integrated Circuit.
Describe how NASA remotely controls equipment in space.
DT-Assessment Frame Work Term2
FeMaidens Programming
8.0 Programmable Logic Controllers 1
555 Integrated Circuit (IC)
Applied Control Systems Underlying Principles
Introducing the PIC Mid-Range Family and the 16F84A
Transistors to Gates Transistors to Gates Gateway To Technology
Computational Thinking for KS3
Binary Logic.
Unit 45: Circuits and components Dr
Flowchart Symbols What do these mean:.
Presentation transcript:

PROGRAMMABLE INTERFACE CONTROLLERS Understanding what PIC’s are. How to use PIC logicator Knowing what you can do with PIC circuits

What a PIC does PIC’s allow you to control output devices when they are triggered by sensors and switches. Programs can be generated by using flowcharts within computer software, which can then be downloaded into a PIC chip. They can be re-written as many times as you want. This type of memory is called flash memory.

Inside the PIC CHIP A PIC microcontroller is a single integrated circuit small enough to fit in the palm of the hand and contains memory processing units, a Clock and Input/ Output circuitry in a single unit. A PIC microcontroller is,therefore, often described as a computer in an integrated circuit. PIC microcontrollers can be purchased blank and then programmed with a specific control program. PIC microcontrollers can also be purchased with a pre-programmed set of commands that allows a direct cable download from a computer and reduces the cost of programming equipment.

Advantages/Dis-advantages of PICs compared to a 555 Timer flashing circuit (astable)  PIC allows greater control.  Pattern can be tested on PC before build  PIC can be programmed to produce different patterns  Limited output from 555 Timer IC  PIC requires fewer components  PIC more costly than 555  PIC possibly smaller PCB  PIC requires programming skills

PIC TASK (EXAM QUESTION)  Using a programming system you are familiar with, produce a sequence of commands, which would make a set of 4 LED ’ s, shown in Figure 3, switch on as shown below:  Next to each of the commands, explain its purpose.  All four LED ’ s go high for 1 second.  A, B, C and D go high in sequence, each for 0.25 seconds.  All four LED ’ s go high for 1 second.  D, C, B and A go high in sequence, each for 0.25 seconds.  This repeats continuously.  Between each statement, all LED ’ s go low for 0.25 seconds.

PIC TASK (EXAM QUESTION) Use a PIC to simplify the electronic circuit for a steady hand game The PIC system diagram is shown below; Use a PIC program to satisfy the following conditions. (a) Each time the wand and track touch, the PIC switches on an LED in the sequence 1, 2 and 3. Once an LED is lit it will stay on until reset. (9 marks) (b) Once the wand and track touch, the PIC will ignore any further contact between the wand and track for 2 seconds. (4 marks) (c) On the loss of the third life, the buzzer will switch on for 0.25s and then switch off for 0.25s. This is repeated three times. (6 marks) (d) The PIC program will re-set back to ‘no lives lost’. (3 marks)

PIC TASK (EXAM QUESTION)  The picture opposite shows a drawing of a lift with its doors open at the ground floor.  The lift will only operate when a person has requested the lift from another floor, or a floor has been chosen by a person in the lift and the doorway is not obstructed.  Design a flow chart to illustrate the lift operating sequence, from when the lift starts at the ground floor, with its ’ doors open and is called to the first floor where its doors open. (10 marks)  Quality of drawing (2 marks)