element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Blog RGB LED Shield diagrams for documentation purposes
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: shabaz
  • Date Created: 17 Dec 2014 3:36 PM Date Created
  • Views 4058 views
  • Likes 7 likes
  • Comments 22 comments
  • infineon
  • iot_holiday_lights
  • yun
  • light_emitting_diode
  • diode
  • holiday
  • iot_holidaylights
  • light
  • light-emitting-diode
  • emitting
  • led
  • rgb
  • iot-holiday-lights
  • arduino-yun
  • lights
  • infineon_led
  • iot
  • arduino_shield
  • shield
  • arduino_yun
  • arduino
  • arduino-shield
Related
Recommended

RGB LED Shield diagrams for documentation purposes

shabaz
shabaz
17 Dec 2014

For those creating projects with the RGB LED ShieldRGB LED Shield, hopefully these images can come in handy.

 

image

image

They are attached to the bottom of this post in two versions - white background and transparent background.

I can't take credit for the Arduino Uno diagram, I found that on the Internet (not sure of the original source, it was in many places - and just edited it slightly).

Attachments:
image
image
image
image
rgb-shield-vector-emf.zip
rgb-shield-vector-svg-inkscape.zip
  • Sign in to reply

Top Comments

  • shabaz
    shabaz over 10 years ago in reply to RParkerE +4
    Hi Parker, Can you try the program called RGBLED_2_SAFE.ino ? I tried that, with LEDs connected to the red channel only, and they worked, see the post here: RGB LED Shield from Infineon - Getting Started…
  • Workshopshed
    Workshopshed over 10 years ago in reply to lokkytron +3
    Yes that file did not seem to have anything to hookup to. But shabaz 's Inkscape file worked once I deleted the big white rectangle from it.
  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago +3
    I do not beleive there is a minimum current limit for the Infineon board, it is simply the set constant current in the demo sketch, the board is actually programable for almost any current up to the MAX…
  • RParkerE
    RParkerE over 10 years ago

    I'm back! I am still having trouble, I am waiting on a 300mA rated bulb to come, but I am using resistors in order to get the current down to 20mA in order to allow me to use a regular 5mm Red LED. I am using a 9V battery to power my board. I know it is rated for 12V-48V so I do not know if the 9V is just not enough to power the driver, or what? I have voltage across the light, and it will light up, only when i am trying to measure the resistance and the multimeter's leads touch it, but the light never turns off, or dims.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago

    I do not beleive there is a minimum current limit for the Infineon board, it is simply the set constant current in the demo sketch, the board is actually programable for almost any current up to the MAX of about 700mA per channel I beleive and up to 40V ish supply, th eboard is degined to drive the LEDs directly with NO seriese resistors, you can get it to work with LED strips or other LEDs with series resistors but the results are not ideal, just functional

     

    so using the default sketch and a little iddy biddy LED, you will have a high probability of frying it instantly (20mA vs 300mA), you will need to adjust the configured settings at the beginning of the sketch

     

    I believe I covered this topic off when doing the IOT of holiday lights challange, see here  http://www.element14.com/community/groups/arduino/blog/2014/12/15/byob-party-re-configuring-the-infineon-for-regular-12v-led-strips

     

    Hope this helps

     

    Peter

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gadget.iom
    gadget.iom over 10 years ago in reply to RParkerE

    It's handy to know that there is a 300mA minimum current limit. Connecting an LED for testing sounds otherwise feasible. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • RParkerE
    RParkerE over 10 years ago in reply to shabaz

    My problem is that my LED is not rated for 300mA or higher, silly me! I completely overlooked this requirement. As expected it was user error. Thank you for your help.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 10 years ago in reply to RParkerE

    Hi Parker,

     

    Can you try the program called RGBLED_2_SAFE.ino? I tried that, with LEDs connected to the red channel only, and they worked, see the post here: RGB LED Shield from Infineon - Getting Started Guide

     

    There is a video at that URL that shows how the wiring looks like (two wires going to the LED, and two going to a 9V supply, so basically exactly what you're trying to do I think.

    Perhaps your LED is connected in the reversed direction? Anyway, good to use the unmodified RGBLED_2_SAFE.ino code as mentioned at that link, to confirm everything is working well.

    Also, can you confirm your red LED rated for 300mA or higher? (A small typical red LED is not).

     

    Hopefully these suggestions can help.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube