[DIY] Ambilight Project – WS2812B LEDstrip + Arduino Leonardo (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    I have calculate for 244 led 58p tv.. And i need at least 5 power (each corner) connexion on all the strip led.
    And 1mm2 for each one. And as master power 2,5mm2. Shit of leds on 5v. [emoji24] 12v is better.
    I search for buy connector from farnell. But it's an big jungle. With all the reference.
    Ps: my devstation is down. PSU hs. [emoji24] and ssd dont boot on windows now.
     

    The_Stig

    Retired Team Member
  • Premium Supporter
  • April 5, 2005
    2,176
    428
    Hey HomeY, can you tell me what size your shrinking sleeve has (and shrinking rate if possible)? Is 10mm enough or too small for covering the LED-strip?
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    10mm would be perfect.
    I just measured the LED strip and mine is 9mm wide. So 10mm would need minor heating, and 33% shrink would be more then enough.
     

    Dan Hamer

    New Member
    May 22, 2016
    1
    1
    49
    Home Country
    United Kingdom United Kingdom
    Hi,

    I love these Ambilights, I'm trying to make one myself using my ChromaTab. The ChromaTab (if you've not herd of it) is a tiny Arduino compatible board (just like a Leonardo, Pro mini, or Nano) its so small that it is perfect for fitting in tight spaces so should be great for fitting in to an Ambilight frame so you don't need a box hanging around.
    ChromaTab-Held.jpg
    ChromaTab-StripLight.jpg

    Check it out at:
    http://www.carbonfrog.com/Products/CT101V1.html


    If anyone else decides to use one of these instead of a Leonardo I'd love to hear about it.
     

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    Looks neat, here some things to keep in mind though.

    You want your leds to start as far out as possible. Using this ChromaTab you would either loose like 3 leds at the start, or the board would stick out behind your tv. So to get the best result you still would need to use sime wires to connect the leds to the board. In that case you could also just use any of the other small Arduino clones, which probably would be cheaper.
    From the site you linked i gather that this board is actually running an ATmega328p. Which is equivalent to an Arduino Uno, and not the Leonardo (which uses an ATmega32u4). This means 2 things. Firstly you cant just attatch it to USB, as there only is UART/Serial support. You would need another little board which would gap this. Secondly with these solutions you are limited when it comes to data transfare via USB. The maximum is 115200 if i remember right. However when you want to use lots of leds (100+) that might be to slow. The ATmega32u4 chips on the other hand do have USB features built in, and they support way higher datarates. So a board based on that ship would be better for a project like ambilight.
     

    Users who are viewing this thread

    Top Bottom