GithubHelp home page GithubHelp logo

led-controller's People

Contributors

squarefrog avatar

Watchers

 avatar  avatar

led-controller's Issues

Capacitor may not actually be required.

While initially designing this layout, I added a large capacitor to ease current demand on the power supply. This capacitor may not actually be needed if you are not doing a lot of animations on your LED strip.

What is the capacitor for?

The capacitor between +5v and GND performs two functions in this circuit.

  1. Filters noise from the power lines.
  2. Acts like a power reserve to prevent the power supply shutting down when the LEDs go from off to full brightness.

As I understand it, if you go from LEDs off to LEDs full brightness, the power supply sees this as a short circuit. So if you have a switching power supply it may just shut down. When using a capacitor, the current is drained from the capacitor first, slowly ramping up the drain from the power supply, so the change seems less drastic.

In my software, I plan to fade the LEDs in when turned on, so the demand should in theory be easier on the power supply.


Take the above with a pinch of salt, as I'm piecing together bits of infomation from different sources. If what I've said is patently wrong, then please feel free to reply below to help me understand!

Capacitor footprint could be shrunk

The current PCB board uses a 7.5mm pitch capacitor, with 16mm diameter. As this project is low voltage, theres no real need for such a large pitch.

The capacitor could be swapped for a 5mm pitch 12mm diameter footprint. This would allow the board to be shrunk a little, and reduce filled board height 20mm.

Furthermore, you may not need a capacitor at all. See the discussion here.

DC holes should be routed rather than drilled

Currently the DC jack footprint is comprised of 3 drilled holes. This makes soldering a little tricky as the holes requie a lot of solder to fill.

Apparently the better method would be to actually route the holes to accommodate the rectangular pins of the Cliff DC-10A jack.

For more information read about slotted holes on the Autodesk Blog.

Data line should be routed above the capacitor instead of below

In the first design of the board, I routed the data line below the capacitor. This has the disadvantage that it splits my top layer ground pour in half.

If I routed the data line above the capacitor then the ground plane would not be split as drastically.

This is not a huge issue, as the bottom layer has a nice large ground plane, but is still probably worth doing!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.