element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Community Hub
Community Hub
Documents The Making Of The Grid Part 2: Electrical
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: thegrid
  • Date Created: 26 Dec 2014 6:36 PM Date Created
  • Last Updated Last Updated: 22 Jun 2021 12:24 PM
  • Views 915 views
  • Likes 2 likes
  • Comments 5 comments
Related
Recommended

The Making Of The Grid Part 2: Electrical

Last time, we talked about the structural design (getting the poles to stand up) of The Grid, an art/engineering installation at Electromagnetic Field (EMF) 2014. This week, we're onto the electrical side of things: power supply and distribution!

 

How much power?

 

How much power do we need for this thing? We have 49 poles, each with 5m of LED strip. The strip was specified as using 7.4W/m, which would mean our maximum power consumption is just over 1.8kW, or 151A at 12V. Wow, that's quite a bit! It turns out the strips actually only use about half of this power, which made life a lot easier: about 900W, or 75A at 12V.

 

Supplying the power

 

As we mentioned last time, we're on a student budget. And 50A is quite a lot of amps. Often, the cheapest way to get get a lot of low voltage DC power is cheap desktop computer power supplies. In theory, they can give you many hundreds of watts for under £20. Unfortunately, this power is spread over a variety of voltages and integrating PC power supplies into things that aren't PCs can be decidedly bodgetastic. Happily, there exist a wide range of dedicated high current 12V DC power supplies designed for CCTV systems and LED lighting. Attempting to preserve the student budget, we ordered several of the cheapest 12V 30A supplies I could find online. As so often happens, this was a false economy – we spent rather a lot of hours repairing various parts of the power supplies such as dry solder joints, wobbly inductors, and heatsinking issues.  Check out this dodgy inductor, for example:



image

Here we can see two of the three leads through the core (meant to carry 10A each) were not connected, while the final lead is mostly held on with wishful thinking. The inductor mass itself looks like it might be glued to the PCB, but this white gunk has fractured and provides no support. Turning this PSU on would have been an unhappy experience! We fixed these and other issues on all the PSUs.


Finally, after rather a lot of rework, we had rather a lot of amps at 12V. We put them all into a flight case:



image

 

Distributing the power

 

We have lots of power, and we have lots of things that need power – now we need some wires!

 

The more current you want to send down a wire, the thicker it needs to be. Firstly, the voltage drop across a length of wire with constant resistance is directly proportional to the current flowing, and inversely proportional to the wire's cross sectional area. Too much current, and your voltage will be too low at the destination. Secondly, this voltage drop corresponds to resistive power dissipation (Joule heating) in the wire. If you put too much current through a thin wire it'll get hot, possibly to the point of melting insulation or starting a fire. In our case, the voltage drop was much more limiting than Joule heating, so we shall ignore the latter from here on.

 

We expected it to be much cheaper to one relatively thick power bus which connected to every pole then switch the LED strip using a pole-mounted relay and a thin signalling wire to each pole. This would minimize the length of thick power wire required. It turns out that the very high current flowing through some parts of the power bus would necessitate it being extremely thick to limit the voltage drop, making this design impractical. A power bus would also complicate setup as the bus would need connecting to each pole once they are setup in the field – connectors are pretty expensive, and who wants to solder in a field!?

 

We chose the alternative design of running dedicated power wires to each pole. This also meant switching could all be done on centralised PCBs instead of on each pole, so each pole is just two wires connected to LED strip. The power cable was connected to each LED strip in advance, so setup consists just of attaching LED strip to the poles and unrolling the power cable.

 

image

 

The longest power cable between power supplies and LED strip is the far corner of the grid, which is about 20m. This gives a total round trip distance of 40m (voltage is dropped on both the outbound and return trips!). We have a current of 1.5A per pole and can accept a voltage drop of 1.5V or so (we discovered the LED strips would work quite happily on 10-11V instead of the rated 12V). Ohm's law tells us the resistance over 40m must be around 1Ω. The resistance of a conductor is:

 

resistance = length * resistivity / cross sectional area

 

Using the resistivity of copper at room temperature, we can calculate that we need a cross sectional area of about 0.68mm². For a cylindrical cable the cross sectional area is equal to pi * radius^2, but they tend to be sold by their cross sectional area anyway. Happily, 0.75mm² is a very common standard conductor cross sectional area, so we bought 600m of the cheapest 2-core 0.75mm² cable we could get our hands on. And then spent hours cutting it into 49 pieces of just the right length to hook up The Grid. We even wrote a short optimisation program to solve the bin packing problem of which cuts to take from which reels!

 

image

 

Connecting the power


Once we've soldered wires onto the LED ends of each cable, we still need to connect them to the control PCBs. Soldering these in advance was a non-starter as it would make packing and setup a complete nightmare. We looked for the cheapest connectors that could handle the current and found these (wire) and these (board). 9A each, very cheap, easy to mount to our PCBs and our cables, perfect! Many hours of crimping (pins here) later and we had 49 connectorised LED strips.

 

image

image

image

Here they are all plugged in to the flight case:

 

image

 

Watch out for the next post for details on the control electronics and PCBs!

  • emfcamp
  • emf_camp
  • thegrid
  • electonics
  • the_grid
  • emfcamp_2014
  • led
  • emf_camp_2014
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
Parents
  • gadget.iom
    gadget.iom over 10 years ago

    That case looks really good.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • gadget.iom
    gadget.iom over 10 years ago

    That case looks really good.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • thegrid
    thegrid over 10 years ago in reply to gadget.iom

    Cheers! You can see a few more photos of it here. Took ages to laser cut but well worth it. Adding the little strip of green LEDs to the inside (powered from the very convenient bank of 12V PSUs...) made all the difference!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gadget.iom
    gadget.iom over 10 years ago in reply to thegrid

    Thanks for those photos, The laser cut makes a really neat job if it. The build looks really good!

    • Cancel
    • Vote Up 0 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