Don’t Be a Sunday (LED) Driver HDDG #0xF Jason Cerundolo.

Slides:



Advertisements
Similar presentations
Solar Array & Maximum Power Point Tracker Group Senior Design Project 2003 Stephanie Chin Jeanell Gadson Katie Nordstrom Advisor: Karen Panetta.
Advertisements

10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)
Op-Amp- An active circuit element designed to perform mathematical operations of addition, subtraction, multiplication, division, differentiation and.
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
The Motorcycle Alarm By Matt Hawkins Vermont Technical College Electrical Projects.
By: Alex Sowa Electrical Projects April 10 th, 2013.
Power e Lab PowerELab Limitedwww.powerelab.com 1 An Active EMI reduction IC WT6001 POWERELAB LIMITED A Power Converter Technology Provider.
MOOD LIGHT PCB ASSEMBLY V By Phil Townshend 2008.
IRS2980 Buck LED Driver Peter Green Under embargo until 10/25/11.
Powering CoolRunner™ -II CPLDs. Quick Start Training Agenda Regulator Overview – Linear vs. Switching – Linear Regulators – Switching Regulators CoolRunner-II.
Revision analog electronics
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Understanding Power Supply Basics and Terminology
Digital I/O Connecting to the Outside World
M.S.P.V.L. Polytechnic College, Pavoorchatram
Micromouse Meeting #3 Lecture #2 Power Motors Encoders.
Buck Regulator Architectures
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
DC-DC Fundamentals 1.2 Linear Regulator. What is a Linear Regulator? The linear regulator is a DC-DC converter to provide a constant voltage output without.
Introduction to Prototyping a LED Driver Part I: Driver Design and Component Selection September 24-28, 2012 Carol Lenk.
Introduction to TM LED Driver Product Line
1 EE462L, Spring 2014 Isolated Firing Circuit for H-Bridge Inverter (partially pre-Fall 2009 approach)
B L U E CHIPS w w w. b l u e c h i p s t e c h. c o m 藍 科 有 限 公 司 Solid State Lighting B L U E CHIPS w w w. b l u e c h i p s t e c h. c o m 藍 科 有 限 公.
© 2012 Pearson Education. Upper Saddle River, NJ, All rights reserved. Electronic Devices, 9th edition Thomas L. Floyd Lecture 9: Power Supplies.
FSC LCD Display Solution Lighting Product Line Power Conversion
Delivering MORE Together What is SuPA?. SuPA: Supply for Power Amplifier “SuPA” = DC/DC converter that provides an adaptive, optimized output power supply.
Objectives How Microcontroller works
Buck Regulator Architectures
Network and Systems Laboratory nslab.ee.ntu.edu.tw.
PWM Circuit Based on the 555 Timer. Introduction In applications LED Brightness Control we may want to vary voltage given to it. Most often we use a variable.
Group 8: Video Game Console Team Members: Rich Capone Hong Jin Cho Dave Elliott Ryan Gates.
The Design Process Applying Value Analysis to Determine an Optimum Solution by Prof. Bitar.
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Module Introduction Purpose  This training module provides an overview of the analog interfaces.
Solar Power Array Management for the Solar Racing Team Mark Calotes Ginah Colón Alemneh Haile Nidhi Joshi Michael Lu School of Electrical and Computer.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
CSE Fall Introduction - 1 What’s Inside the Buffer? IhIh IlIl Write Reg This device always “drives” either high or low. Current is a function.
ABE425 Engineering Measurement Systems Electronic Parts Dr. Tony E. Grift Dept. of Agricultural & Biological Engineering University of Illinois.
MALVINO Electronic PRINCIPLES SIXTH EDITION.
WWU Taylor Reijm. LPC bit MCU 512kB Flash Memory 144-pin 20MHz oscillator Used to control TFT touch screen LCD and LCD controller. 1 GPIO used.
Automatic Hotel Check-in and out System PROJECT #31 Tingting Dang, Tianyuan Feng, Yuncong Hao.
Solar Powered LED Blinds Group 28: Austin Estes and Kerr Oliva TA: Katherine O’Kane.
Auto turn off battery charger Auto turn off battery charger.
© Date: 10/07 vinvin Product Presentation High-Speed, Microcontroller-adaptable, PWM Controller MCP1631 October 2007.
Solar Patio Umbrella Final Presentation May 3 rd, 2016 Team #37 ECE 445 – Spring 2016.
32ch Beam-Former for Medical Ultrasound Scanner Performed by : Alaa Mozlbat, Hanna Abo Hanna. Instructor : Evgeniy Kuksin.
P /10/2 Primarion VR Chipset Up to 2 MHz switching 1 to 6 phases Reduced output cap – 100A, 1000A/us with 500uF MLCC Current sense calibration –
Current Monitor Group (1606) Maya Dubrow Barath Parthasarathy Andrew Pikul Jason Stock.
FSC LCD Display Solution Lighting Product Line Power Conversion
MICROCONTROLLER AND INTERFACING
Microcontroller basics
Explain on UCC2813-X VCC Abs. Max Rating and UVLO Turn on Threshold
Microprocessors Tutorial 1: Arduino Basics
Dimming Function – Pulse-width Modulation (PWM)
What’s Inside the Buffer?
Switching DC Power Supplies
SELF-SUSTAINABLE SOLAR STREET LIGHT CHARGING
ADD V, 88 LED Boost IC (200mA/LED)
How to avoid catching things on fire.
PWM? K. A. Connor Mobile Studio Project
PWM? K. A. Connor Mobile Studio Project
LX1701 Key Features Key Features No output filter required
LX1688 Multiple Lamp CCFL Controller
Basic Electronics Part Two: Electronic Components.
Sensors and actuators Sensors Resistive sensors
The Skinny Dippers Michael Green.
FAN5340: Synchronous Constant-Current. Series Boost LED Driver with
Current Monitor Group (1606)
Constant Current Power Supplies for LEDs
High Frequency path High Current path (when boosting)
Presentation transcript:

Don’t Be a Sunday (LED) Driver HDDG #0xF Jason Cerundolo

LEDs!

Throwie

Problem

Shunt Resistor I led = 2 mA V led = 1.8 V V R = V batt – 1.8 V I R = 2 mA R = (V batt – 1.8 V)/(2 mA) Vbatt = 3.0 V R = 1.2 V / 2 mA = 600 Ohm

Microcontroller Control LED power sourced by GPIO pin R = (5.0 V – 1.8 V)/(2 mA) R = 1.6 kOhm

Microcontroller Control LED power sunk by GPIO pin

Microcontroller Control Pros Different supplies for LED and MCU Sink more current than source Cons Watch your max rating on GPIO voltage

PWM Control Pros Cheap Easy Cons Possible strobing effect Max f PWM = f CLK / 2^n Ideally f PWM > 500 Hz

Current Control vs Voltage Control Maxim Application Note 3256

Why Current Control? Avoid max current Control brightness Control white balance

Linear Current Control I led = 200 mA V R2 = V BE = 0.6 V R = 3 Ohm V cc > V led V P waste = (V cc – V led ) * 200 mA PWM Control available

Switching Current Control More efficient But this is a voltage supply…

Switching Current Control V FB = 0.5 V I LED = V FB /R P waste = 0.5 V * I LED No output cap Be careful about using EN pin for PWM control

Buck Converter Details Methods for Dimming Control PWM on EN pin Override V REF Add to V FB

PWM Dimming P waste = 0.1 V * I LED Minimum on time 6 cycles 1.5 MHz switching frequency 8 bit control => f PWM = 1.5 MHz / (6 * 2^8) = 977 Hz Datasheet recommends 500 Hz

Analog Dimming Vctrl [V] V R1 [V]

Better PWM Control Pro FET provides a sharper turn-off Con Make sure you can switch the FET V TH_EFF = V TH + V FB

Multiple LEDs Maxim Application Note 3256

Multiple LEDs Only turn on one LED at a time LEDs can be different types (eg, red, green, and blue)

Multiple LEDs Turn on any number of LEDs, as long as D1 is active All LEDs must have similar I-V curve

Strings of LEDs Multiple LEDs in series All LEDs have same current Vcc > n*V f + V FB

Boost Converter Driver Multiple LEDs in series All LEDs have same current Output cap is back Vcc < n*V f + V FB V max > n*V f + V FB

Putting it all together

Thank You Website: Github:

More Information efficiently-drive-an-led efficiently-drive-an-led 03/smart_led_driver.html 03/smart_led_driver.html

RGB LED Matrix Panel

Integrated IC LEDs