<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>DIY USB customisable LED cluster with files</title>
        <link>https://stream.echo6.co/videos/watch/be92b559-ab8a-4163-87fc-1bb436a42fab</link>
        <description>A project that uses a small PCB and optional 3D printed case (not needed) to create a very simple spray of up to 20 LEDs that are powered from any USB power supply capable of at least 300mA.  The LEDs can be fixed colour, colour changing, flickering, flashing, clear or diffused.  Basically any standard LED. If the two pin sockets are used, the LEDs can be changed as desired.  The open circuit voltage is low, so putting an LED in the wrong way round will not damage it. The end result is a very low power (just over 1W) spray of decorative points of light than can be left on continuously, as the running costs are virtually nothing. If desired, the resistor values can be increased to reduce power further for battery powered decorations. The PCB's zipped gerber files and the STL files for the case can be found here:- http://www.bigclive.com/freebies.htm The openscad scripts for the case are below. If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:-   http://www.bigclive.com/coffee.htm This also keeps the channel independent of YouTube's advertising algorithms allowing it to be a bit more dangerous and naughty. Here's the openscad script for the case's base:- //USB LED dangleberries base $fn=100; difference(){ union(){ difference(){ union(){ //baseplate hull() { translate([29,11,0]) cylinder(h=5, d=14); translate([29,-11,0]) cylinder(h=5, d=14); translate([-29,11,0]) cylinder(h=5, d=14); translate([-29,-11,0]) cylinder(h=5, d=14); } } //base inner hull() { translate([29,11,1]) cylinder(h=5, d=10); translate([29,-11,1]) cylinder(h=5, d=10); translate([-29,11,1]) cylinder(h=5, d=10); translate([-29,-11,1]) cylinder(h=5, d=10); } } translate([-27.25,0,0]) cylinder(h=4, d=6); translate([27.25,9,0]) cylinder(h=4, d=6); translate([27.25,-9,0]) cylinder(h=4, d=6); } //screw holes translate([-27.25,0,-1]) cylinder(h=6,d=3); translate([27.25,9,-1]) cylinder(h=6,d=3); translate([27.25,-9,-1]) cylinder(h=6,d=3); } Here's the openscad script for the case's top:- //USB LED dangleberries base $fn=100; difference(){ union(){ difference(){ union(){ //baseplate hull() { translate([29,11,0]) cylinder(h=10, d=14); translate([29,-11,0]) cylinder(h=10, d=14); translate([-29,11,0]) cylinder(h=10, d=14); translate([-29,-11,0]) cylinder(h=10, d=14); } } //base inner hull() { translate([29,11,1]) cylinder(h=10, d=10); translate([29,-11,1]) cylinder(h=10, d=10); translate([-29,11,1]) cylinder(h=10, d=10); translate([-29,-11,1]) cylinder(h=10, d=10); } //USB port translate([32,-4,6.5]) cube([5,8,4]); //cable ports translate([-37,-13,2]) cube([5,10,10]); translate([-37,3,2]) cube([5,10,10]); } translate([-27.25,0,0]) cylinder(h=9.5, d=6); translate([27.25,9,0]) cylinder(h=9.5, d=6); translate([27.25,-9,0]) cylinder(h=9.5, d=6); } //screw holes translate([-27.25,0,1]) cylinder(h=12,d=2.5); translate([27.25,9,1]) cylinder(h=12,d=2.5); translate([27.25,-9,1]) cylinder(h=12,d=2.5); } #ElectronicsCreators</description>
        <lastBuildDate>Wed, 15 Apr 2026 13:41:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>DIY USB customisable LED cluster with files</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/be92b559-ab8a-4163-87fc-1bb436a42fab</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=be92b559-ab8a-4163-87fc-1bb436a42fab" rel="self" type="application/rss+xml"/>
    </channel>
</rss>