The RGB LED.

Slides:



Advertisements
Similar presentations
Read and answer the questions on each slide. To move through the tutorial, press the return key or the right arrow key. To return to a previous slide,
Advertisements

By: Alex Sowa Electrical Projects April 10 th, 2013.
PIC Programming with Logicator
Pulse Detector Ramiro Duarte, Clayton Greenbaum Prof. Betty Lise Anderson.
Photos and Sensor Instructions
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
Start by reading the first three Typing Tips.
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.
Introduction to TouchDevelop
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
Introduction to Engineering and Technology Concepts Unit Eight Chapter Two – Virtual Bridge Design.
Gate Anode Cathode. You will need the following parts from your kit: 1.Breadboard ohms resistor (red, red, brown, gold) ohms resistor (brown,
Practice Problems to become familiar with circuits and circuit diagrams.
NPN Foundations of Technology NPN © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
Spinner Mania! Finding Probability of Multiple Events Grade 7, Mrs. Vigliotta What Do You Expect? Connected Mathematics Project, CMP 2 Click on each of.
Introduction to TouchDevelop
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis and Linz Craig.
L ILY P AD T RAINING C ENTENNIAL E LEMENTARY 2012 Material by Linz Craig Revision by Sarah Bloms Additional images by Modkit & Adam Meyer.
Using A Protractor Click on the right arrow to advance
While you are waiting for your session to begin… Go to the Meeting Tab at the top of your screen Choose Manage My Settings from the drop down menu Choose.
How an NPN Transistor Works
MAKE: AN ELECTRONICS WORKSHOP
Detection Circuit ENGR Pre Lab.
How To Make A Google.doc for 8 th Science YOU MUST ALWAYS USE CHROME TO WORK IN GOOGLE DOCS.
Pin your locations First, you need to visit each of the stops you want to make on the tour and put a yellow push pin in it. Click the yellow pin along.
INTERNET OF EVERYTHING SDU 2016 Week 4. Simple Digital and Analog Inputs  The Arduino’s ability to sense digital and analog inputs allows it to respond.
Today’s Activity Solving Multi-Step Equations. Instructions You should have a baggie of colored strips. Using the strips provided, have each person of.
:Blink Blink: Er. Sahil Khanna
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
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.
Google Calendar How to create and embed it into your team page or any website.
Making a 24hr Timer.
Arduino Uno – controlling LED strips
Assist. Prof. Rassim Suliyev - SDU 2017
Week 3 DO NOW QUESTIONS.
Pulse Detector Ramiro Duarte, Clayton Greenbaum Frank Paynter
Simple LED circuit.
Introduction to Arduino Microcontrollers
Microsoft® Word 2010 Training
RGB LEDs.
Meeting In A Box Set Up Guide
Introduction to Object-Oriented Programming
QUESTION INSTRUCTIONS
Arduino 101 Credit(s):
My Penguin Math Book By:
Working with Arduino: Lesson #1: Getting Acquainted with the Kit
What do these words mean to you?
Welcome to Digital Electronics using the Arduino Board
Name: _______________________________
Assignment 1 Creating a Heart.
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Arduino Part #3 Variables
QUESTION INSTRUCTIONS
Arduino Part 4 Let there be more light.
Help walkthrough.
1 To go to the next slide, click this button instead. A random slide will come up.
How a PNP Transistor Works
How an NPN Transistor Works
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Arduino Uno circuit basics
Intro to Arduino Part 2 The Breadboard
Interface ckt for demo Outputs Inputs V PIN 0 10K PIN 4 GND GND
Objective of the lesson
2019 Investing Now Summer Program
Presentation transcript:

The RGB LED

What is a RGB LED You know what’s even more fun than a blinking LED? A colored one. RGB, or red-green-blue, LEDs have three different color-emitting diodes that can be combined to create all sorts of colors. In this circuit, you’ll learn how to use an RGB LED to create unique color combinations. Depending on how bright each diode is, nearly any color is possible!

Parts Needed This LED is a little different then the ones we used before. First it has 4 legs instead of 2 and there is FLAT area on the side of the LED that is how you will know what legs of the LED go where.

Lets Build The Circuit More Instructions next Slide

Where To Place Things

The Code Type the code in below at the top of your Sketch (program) this will go above the “void setup ()” functions. We are assigning the variables red pin, green pin and blue pin to there pin numbers. Type the code in exactly as it is below, even the // and what comes after them.

The Code Type the code in below in the “void setup ()” area We are setting each of the pins red pin, green pin and blue pin to there pin numbers and now as an output. This means we will be sending voltage from each of these pins . Type the code in exactly as it is below, even the // and what comes after them.

The Code Type the code in below in the “void sloop ()” area. We are going to turn the different colors on one at a time. When you finish typing go to the next slide and continue where you left off.

The Code Continue with the writing of the code.

The Code That was a lot of code to write, lets make sure there were no mistakes. Click on the Check Mark button to see if you typed everything correctly if so click the Arrow button and down load the Sketch and watch and the RGB changes color. How is it doing this? How many colors did it change too? Answer these questions in your workbook. Look back through the power point and through the sketch to help answer this question.

Review You learned about the RGB LED and how to make it change color. Do a little research on the internet and look at the different projects that are done using the RGB LED’s and strips. You will be amazed at what you can do.