Home Artists Posts Import Register

Content

This is a rather unusual decorative light that a friend brought back from India for me a long time ago.  The neon flicker globe never really worked, so I decided to try and fix it, and that fix turned into a significant task.

https://www.youtube.com/watch?v=H764D3tfO8Q

Files

maxresdefault.jpg

I thought it was about time I repaired an interesting light that a friend brought back from a visit to India for me. The Indian religious celebrations tend to involve a lot of exotic lights, and this one combines LEDs and a neon flicker flame globe. I was hoping the fault was just going to be a fried resistor, and while the light did contain two very fried resistors, it turned out that the problem was actually in the neon globe itself. So I took some measurements and made an openscad script to create a new insert that takes an E10 holder for a standard Christmas mini flicker flame lamp. Openscad is perfect for simple shapes like this with just four cylinders. The main body and its lip, then deducting the lamp base shroud and hole for the lamp holder. I made the insert in PLA since it was in the printer already, and to keep the lamp base temperature down I added a series capacitor to reduce the dissipation of the resistor in the neon lamp's base. It would probably be better to use a higher temperature plastic for the insert. The end result looks good, and has the added advantage of being able to change the neon globe or even replace it with an LED one if desired. You could also modify the insert to add more LEDs in series with the existing ones. If using a lot you may have to upgrade the electrolytic capacitor's voltage rating to suit. The use of a 50V capacitor in the LED circuit means that when an LED goes open circuit the voltage across the capacitor may increase above its rating. Because the supply is current limited that will tend to result in a controlled separation of the capacitors base and tube due to slow internal pressure build up. Here's the openscad script I wrote to make the new insert. //Indian lamp insert $fn=100; //(cylinder facets) difference(){ union(){ //flange cylinder(h=1,d=28); //insert cylinder(h=3,d=24); //main body cylinder(h=20,d=18.4); } //safety rim translate([0,0,10]) cylinder(h=11,d=16); //lamp holder hole translate([0,0,-1]) cylinder(h=25,d=10); } Mid-play video-adverts are annoying in technical videos, so I don't enable them. If you appreciate that and enjoy my content then you can help support the channel with a contribution of a dollar or two a month on Patreon. That also lets you critique the (advert free) videos before they are released, gives a more direct means of communication with me and also gives access to the regular relaxed Patreon live streams. https://www.patreon.com/bigclive #ElectronicsCreators

Comments

David Glover-Aoki

Hello Clive. I found this on eBay and I thought I'd let you know because it seems very "you". https://www.ebay.com/itm/224883936122

bigclive

I've featured a similar device in the past. I believe they may be for warming fleshlights.

Joel Murphy

i love having a 3D printer. it is fucking amazing. nice to see you use it for it's primary purpose, hacking another thing.