Objectives: Learn how LED displays work Be able to output your name on the display

Size: px
Start display at page:

Download "Objectives: Learn how LED displays work Be able to output your name on the display"

Transcription

1 Objectives: Learn how LED displays work Be able to output your name on the display By the end of this session: You will know how simple LED displays work and be able to make them give a useful output. Page: 1

2 Arduino Uno 7-Segment PCB 7 segment displays are used in many common every day items, from digital alarm clocks, to cooker timer displays and some calculator screens. They are just a collection of LEDs wired together with their GND legs all routed to a single GND pin. The PCB contains resistors to allow you to just plug it straight into the Arduino! 5x7 dot matrix displays are used in large outdoor TV screens and occasionally in shop window signs, they work on a similar principle to the 7 segment displays. 5x7 Dot Matrix Shield Page: 2

3 1) Insert the 7-segment display PCB into the Arduino as shown in the diagram. 2) For the second part of the tutorial, you will have to insert the 5x7 Dot Matrix shield into the Arduino as shown in the diagram. Page: 3

4 1) Plug the USB cable into the Arduino and Computer, then open the Arduino Program. 2) You will type the program from scratch and will not need to copy a template program. 3) The LEDs in the 7-segment display are connected as shown: To turn an LED 9 ON digitalwrite(9, HIGH); To turn an LED 9 OFF digitalwrite(9, LOW); Page: 4

5 4) Firstly, you will have to tell the Arduino that the LEDs are connected and that they are OUTPUTS: 5) To begin with, we will make the display show the number 1: 6) Upload the program by clicking on the upload button. Page: 5

6 7) You should see the display showing the number 1: 8) Now, lets make the display count up to 9 you must add digitalwrite statements before the last curly brace }, then delay for 1 second: Page: 6

7 9) Upload the program by clicking on the upload button. 10) Now that you have made it show 1 and 2, make it count from 0, up to 9: 11) Now, remove the 7-segment display and connect the Dot Matrix shied as shown in step 2 on page 3. Copy the template program from the website into a new Arduino window and upload the program: Page: 7

8 12) You will notice that the program is long and looks complicated, do not panic, it is not too bad! Look towards the start of the program, and you will see lines which look like the following diagram. If you look carefully, you will see that the 1 s represents the LEDs that are on, and the 0 s represent the LEDs that are off! 13) By changing the 1 s and 0 s, you can change the pattern on the display. Try changing the numbers to match the diagram, and upload the program! Page: 8

9 14) Using the diagram below, make it display the first letter of your name: 15) Upload the program by clicking on the upload button. Page: 9

10 16) Notice the loop function, it says showletter(0), this uses the first set of numbers, if you add the following line of code and upload it, it will show the second set of numbers. showletter(0) showletter(1) 17) Change the second letter s corresponding numbers to show the first letter of your Surname. Upload the program. 18) Now, you can make it scroll across the screen by replacing the showletter() functions with scrolltext(200); The 200 represents the time in ms that each frame is shown. Page: 10

11 Extension Task You can expand the display to show more letters, the next steps show you how to add more letters so that you can display your name! Firstly, find the line very near to the start of the program which looks like this: Change the number to 3, so that it looks like this: Finally, select the lines highlighted below, copy them and paste them as shown below: Before After Simply change the 1 s and 0 s in this new section to show the next letter. Repeat this process for more letters. Page: 11

Module 4: Traffic Signal Design Lesson 1: Traffic Signal (Arduino) Control System Laboratory Exercise Grade 6-8

Module 4: Traffic Signal Design Lesson 1: Traffic Signal (Arduino) Control System Laboratory Exercise Grade 6-8 Name: Class: Module 4: Traffic Signal Design Lesson 1: Traffic Signal (Arduino) Control System Laboratory Exercise Grade 6-8 Background Traffic signals are used to control traffic that flows in opposing

More information

Bill of Materials: 7-Segment LED Die with Arduino PART NO

Bill of Materials: 7-Segment LED Die with Arduino PART NO 7-Segment LED Die with Arduino PART NO. 2190194 This project is based on the Arduino environment so that you can manipulate a die with a simple common anode 7-segment LED, a transistor PNP-2N3906, 10 resistors

More information

Building the ChronoDot Calendar Reminder

Building the ChronoDot Calendar Reminder Building the ChronoDot Calendar Reminder Being very forgetful and married is not a good combination. Luckily my wife comes up with solutions and suggested that we make some sort of reminder that would

More information

Lesson 4 RGB LED. Overview. Component Required:

Lesson 4 RGB LED. Overview. Component Required: Lesson 4 RGB LED Overview RGB LEDs are a fun and easy way to add some color to your projects. Since they are like 3 regular LEDs in one, how to use and connect them is not much different. They come mostly

More information

Introduction 1. Green status LED, controlled by output signal ST. Sounder, controlled by output signal Q6. Push switch on input D6

Introduction 1. Green status LED, controlled by output signal ST. Sounder, controlled by output signal Q6. Push switch on input D6 Introduction 1 Welcome to the GENIE microcontroller system! The activity kit allows you to experiment with a wide variety of inputs and outputs... so why not try reading sensors, controlling lights or

More information

Arduino LED Matrix Control. Controlling lots of LEDs

Arduino LED Matrix Control. Controlling lots of LEDs Arduino LED Matrix Control Controlling lots of LEDs Intro LED basics Matrix-connected LED arrays Example: Lego 10196 Grand Carousel LED V/I relation V I 3 2.5 diode current vs. voltage 2 Current flows,

More information

Introduction. The Clock Hardware. A Unique LED Clock Article by Craig A. Lindley

Introduction. The Clock Hardware. A Unique LED Clock Article by Craig A. Lindley Introduction As hard as it might be to believe, I have never built an electronic clock of any kind. I've always thought electronic clocks were passe and not worth the time to design and build one. In addition,

More information

Introduction 1. Green status LED, controlled by output signal ST

Introduction 1. Green status LED, controlled by output signal ST Introduction 1 Welcome to the magical world of GENIE! The project board is ideal when you want to add intelligence to other design or electronics projects. Simply wire up your inputs and outputs and away

More information

Introduction 1. Digital inputs D6 and D7. Battery connects here (red wire to +V, black wire to 0V )

Introduction 1. Digital inputs D6 and D7. Battery connects here (red wire to +V, black wire to 0V ) Introduction 1 Welcome to the magical world of GENIE! The project board is ideal when you want to add intelligence to other design or electronics projects. Simply wire up your inputs and outputs and away

More information

Digital (5hz to 500 Khz) Frequency-Meter

Digital (5hz to 500 Khz) Frequency-Meter Digital (5hz to 500 Khz) Frequency-Meter Posted on April 4, 2008, by Ibrahim KAMAL, in Sensor & Measurement, tagged Based on the famous AT89C52 microcontroller, this 500 Khz frequency-meter will be enough

More information

Lesson Sequence: S4A (Scratch for Arduino)

Lesson Sequence: S4A (Scratch for Arduino) Lesson Sequence: S4A (Scratch for Arduino) Rationale: STE(A)M education (STEM with the added Arts element) brings together strands of curriculum with a logical integration. The inclusion of CODING in STE(A)M

More information

Preface. About SunFounder. About Super Kit. Free Support

Preface. About SunFounder. About Super Kit. Free Support About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strive to bring

More information

Experiment 0: Hello, micro:bit!

Experiment 0: Hello, micro:bit! Experiment 0: Hello, micro:bit! Introduction Hello World is the term we use to define that first program you write in a programming language or on a new piece of hardware. Essentially it is a simple piece

More information

EP486 Microcontroller Applications

EP486 Microcontroller Applications EP486 Microcontroller Applications Topic 4 Arduino Apps: LED & 7-Segment-Display Department of Engineering Physics University of Gaziantep Nov 2013 Sayfa 1 Content We ll study some arduino applications:

More information

DX-10 tm Digital Interface User s Guide

DX-10 tm Digital Interface User s Guide DX-10 tm Digital Interface User s Guide GPIO Communications Revision B Copyright Component Engineering, All Rights Reserved Table of Contents Foreword... 2 Introduction... 3 What s in the Box... 3 What

More information

This module senses temperature and humidity. Output: Temperature and humidity display on serial monitor.

This module senses temperature and humidity. Output: Temperature and humidity display on serial monitor. Elegoo 37 Sensor Kit v2.0 Elegoo provides tutorials for each of the sensors in the kit provided by Maryland MESA. Each tutorial focuses on a single sensor and includes basic information about the sensor,

More information

Seven Segment Board. User Manual. 1.0, Oct 2011

Seven Segment Board. User Manual. 1.0, Oct 2011 Seven Segment Board User Manual 1.0, Oct 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

Lab Task 3. Soldering the PCB

Lab Task 3. Soldering the PCB Lab Task 3 Soldering the PCB PCB I:! Use a wire to connect the 5V to pin 7! 2 PCB II 3 PCB Circuit design!! R17 = 25k!!!! R9 = 47k!! 4 Soldering PCB I Step1: Power Supply uc C1 LED3 C6 R4 6 C5 1 Connector

More information

Edge Connector Light Level Detector

Edge Connector Light Level Detector Description This is a simple tutorial demonstrating how to use a Kitronik edge connector breakout with the BBC micro:bit. The tutorial will cover measuring ambient light levels with an LDR and dimming

More information

Grove - OLED Display 1.12"

Grove - OLED Display 1.12 Grove - OLED Display 1.12" Introduction 3.3V 5.0V I2C Our new 1.12 OLED displays are perfect when you need a small display with 16 grayscale. The visible portion of the OLED measures 1.12 diagonal and

More information

The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R

The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R The Serial Port is Dead! Long Live the Serial Port! USB Serial Port Breadboard Experiments with the FTDI FT232R Copyright Joe Pardue 2008. This material was previously published in the June 2008 issue

More information

8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT BOARD)

8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT BOARD) ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS LEARN ABOUT PROGRAMMING WITH THIS 8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT

More information

Model Railway Animation: Part 1, LEDs - Expanded By David King

Model Railway Animation: Part 1, LEDs - Expanded By David King Model Railway Animation: Part 1, LEDs - Expanded By David King By now you are most likely ready to proceed past the simple Blink sketch so that is what we will do now. A couple of simple sketches we can

More information

7 SEGMENT LED DISPLAY KIT

7 SEGMENT LED DISPLAY KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SCORE BOARD WITH THIS 7 SEGMENT LED DISPLAY KIT Version 2.0 Which pages of

More information

Measure the value of water flow using water flow sensor and DC water pump 12 V interfacing with Arduino uno

Measure the value of water flow using water flow sensor and DC water pump 12 V interfacing with Arduino uno 1 2 Measure the value of water flow using water flow sensor and DC water pump 12 V interfacing with Arduino uno A flow sensor is a device for sensing the rate of fluid flow. Typically a flow sensor is

More information

Panzer 3.0 Assembly Instructions & Checklist

Panzer 3.0 Assembly Instructions & Checklist Panzer 3.0 Assembly Instructions & Checklist Parts Included & Preparation Legend A. 5x Silver M4 Aluminum Screws B. 4x 10-24 Screws C. 8x 4-40 Pan head Screws D. 2x 4-40 Flat head Screws E. 2x 4-40 Nuts

More information

Running leds from Pokeys

Running leds from Pokeys Some of you probably remember the extensive posting I did in the Pokeysthread regarding issues I had running a led matrix. Now I got it solved and would like to post a small tutorial for those who are

More information

Prototyping & Engineering Electronics Kits Magic Mandala Kit Guide

Prototyping & Engineering Electronics Kits Magic Mandala Kit Guide Prototyping & Engineering Electronics Kits Magic Mandala Kit Guide odysseyboard.com Please refer to www.odysseyboard.com for a PDF updated version of this guide. Magic Mandala Guide version 1.0, February,

More information

- 1 - Contact info: Name: Petrit Vuthi Room: Office hours: Thuesday: 10:00 12:30 Wendsday: 10:00 12:30

- 1 - Contact info: Name: Petrit Vuthi Room: Office hours: Thuesday: 10:00 12:30 Wendsday: 10:00 12:30 Contact info: Name: Petrit Vuthi Room: 10.05 Email: petrit.vuthi@haw-hamburg.de Office hours: Thuesday: 10:00 12:30 Wendsday: 10:00 12:30!Please conact me first by email for an appointment! - 1 - IE7 CM2

More information

ENGR 40M Project 3b: Programming the LED cube

ENGR 40M Project 3b: Programming the LED cube ENGR 40M Project 3b: Programming the LED cube Prelab due 24 hours before your section, May 7 10 Lab due before your section, May 15 18 1 Introduction Our goal in this week s lab is to put in place the

More information

EDL8 Race Dash Manual Engine Management Systems

EDL8 Race Dash Manual Engine Management Systems Engine Management Systems EDL8 Race Dash Manual Engine Management Systems Page 1 EDL8 Race Dash Page 2 EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW, 2761 Australia Phone.: +612 9675 1414

More information

Wasabi 360 Ultra Installation Guide v1.2

Wasabi 360 Ultra Installation Guide v1.2 Wasabi 360 Ultra Installation Guide v1.2 For HW version 1.0 Introduction To install your Wasabi X360 Ultra you will have to disassemble your Xbox Phat. We recommend you follow one of the many Xbox Phat

More information

COMP2611: Computer Organization Building Sequential Logics with Logisim

COMP2611: Computer Organization Building Sequential Logics with Logisim 1 COMP2611: Computer Organization Building Sequential Logics with COMP2611 Fall2015 Overview 2 You will learn the following in this lab: building a SR latch on, building a D latch on, building a D flip-flop

More information

Documentation VFD clock 8 a clock

Documentation VFD clock 8 a clock Documentation VFD clock 8 a clock This documentation is protected by our copyright. It must not be used for commercial purposes. Congratulations on your purchase of your VFD clock. To guarantee success

More information

Digital Clock. Perry Andrews. A Project By. Based on the PIC16F84A Micro controller. Revision C

Digital Clock. Perry Andrews. A Project By. Based on the PIC16F84A Micro controller. Revision C Digital Clock A Project By Perry Andrews Based on the PIC16F84A Micro controller. Revision C 23 rd January 2011 Contents Contents... 2 Introduction... 2 Design and Development... 3 Construction... 7 Conclusion...

More information

A Motor can be in many groups, by assigning additional channel# on it.

A Motor can be in many groups, by assigning additional channel# on it. Timer Remote Control Instruction How to use the channel numbers - There are 32 channels on the Remote Control Timer you can assign to Curtain Motor(s). To operate the Motors individually by itself only,

More information

The Micropython Microcontroller

The Micropython Microcontroller Please do not remove this manual from the lab. It is available via Canvas Electronics Aims of this experiment Explore the capabilities of a modern microcontroller and some peripheral devices. Understand

More information

Simple and highly effective technology to communicate your brand s distinctive character

Simple and highly effective technology to communicate your brand s distinctive character . . . Advantages 4 Simple and highly effective technology to communicate your brand s distinctive character COST EFFECTIVE No need to print graphics, you can change your message every day! No media player

More information

and Re:system MR-Slave Module Dominating Entertainment. Revox of Switzerland.

and Re:system MR-Slave Module Dominating Entertainment. Revox of Switzerland. and MR-Slave Module Dominating Entertainment. Revox of Switzerland. Contents MR Slave Assembly Connection MR Bus MR Slave cabling 2 3 4 4 5-7 Multiroom Setup Import list Importing sources The new Source

More information

BooBox Flex. OPERATING MANUAL V1.1 (Feb 24, 2010) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: Fax:

BooBox Flex. OPERATING MANUAL V1.1 (Feb 24, 2010) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: Fax: BooBox Flex OPERATING MANUAL V1.1 (Feb 24, 2010) 6 Oakside Court Barrie, Ontario L4N 5V5 Tel: 905-803-9274 Fax: 647-439-1470 www.frightideas.com Connections The BooBox Flex is available with Terminal Blocks

More information

This document is intended to provide information to allow the researcher to build their own device.

This document is intended to provide information to allow the researcher to build their own device. SEXTA Construction Notes Tony Barry, Dave Gault Preamble:- SEXTA is a system (hardware device, firmware, and application software) to create and analyse optical timestamps as observed by a camera and recorder.

More information

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

Main Design Project. The Counter. Introduction. Macros. Procedure

Main Design Project. The Counter. Introduction. Macros. Procedure Main Design Project Introduction In order to gain some experience with using macros we will exploit some of the features of our boards to construct a counter that will count from 0 to 59 with the counts

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design Unit 2: Mechatronics ENGR 1000, Introduction to Engineering Design Lesson 2.3: Controlling Independent Systems Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device with USB cable Digital

More information

TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V January 2015

TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V January 2015 TRIMBLE GPS / 10MHz REFERENCE MONITOR DISPLAY V1.2-1.4 January 2015 A display and command module for the Trimble Thunderbolt GPS with 10MHz reference oscillator. by Hubbatech Software Revision Notes: 1.2-2014

More information

Vortex / VSX TM 8000 Integration

Vortex / VSX TM 8000 Integration Vortex / VSX TM 8000 Integration Application Note Polycom Installed Voice Business Group December 2004 1 TABLE OF CONTENTS INTRODUCTION...4 CONNECTING THE VSX 8000 INPUTS AND OUTPUTS...4 ENABLING THE VSX

More information

Digital 1 Final Project Sequential Digital System - Slot Machine

Digital 1 Final Project Sequential Digital System - Slot Machine Digital 1 Final Project Sequential Digital System - Slot Machine Joseph Messner Thomas Soistmann Alexander Dillman I. Introduction The purpose of this lab is to create a circuit that would represent the

More information

GETTING STARTED... 2 ENVIRONMENT SCAN... 2

GETTING STARTED... 2 ENVIRONMENT SCAN... 2 Sputnik User Manual GETTING STARTED... 2 SPUTNIK OVERVIEW... 2 ENVIRONMENT SCAN... 2 SETTING UP SPUTNIK... 2 CONDUCTING AN ENVIRONMENT SCAN... 3 ENVIRONMENT SCAN RESULTS... 3 1 GETTING STARTED Sputnik

More information

Experiment: Real Forces acting on a Falling Body

Experiment: Real Forces acting on a Falling Body Phy 201: Fundamentals of Physics I Lab 1 Experiment: Real Forces acting on a Falling Body Objectives: o Observe and record the motion of a falling body o Use video analysis to analyze the motion of a falling

More information

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER ECB2212 - DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER SUBMITTED BY ASHRAF HUSSAIN (160051601105) S SAMIULLAH (160051601059) CONTENTS >AIM >INTRODUCTION

More information

apple Service Source Apple Cinema HD Display 23" LCD (ADC) 11 April Apple Computer, Inc. All rights reserved.

apple Service Source Apple Cinema HD Display 23 LCD (ADC) 11 April Apple Computer, Inc. All rights reserved. apple Service Source Apple Cinema HD Display 23" LCD (ADC) 11 April 2003 2003 Apple Computer, Inc. All rights reserved. apple Service Source Take Apart Apple Cinema HD Display 23" LCD (ADC) 2003 Apple

More information

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function.

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function. Triple RTD SMART INPUT MODULE State-of-the-art Electromagnetic Noise Suppression Circuitry. Ensures signal integrity even in harsh EMC environments. On-board Digital Signal Processor. Linearization RTDs

More information

Technology Control Technology

Technology Control Technology L e a v i n g C e r t i f i c a t e Technology Control Technology P I C A X E 1 8 X Prog. 1.SOUND Output Prog. 3 OUTPUT & WAIT Prog. 6 LOOP Prog. 7...Seven Segment Display Prog. 8...Single Traffic Light

More information

FRONT WIRING DIAGRAM FOR ProCommander 2Series

FRONT WIRING DIAGRAM FOR ProCommander 2Series FRONT WIRING DIAGRAM FOR ProCommander 2Series Device address 3 (!ssi3#) Device address 2 (!ssi2#) CAT5 Device address 1 (!ssi1#) CAT5 Daisy-Chain Connection for Pro-I/O NETWORK USB for Control and Configuration

More information

Data Acquisition Using LabVIEW

Data Acquisition Using LabVIEW Experiment-0 Data Acquisition Using LabVIEW Introduction The objectives of this experiment are to become acquainted with using computer-conrolled instrumentation for data acquisition. LabVIEW, a program

More information

Spectacle Motion Board Hookup Guide

Spectacle Motion Board Hookup Guide Page 1 of 16 Spectacle Motion Board Hookup Guide Spectacle Motion Board The Spectacle Motion Board makes it easy to add movement to your Spectacle projects. It can control up to 5 servo motors, either

More information

Aerospace Fiber Optics

Aerospace Fiber Optics Aerospace Fiber Optics AFO 101, Session 2 Fiber Optic Assembly Everett Community College. All rights reserved. 1 Session Learning Objectives After completing this session you should be able to: Work safely

More information

Experiment 8 Fall 2012

Experiment 8 Fall 2012 10/30/12 Experiment 8 Fall 2012 Experiment 8 Fall 2012 Count UP/DOWN Timer Using The SPI Subsystem and LCD Display NOTE: Late work will be severely penalized - (-7 points per day starting directly at the

More information

apple Service Source Apple Studio Display 17" LCD (ADC) Updated 6 Decenber Apple Computer, Inc. All rights reserved.

apple Service Source Apple Studio Display 17 LCD (ADC) Updated 6 Decenber Apple Computer, Inc. All rights reserved. apple Service Source Apple Studio Display 17" LCD (ADC) Updated 6 Decenber 2004 2003 Apple Computer, Inc. All rights reserved. apple Service Source Take Apart Apple Studio Display 17" LCD (ADC) 2003 Apple

More information

Preface. If you have any TECHNICAL questions, add a topic under FORUM section on our website and we'll reply as soon as possible.

Preface. If you have any TECHNICAL questions, add a topic under FORUM section on our website and we'll reply as soon as possible. About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strive to bring

More information

1. Arduino Board and Breadboard set up from Project 2 (8 LED lights) 2. Piezo Speaker

1. Arduino Board and Breadboard set up from Project 2 (8 LED lights) 2. Piezo Speaker Project 3: Music with Piezo and Arduino Description: The Piezo speaker is a small metal plate enclosed in a round case that flexes and clicks when current current is passed through the plate. By quickly

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

What can EndNote do?

What can EndNote do? EndNote Introductory Tutorial 1 What is EndNote? EndNote is bibliographic management software, designed to allow researchers to record, organize, and use references found when searching literature for

More information

1. Logging into My Media Mall

1. Logging into My Media Mall 1 For Kindle Keyboard, Touch, Paperwhite Instructions for Borrowing Kindle E-books from My Media Mall *Please note that you will need your barcode and PIN number from your library account, an email address,

More information

Laboratory 9 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter

Laboratory 9 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter page 1 of 5 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter Introduction In this lab, you will learn about the behavior of the D flip-flop, by employing it in 3 classic circuits:

More information

Wall Ball Setup / Calibration

Wall Ball Setup / Calibration Wall Ball Setup / Calibration Wall projection game 1 Table of contents Wall Projection Ceiling Mounted Calibration Select sensor and display Masking the projection area Adjusting the sliders What s happening?

More information

26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703

26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703 26 Inch CGA/EGA/VGA/DVI to WXGA/1080p LCD - ID#703 Operation Manual Introduction This monitor is an open frame LCD Panel monitor. It features the VESA plug & play system which allows the monitor to automatically

More information

Microcontrollers and Interfacing week 7 exercises

Microcontrollers and Interfacing week 7 exercises SERIL TO PRLLEL CONVERSION Serial to parallel conversion Microcontrollers and Interfacing week exercises Using many LEs (e.g., several seven-segment displays or bar graphs) is difficult, because only a

More information

(Skip to step 11 if you are already familiar with connecting to the Tribot)

(Skip to step 11 if you are already familiar with connecting to the Tribot) LEGO MINDSTORMS NXT Lab 5 Remember back in Lab 2 when the Tribot was commanded to drive in a specific pattern that had the shape of a bow tie? Specific commands were passed to the motors to command how

More information

EET 1131 Lab #12 - Page 1 Revised 8/10/2018

EET 1131 Lab #12 - Page 1 Revised 8/10/2018 Name EET 1131 Lab #12 Shift Registers Equipment and Components Safety glasses ETS-7000 Digital-Analog Training System Integrated Circuits: 74164, 74195 Quartus II software and Altera DE2-115 board Shift

More information

N64 Advanced and N64RGB Version 1 and 2. Installation and Setup Guide

N64 Advanced and N64RGB Version 1 and 2. Installation and Setup Guide N64 Advanced and N64RGB Version 1 and 2 Installation and Setup Guide Content Open the Console Preparation Solder Work Console Modding Kit Settings (Solder Jumper) Cable Setup Controller In Game Routines

More information

Plessey PS EPIC 6:2 Multiplex box Instruction Manual.

Plessey PS EPIC 6:2 Multiplex box Instruction Manual. Plessey PS25006 - EPIC 6:2 Multiplex box Instruction Manual. Standard Components PS25006 One PS25006 EPIC 6 input, 2 output multiplex box unit. User Guide Contents 1.0 Introduction Page 2 2.0 The PS25006

More information

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days (Summer Training Program) 4 Weeks/ 30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Giant Digital Letterforms: LEDs and Pixelated Type

Giant Digital Letterforms: LEDs and Pixelated Type Giant Digital Letterforms: LEDs and Pixelated Type Calliope Gazetas 2450450 The first time that I saw an LED matrix was in the inaugural issue of CRAFT magazine, published in April 2006. This issue contained

More information

PaPiRus Assembly Tips And Gotchas

PaPiRus Assembly Tips And Gotchas PaPiRus Assembly Tips And Gotchas In this tutorial we are going to look at some tips and gotchas about the PaPiRus HAT and the PaPiRus Zero epaper diplays. This is what's covered in this tutorial: Connect

More information

POINTS POSITION INDICATOR PPI4

POINTS POSITION INDICATOR PPI4 POINTS POSITION INDICATOR PPI4 Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding led on a control panel to show the last operation of each

More information

Spectacle Light Kit Hookup Guide

Spectacle Light Kit Hookup Guide Page 1 of 23 Spectacle Light Kit Hookup Guide Introduction The Spectacle Light Kit makes it easy to illuminate your next project at the push of a button! Spectacle Light Kit KIT-14170 Suggested Reading

More information

Arduino Lesson 3. RGB LEDs

Arduino Lesson 3. RGB LEDs Arduino Lesson 3. RGB LEDs Created by Simon Monk Last updated on 2013-06-22 06:45:59 PM EDT Guide Contents Guide Contents Overview Parts Part Qty Breadboard Layout Colors Arduino Sketch Using Internet

More information

SU17 Series Fiber Optic Sensors

SU17 Series Fiber Optic Sensors SU17 Series Fiber Optic Sensors Fiber Optic Diffuse and Thru-Beam Mode See page 750 Sensing Range: Determined by fiber optic cable Output: NPN, PNP Built-in auto-tuning Digital display Mutual interference

More information

Commissioning Guide. firepickdelta. Commissioning Guide. Written By: Neil Jansen firepickdelta.dozuki.com Page 1 of 22

Commissioning Guide. firepickdelta. Commissioning Guide. Written By: Neil Jansen firepickdelta.dozuki.com Page 1 of 22 firepickdelta Commissioning Guide Written By: Neil Jansen 2017 firepickdelta.dozuki.com Page 1 of 22 Step 1 Pre-Requisites Before commissioning, please make sure ALL of the following steps have been completed,

More information

Laboratory 8. Digital Circuits - Counter and LED Display

Laboratory 8. Digital Circuits - Counter and LED Display Laboratory 8 Digital Circuits - Counter and Display Required Components: 2 1k resistors 1 10M resistor 3 0.1 F capacitor 1 555 timer 1 7490 decade counter 1 7447 BCD to decoder 1 MAN 6910 or LTD-482EC

More information

DNA-STP-SYNC Synchronization and Screw Terminal Panel. User Manual

DNA-STP-SYNC Synchronization and Screw Terminal Panel. User Manual DNA-STP-SYNC Synchronization and Screw Terminal Panel User Manual Accessory Panel for PowerDNA Cube (DNA) Systems February 2009 Edition PN Man-DNA-STP-SYNC-0209 Version 1.2 Copyright 1998-2009 All rights

More information

Main Design Project. The Counter. Introduction. Macros. Procedure

Main Design Project. The Counter. Introduction. Macros. Procedure Main Design Project Introduction In order to gain some experience with using macros we will exploit some of the features of our boards to construct a counter that will count from 0 to 59 with the counts

More information

The BBC micro:bit: What is it designed to do?

The BBC micro:bit: What is it designed to do? The BBC micro:bit: What is it designed to do? The BBC micro:bit is a very simple computer. A computer is a machine that accepts input, processes this according to stored instructions and then produces

More information

VNS2210 Amplifier & Controller Installation Guide

VNS2210 Amplifier & Controller Installation Guide VNS2210 Amplifier & Controller Installation Guide VNS2210 Amplifier & Controller Installation 1. Determine the installation location for the VNS2210 device. Consider the following when determining the

More information

S Fully Assembled and Tested S Software Control Through USB Port. S SMA Connectors for High-Speed Inputs and Output. Maxim Integrated Products 1

S Fully Assembled and Tested S Software Control Through USB Port. S SMA Connectors for High-Speed Inputs and Output. Maxim Integrated Products 1 19-5239; Rev 0; 4/10 General Description The MAX3945 evaluation kit (EV kit) is an assembled electrical demonstration board that provides easy computer-controlled evaluation of the MAX3945 multirate limiting

More information

Combo Board.

Combo Board. Combo Board www.matrixtsl.com EB083 Contents About This Document 2 General Information 3 Board Layout 4 Testing This Product 5 Circuit Diagram 6 Liquid Crystal Display 7 Sensors 9 Circuit Diagram 10 About

More information

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore)

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore) Laboratory 11 Digital Displays and Logic (modified from lab text by Alciatore) Required Components: 2x lk resistors 1x 10M resistor 3x 0.1 F capacitor 1x 555 timer 1x 7490 decade counter 1x 7447 BCD to

More information

The Infinity Portal Craig A. Lindley 03/16/2011

The Infinity Portal Craig A. Lindley 03/16/2011 OK, I'll admit it. I'm a sucker for colored flashing lights especially if controlled by a micro processor (up). So recently when I came upon a really good deal on RGB LEDs on ebay and another really good

More information

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output SSI-1016G Manual Caution: Specifications and outline may be changed without notice MTS Sensors Technology Corporation www.mtssensor.co.jp 2010.02.04 Rev. 1 1 Revision information 2007.03.12: Data-ready

More information

Procedure for DDR Clock Skew and Jitter Measurements

Procedure for DDR Clock Skew and Jitter Measurements 123456789012345678901234567890121234567890123456789012345678901212345678901234567890123456789012123456789012345678901234567 Procedure for DDR Clock Skew and Jitter Measurements by Vasant Solanki DDR SDRAMs

More information

Quick Start. RSHS1000 Series Handheld Digital Oscilloscope

Quick Start. RSHS1000 Series Handheld Digital Oscilloscope Quick Start RSHS1000 Series Handheld Digital Oscilloscope General Safety Summary Carefully read the following safety precautions to avoid personal injury and prevent damage to the instrument or any products

More information

Schematic Analysis of P10 16x32 RGB LED Panel 3 in 1 DIP Type Dual (Dual In-Line Package) on Trafficlight Revolution

Schematic Analysis of P10 16x32 RGB LED Panel 3 in 1 DIP Type Dual (Dual In-Line Package) on Trafficlight Revolution Schematic Analysis of P10 16x32 RGB LED Panel 3 in 1 DIP Type Dual (Dual In-Line Package) on Trafficlight Revolution S D Putra 1, R Y Endra 1 1 Informatics, Computer Science Faculty, Bandar Lampung University,

More information

( stored on ) also accessible from

( stored on   ) also accessible from ( stored on http://www.stealthskater.com/articles/walkietalkie.doc ) also accessible from http://www.stealthskater.com/articles.htm ) Two walkie-talkies can be put to good use on a camping trip by keeping

More information

Introduction. The Spectacle Light Kit makes it easy to illuminate your next project at the push of a button!

Introduction. The Spectacle Light Kit makes it easy to illuminate your next project at the push of a button! Introduction The Spectacle Light Kit makes it easy to illuminate your next project at the push of a button! Spectacle Light Board The Spectacle Light Board allows you to add some fairly complex lighting

More information

Table of Contents Introduction

Table of Contents Introduction Page 1/9 Waveforms 2015 tutorial 3-Jan-18 Table of Contents Introduction Introduction to DAD/NAD and Waveforms 2015... 2 Digital Functions Static I/O... 2 LEDs... 2 Buttons... 2 Switches... 2 Pattern Generator...

More information

SP107E Bluetooth LED Music Controller

SP107E Bluetooth LED Music Controller 1. Features: SP107E Bluetooth LED Music Controller (1) App Control via Bluetooth 4.0, long Control distance,convenient to use; (2) Support almost every kind of one-wire or two-wire LED driver IC ; (3)

More information

Site Installation Model MP-8433

Site Installation Model MP-8433 Site Installation Model MP- Rev. //0 SCOREBOARD SITE INSTALLATION INSTRUCTIONS CAUTION: All American Scoreboards (AAS) recommends the sign be installed by a licensed contractor, and must meet all local

More information

Instructions and answers for teachers

Instructions and answers for teachers Unit 7: Electrical devices LO3: Understand how to use signal conditioning techniques and signal conversion devices Digital to Analogue conversion the R-2R ladder Instructions and answers for teachers These

More information

Solutions to Embedded System Design Challenges Part II

Solutions to Embedded System Design Challenges Part II Solutions to Embedded System Design Challenges Part II Time-Saving Tips to Improve Productivity In Embedded System Design, Validation and Debug Hi, my name is Mike Juliana. Welcome to today s elearning.

More information