The Electronic Die Using the PICAXE 08

Slides:



Advertisements
Similar presentations
1 1 Mechanical Design and Production Dept, Faculty of Engineering, Zagazig University, Egypt. Mechanical Design and Production Dept, Faculty of Engineering,
Advertisements

Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Mouse Tutorial for Win XP In this tutorial you will learn to: Move the mouse Click and double click Make selections Manage windows Use menus Click the.
Lesson 1 & 2 Review Lesson 1 & 2 Activities (Smart Notebook)
An Introduction to the Interface
PIC Programming with Logicator
PROGRAMMABLE INTERFACE CONTROLLERS Understanding what PIC’s are. How to use PIC logicator Knowing what you can do with PIC circuits.
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.
PICS / Microcontrollers
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.
Buttons and Hyperlinks in PowerPoint To add a button: 1.Open a PowerPoint Project and select the slide on which you wish to place a button. 2.Click on.
Adding Websites to a Folder  Putting sites into an already existing folder Putting sites into an already existing folder  Adding an image on the icon.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Introduction to Digital Works. The Digital Works Window.
Karnaugh Maps By: Shakil Nobes.
Creating an Astable Circuit This will guide you through constructing an astable circuit.
Basics of creating a Virtual Patient Centre for Medical & Healthcare Education eLearning Unit Steven Malikowski & Chara Balasubramaniam Press the F5 Key.
Do you have control? Mr. Caudy Systems and Computer Control.
> 1 Diagrams in Word Faculty of Health Alan Grace.
Motors and Sound Troubleshooting Tips. © H-CCS Problem 1 Why can’t I download my program to the RCX?
Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez.
COMPUTER CONCEPTS Unit A: Computer and Internet Basics 1.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
PRACTICAL ELECTRONICS MASTERCLASS (Mr Bell) (COMPUTERS REQUIRED FOR 1 ST & 2 nd PERIOD) 1.
CITRIX REVIEW Presented by Mary Kay Black and Christy Randall.
Software using a flowchart method of creating a control programme.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
If you don’t have Google Earth downloaded already, you can go to to get it.
An introduction to PIC’s for KS3 and KS4. Mr Rooks Hetton School.
This is what we want to produce Import sketch dimensions Label angles Set the scale Add linear dimensions.
:Blink Blink: Er. Sahil Khanna
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!
© 2016 AQA. Created by Teachit for AQA Boolean logic Lesson 3.
7. INPUTTING THE PART (CHORDS) MUSIC TECH. Make sure you have a blank part set up and the pointer icon selected. Double-click on the empty part to start.
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Making a 24hr Timer.
Build on a Breadboard Simulator
Eclipse EHX System Logic Maestro
UNDERSTANDING YOUR COMPUTER
WORKSHOP 2 VALVETRAIN MECHANISM
WORKSHOP 2 VALVETRAIN MECHANISM
Introduction to Handshaking Communication with SSC-32U
Lab02 :Logic Gate Fundamentals:
Display Devices 7 segment led display.
Introduction to Handshaking Communication with SSC-32
Fulton County Public Library
Programming Scratch to Control a K’NEX Fairground Ride
Learning Objective: to be able to design programs that use sequencing.
Autodesk Inventor 2008 Tutorial One Machine Part Alva Academy
Chapter 2 Push button and Potentiometer
Signature: Microsoft Word 2003
Doing some Boolean: On/Off
555 Integrated Circuit (IC)
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Welcome to Digital Electronics using the Arduino Board
Designing the Workflow
Introduction to Wiring Logic Gates
Moving the Insertion Point
Target Board With Arrows Tags And Icons
Roadmap With Multiple Icons Success Achievement
Introduction to Visual Basic 2010
Peoples On Gears Teamwork Strategy
Lab 08 Introduction to Spreadsheets MS Excel
Bulb With Puzzle And Icons
Presentation transcript:

The Electronic Die Using the PICAXE 08 Mr Rooks The Electronic Die Using the PICAXE 08 For our circuit we will use: 1 Input (In 3) (the switch) & 4 Outputs Out 0 Out1 Out 2 Out 4 (the LEDS) The Diagram above shows the PIN NUMBERS and the INPUTS/OUTPUTS of the PICAXE 08 Microchip.

The Electronic Die Using the PICAXE 08 How come we only use 4 OUTPUTS of the PIC Chip & there are 7 LEDs? Some OUTPUTS are linked to more than 1 LED

The Electronic Die Using the PICAXE 08 The left diagonal LEDS are connected to OUTPUT 4. The middle LED is connected to OUTPUT 2 The right diagonal LEDS are connected to OUTPUT 1 The centre LEDs are connected to OUTPUT 0

The Electronic Die Using the PICAXE 08 We can PROGRAMME the PIC Chip so that 1, 2, 3 or even 4 OUTPUTS are switched on at once. What number will the LEDs represent when OUTPUTS 1, 2, & 4 are switched on. How to set the outputs. Example of a PROGRAMME

The Electronic Die Using the PICAXE 08 The LED arrangements for numbers 1 - 6

Programming your Dice using PIC Logicator 2006 Open up the Programme PIC Logicator 2006 Notice the start command is already in place

Programming your Dice using PIC Logicator 2006 The first thing we need to do is tell the programme what PIC we are using and how many INPUTS and OUTPUTS we need. Select the PICAXE 08 and choose 1 INPUT and 4 OUTPUTS

Programming your Dice using PIC Logicator 2006 Make sure OUTPUT 2 is ON and the other OUTPUTs are OFF Drag the OUTPUT command into position and double click on it. The OUTPUT box will appear. Change the name in the Cell Label box from OUTPUTS to LED 1

Programming your Dice using PIC Logicator 2006 Drag the wait decision into position Set the time for 1 second

Programming your Dice using PIC Logicator 2006 Drag another OUTPUT command into position. Turn output 2 off. Put in another wait command for 1 Second.

Programming your Dice using PIC Logicator 2006 Using the Ctrl & Arrow Keys on the keyboard. Draw in the direction arrows for your FLOWCHART.

Programming your Dice using PIC Logicator 2006 Download your programme/flowchart to your circuit using the FLASH icon

What Happened? What Happened? Programming your Dice using PIC Logicator 2006 What Happened? What Happened? The LEDS should be flashing on/off every second The LEDS should be flashing on/off every second

Programming your Dice using PIC Logicator 2006 Congratulations!!!! Can you now programme the PIC Chip so all the LEDS flash on and off every 0.5Second? Need a Clue?

Any Questions? Mr. Rooks