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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
element14's The Ben Heck Show
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • More
  • Cancel
element14's The Ben Heck Show
Forum need pointed in the right direction, if my project is possible
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join element14's The Ben Heck Show to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 24 replies
  • Subscribers 31 subscribers
  • Views 2317 views
  • Users 0 members are here
  • uno
  • electronics
  • ben_heck
  • arduino
  • solar
Related

need pointed in the right direction, if my project is possible

Former Member
Former Member over 12 years ago

I am newer to arduino, but i have some programming on it. I am a firefighter and want to create a light bar.

I am hoping that this project is possible for a near future completion date.

The project includes:

 

Arduino uno for pattern design and such. looking to use up to 16 3w LED from cree. its a small bar so nothing too much.

microelectronics to supplement the arduino for power as external power, step up if you will.

Bluetooth to turn lights on/off, hi voltage (3w for day use) low (1.5 for night use), change patterns.

solar panel (to create a self contained power (no wire running anywhere)

android app to control all the bluetooth

 

i could just buy a $400 lightbar but this would def be great if this is possible.

Please point me in the right direction on what to look at or such.

 

TIA

 

Matthew

  • Sign in to reply
  • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago in reply to atharvabenheckfan

    If you are going to pay for 16 * 3W LEDs it makes sense to control the current. The forward voltage of the first high power LED I found some data for could range from 2.9 to 3.9V @ 350mA.

    3W LEDs will need more current and an even bigger range of forward voltage can be expected. It varies from part to part and with temperature.

    Some kind of feedback driven current control is needed to use high power LEDs safely and efficiently. A resistor can be used to limit the current but it wastes power.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 11 years ago

    Hi Matthew,

    3W LEDs require about 900 mA each.

    If you want to control the LEDs individually, it will require 16 outputs from the arduino and each output will need to control a separate LED driver that can supply 900 mA. It is possible to use a single serial output instead, but then you need a module to convert the serial back to parallel.

    In order to supply 900 mA to an LED with reasonable efficiency, it is necessary to use a constant current switching regulator - so you will need 16 of these driver modules, unless you can find one with multiple outputs.

    The power supply for the driver modules will need to supply at least 50 W.

    So you will need an arduino, a Bluetooth module, 16 LEDs, 16 driver modules (capable of supplying 1A each), a battery capable of supplying 50 W or a big power supply and a 60 W solar panel.

    Doug

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • atharvabenheckfan
    0 atharvabenheckfan over 11 years ago in reply to michaelkellett

    so what would you recomend sir

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    This is great I never thought I'd get a reaction like this. I'm thinking of dumbing down leds to 1w each set in series/parallel of 2 each totaling 12. To cut on power needs. But definitely want to make solar to cut the cord running if I can keep it small enough to contain within the lightbar. Thanks much all

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Also what do you think the chances are on the btw module to have feedback to the cell phone to show things such as which lights are active in real time, I am looking all info up however it's a painful to my mind all at once

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • atharvabenheckfan
    0 atharvabenheckfan over 11 years ago in reply to Former Member

    so matthew and everyone else we will need a lower voltage and amperage thus decreasing the power use and increasing the chances of finding the parts

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • atharvabenheckfan
    0 atharvabenheckfan over 11 years ago

    so matthew we will need less voltage thus increasing the chances of finding parts

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to atharvabenheckfan

    im still learning so in the pic you did, thats a series? or parallel? i cant remember but if im remembering i should be able to run 1A or so across both lights and make it work?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 11 years ago in reply to Former Member

    Yes you can run the same current from one driver through 2 LEDs in series (one after the other) if there is sufficient voltage from your power supply. You may need 3 or 4 volts per LED - so a 12V power supply would be more than enough to run 2 LEDs in series.

    Yes you can use the arduino to send LED status back though Bluetooth to either a PC or mobile device.

    Doug

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • atharvabenheckfan
    0 atharvabenheckfan over 11 years ago in reply to Former Member

    in the picture it was series

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2026 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