Is CHEESE the FUTURE of lighting technology?
bigclivedotcom 8:18
126,048 views · 10,959 likes Watch on YouTube ↗
There have been many significant breakthroughs in lighting, culminating in the current state of the art LED lighting technology. But not all avenues have been explored yet. Particularly in the area of long chain lactose based photonic emitters.
I felt it was time to explore this area with a combination of custom 3D printed housing components and specialist electrodes.
Join me, and share my journey as I build the first prototype of this amazing new technology.
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.
The openscad script for the cheesedaptor is down below.
Making this is not recommended as it does involve exposed live cheese electrodes.
//Big Clive cheesedaptor
//Only for use by electro-cheese experts
//High risk of cheese-o-cution due to exposed live electrodes
difference(){
union(){
difference(){
union(){
//Lamp base insert section
translate([0, 0, -10])
cylinder(h = 10, d1 = 25,d2 = 25);
//tapered interface section
cylinder(h = 15, d1 = 25, d2 = 46);
//cheese containment section
translate([0, 0, 15])
cylinder(h = 16, d1 = 46,d2 = 46);
}
//removing shapes to create hollow interior
//lamp base inner hollow area
translate([0, 0, -11])
cylinder(h = 12, d1 = 21, d2 = 21);
//tapered section inner hollow
cylinder(h = 15, d1 = 21, d2 = 40);
//cheese containment hollow
translate([0, 0, 14])
cylinder(h = 20, d1 = 42,d2 = 42);
}
//adding the cheese terminals
//Two pillars fromaged from the intersection
//of camembert and a conical brie
intersection(){
translate([-15.5, 0, 0])
cylinder(h = 14, d1 = 10,d2 = 10);
translate([0, 0, 0])
cylinder(h = 15, d1 = 21, d2 = 42);
}
intersection(){
translate([15.5, 0, 0])
cylinder(h = 14, d1 = 10,d2 = 10);
translate([0, 0, 0])
cylinder(h = 15, d1 = 21, d2 = 42);
}
//cheese support disk
translate([40, 0, -10])
cylinder(h = 3, d1 = 41, d2 = 41);
}
//removing bits to make screw holes and clean outer
translate([-15.5, 0, 7])
cylinder(h = 8, d1 = 3,d2 = 3);
translate([15.5, 0, 7])
cylinder(h = 8, d1 = 3,d2 = 3);
//screw holes in cheese barrier disk
translate([24.5, 0, -11])
cylinder(h = 8, d1 = 4,d2 = 4);
translate([55.5, 0, -11])
cylinder(h = 8, d1 = 4,d2 = 4);
//wire holes in cheese barrier disk
translate([40, 15.5, -11])
cylinder(h = 8, d1 = 2,d2 = 2);
translate([40, -15.5, -11])
cylinder(h = 8, d1 = 2,d2 = 2);
//X-ray cheddar to see side profile during build
//translate([-25, -25, -20])
//cube([50,25,60]);
}
I felt it was time to explore this area with a combination of custom 3D printed housing components and specialist electrodes.
Join me, and share my journey as I build the first prototype of this amazing new technology.
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.
The openscad script for the cheesedaptor is down below.
Making this is not recommended as it does involve exposed live cheese electrodes.
//Big Clive cheesedaptor
//Only for use by electro-cheese experts
//High risk of cheese-o-cution due to exposed live electrodes
difference(){
union(){
difference(){
union(){
//Lamp base insert section
translate([0, 0, -10])
cylinder(h = 10, d1 = 25,d2 = 25);
//tapered interface section
cylinder(h = 15, d1 = 25, d2 = 46);
//cheese containment section
translate([0, 0, 15])
cylinder(h = 16, d1 = 46,d2 = 46);
}
//removing shapes to create hollow interior
//lamp base inner hollow area
translate([0, 0, -11])
cylinder(h = 12, d1 = 21, d2 = 21);
//tapered section inner hollow
cylinder(h = 15, d1 = 21, d2 = 40);
//cheese containment hollow
translate([0, 0, 14])
cylinder(h = 20, d1 = 42,d2 = 42);
}
//adding the cheese terminals
//Two pillars fromaged from the intersection
//of camembert and a conical brie
intersection(){
translate([-15.5, 0, 0])
cylinder(h = 14, d1 = 10,d2 = 10);
translate([0, 0, 0])
cylinder(h = 15, d1 = 21, d2 = 42);
}
intersection(){
translate([15.5, 0, 0])
cylinder(h = 14, d1 = 10,d2 = 10);
translate([0, 0, 0])
cylinder(h = 15, d1 = 21, d2 = 42);
}
//cheese support disk
translate([40, 0, -10])
cylinder(h = 3, d1 = 41, d2 = 41);
}
//removing bits to make screw holes and clean outer
translate([-15.5, 0, 7])
cylinder(h = 8, d1 = 3,d2 = 3);
translate([15.5, 0, 7])
cylinder(h = 8, d1 = 3,d2 = 3);
//screw holes in cheese barrier disk
translate([24.5, 0, -11])
cylinder(h = 8, d1 = 4,d2 = 4);
translate([55.5, 0, -11])
cylinder(h = 8, d1 = 4,d2 = 4);
//wire holes in cheese barrier disk
translate([40, 15.5, -11])
cylinder(h = 8, d1 = 2,d2 = 2);
translate([40, -15.5, -11])
cylinder(h = 8, d1 = 2,d2 = 2);
//X-ray cheddar to see side profile during build
//translate([-25, -25, -20])
//cube([50,25,60]);
}
Category (YouTube): Science & Technology
Playback is via YouTube's official embedded player. Data from YouTube; Exumo is not affiliated with YouTube.