DIY air ioniser with wide voltage range

  Рет қаралды 31,417

bigclivedotcom

bigclivedotcom

3 күн бұрын

You do NOT need a 3D printer to make this project. You can use a standard project case.
If you do choose to make a 3D printed case, then the three scripts are included below in this description. They can be copied and pasted individually into OpenSCAD to create customised STL files to suit your exact needs. The base and top have some variables that can be adjusted if desired.
OpenSCAD is an amazing piece of free software that lets you describe 3D models with text. It's often described as "The programmers CAD". The main advantage here is that it allows the use of variables and logic, so a small script can achieve great things.
I printed my unit in two shades of marble PLA. I'm not sure if black pigments have carbon as a colouring agent. If they do it might be worth avoiding them, as electrostatic charge does weird things on even high resistance surfaces.
This project does involve working with mains voltage circuitry, and should only be attempted by those experienced in that area. You build this unit entirely at your own risk.
You can find the ioniser modules on sites like AliExpress. The common name is PK-A22F.
There is a dedicated video about that module showing the internal circuitry.
It takes an AC supply of 100-240V and puts out an extremely high voltage at low current to a carbon fibre tuft. When a high negative voltage is applied to very sharp points (the tuft) it imparts an electrostatic charge into the air.
I do not recommend using low voltage modules with plug-in DC power supplies, as ionisers create a very high voltage difference with respect to ground, and it can cause arcing between the high and low voltage sides of a power supply. The 12V modules should be fine in off-grid homes with a general 12V system referenced to the chassis.
To test your ioniser, you should feel a slight draught from the carbon fibre tuft. It can also be heard if pointed directly at your ear. If the ioniser is placed on a white sheet of paper and left for a week or so, there should be a visible outline of it on the paper if it collects fine dust.
Here are the openscad scripts. Be careful to keep the "=" and ";" on either side of variables when changing them. The comments next to the variables have suggested values in brackets.
The text below here is the script for the base. You can adjust the size of the module box within reason.
//Cone shaped ioniser base
boxx=28; //widest side of ion module (28)
boxy=15; //shortest side of ion module (15)
base=1.6; //thickness of base plate (1.6)
$fn=100;
difference(){
union(){
//base
cylinder(h=base,d=60);
//lip
cylinder(h=2+base,d=56.4);
}
//central recess
translate([0,0,base])
cylinder(h=3,d=53.2);
//cable entrance
translate([-2.5,-30,base])
cube([5,6,7]);
//cone pillar recesses
translate([-25.5,0,base])
cylinder(h=3,d=8);
translate([25.5,0,base])
cylinder(h=3,d=8);
//cone screw holes
translate([-25.5,0,-1])
cylinder(h=base+2,d=3);
translate([25.5,0,-1])
cylinder(h=base+2,d=3);
}
difference(){
//ion module block
translate([-(boxx+2.4)/2,-2,base])
cube([boxx+2.4,boxy+2.4,6]);
//ion module recess
translate([-boxx/2,-.8,base])
cube([boxx,boxy,7]);
}
difference(){
//cable grip
translate([0,-12,base])
cylinder(h=6,d=22);
translate([0,-12,base])
cylinder(h=7,d=18);
//cable entrance
translate([-5,-23,base])
cube([10,6,7]);
}
difference(){
//Cable grip central pillar
translate([0,-12,base])
cylinder(h=6,d=8);
//cable grip screw hole
translate([0,-12,base])
cylinder(h=7,d=2.5);
}
The text below here is the script for the main conical case. It has a few variables for the height of the cylindrical section and cone, plus a hole size option for the emitter.
//Cone shaped ioniser top
base=15; //base vertical section height (15)
cone=100; //base cone height (100)
hole=2.5; //diameter of emitter hole (2.5)
$fn=100;
difference(){
union(){
//base
cylinder(h=base,d=60);
//cone
translate([0,0,base])
cylinder(h=cone,d1=60,d2=hole+3.2);
//top emitter mount
translate([0,0,base+cone])
cylinder(h=4,d=hole+3.2);
}
//base recess
translate([0,0,-1])
cylinder(h=base+1,d=56.8);
//cone recess
translate([0,0,base])
cylinder(h=cone,d1=56.8,d2=hole);
//top emitter hole
translate([0,0,base+cone-1])
cylinder(h=6,d=hole);
//cable entrance
translate([-2.5,-30,0])
cube([5,6,2.5]);
//cable entry arch
translate([0,-26,3])
rotate([90,0,0])
cylinder(h=6,d=5);
//x-ray cube
//translate([-50,-50,-1])
//cube([100,50,150]);
}
difference(){
union(){
//cone pillar recesses
translate([-25.5,0,0])
cylinder(h=10,d=6.8);
translate([25.5,0,0])
cylinder(h=10,d=6.8);
}
//cone screw holes
translate([-25.5,0,-1])
cylinder(h=12,d=2.5);
translate([25.5,0,-1])
cylinder(h=12,d=2.5);
}
The text below here is the very short script to create a custom washer to stop the cable from popping out of the restraint.
//ion cone cable restraint washer
$fn=100;
difference(){
//main disk
cylinder(h=2,d=18);
//centre hole
translate([0,0,-1])
cylinder(h=4,d=3);
}

Пікірлер: 272
@nickf950
@nickf950 2 күн бұрын
I like how the plastic staple scar is permanently marking the desk like a bit of Clive Lore.
@vsvnrg3263
@vsvnrg3263 2 күн бұрын
i look for it on every episode.
@RobertCraft-re5sf
@RobertCraft-re5sf 2 күн бұрын
Yeah I was wondering what that was until I asked. Funny idea a plastic welder.
@phils4634
@phils4634 2 күн бұрын
Along with the burn marks from the "battery fire" episode! That bench is becoming an Historical Artefact!
@jlucasound
@jlucasound 2 күн бұрын
@@phils4634 Worthy of the Smithsonian Institute! 🤣😄 You are awesome, Clive!! 🥰🤩❤
@NinoJoel
@NinoJoel Күн бұрын
Almost every mark on that bench has history 😂
@dsdmtom
@dsdmtom Ай бұрын
"A glorious cluttered technical life" is the kinds of commentary that brings a lot of joy and value to these videos.
@soundspark
@soundspark 2 күн бұрын
I can relate.
@matambale
@matambale 2 күн бұрын
Also, a fine title for Clive's biography.
@imqqmi
@imqqmi 2 күн бұрын
I was more amused by the eventual avalanche comment, very relatable lol!
@Pantherman1979
@Pantherman1979 2 күн бұрын
As a guy who has soldered in the past and still does now when needed; I've never burned myself with the gun itself..... However; I used to wear shorts in the summertime and I stopped that when I accidentally dropped a blob of solder on my leg when looking at a freshly soldered joint. And to my second, and more egregious act with a solder gun. I will NEVER forget this. It was a fall day, and I was finishing up replacing a capacitor on my computer's sound system; the bass unit. I was almost done but the gauge on my butane soldering gun indicated that it was set to run out soon. Now this gun was old at that point and the gauge was faulty, I didn't know that. Instead of turning it off and refilling it, I flipped it over and gave it a shot of butane. The gun was indeed full and because of that, shot butane up the gun and my arm simultaneously. This also caused the extra fuel to ignite, racing a burning track up my right arm to just a little past the elbow. I screamed like Doc when the car hit the rags in back to the future. Thankfully, the fire only lasted a few seconds and the only thing that suffered was my arm hair and my nose........ The basement where I was working, stunk like burnt hair for awhile.
@Daemonworks
@Daemonworks 2 күн бұрын
Had a similar experience back in highschool. Shop had an old style of gas-fueled soldering setups that were basically a torch in a box, used for larger-scale soldering. They were lit with friction strikers. Being a highschool, those strikers were old, worn and unreliable. Turns out igniting a running gas source with an unreliable ignition method in a less than perfectly ventilated work area has some chance of producing a fireball when the striker finally produces a spark. No burns, but my eyebrows got properly singed, and my forearm hair was just /gone/.
@voidseeker4394
@voidseeker4394 2 күн бұрын
Refueling a torch while it is burning? Wow.
@MattyEngland
@MattyEngland 2 күн бұрын
Darwin contender
@jasonsgroovemachine
@jasonsgroovemachine Күн бұрын
I was doing some repair work in sandals and got a drop of it on the top of my foot. The words that came outta my mouth... you know what they were.
@chuckthetekkie
@chuckthetekkie Күн бұрын
I always wear shorts and in fact had a blob of solder kiss my leg a few hours ago. I will probably never learn.
@Ni5ei
@Ni5ei Ай бұрын
A small neon lamp inside would give it a nice orange glow and show it's plugged in.
@Grid56
@Grid56 2 күн бұрын
A give a little HV warning .👍
@blanix6637
@blanix6637 2 күн бұрын
I'm normally here for destruction but creation does "bring balance to the force" Awesome video Clive!
@magicaardvark1
@magicaardvark1 2 күн бұрын
Love these projects where we have the OpenSCAD scripts.
@LonnonFoster
@LonnonFoster 2 күн бұрын
How could anything that begins with "ramming a screwdriver in there" not end well? This seems like the perfect recipe for success!
@jhsevs
@jhsevs 2 күн бұрын
21:20 Next iteration, add inn a 3rd screw pillar and hole, so that the 3 screw heads can function as feet without the thing tipping over.
@bigclivedotcom
@bigclivedotcom Күн бұрын
I've toyed with that, and using the screw on rubber feet.
@gertbenade3082
@gertbenade3082 2 күн бұрын
Instead of finishing my almost completed home-built FrankenPrusa 3D printer, I am sitting here watching Clive show us his g-code of something that I could print... Great project, thanks Clive!
@fouzaialaa7962
@fouzaialaa7962 Күн бұрын
check out the Bear upgraid for the prusa printers !! i built a Bear prusha from the get go !! its awsome
@GriotDNB
@GriotDNB Күн бұрын
Get on with it then! We have faith in you! One of us! One of us! 🙃
@gertbenade3082
@gertbenade3082 Күн бұрын
@@GriotDNB Thanks for the motivation!! 😎 Just need to sort out some custom ROMs, use my scissors and do a bit of Klipper and sing a Duet or 2... Hardware is at least sorted out so far!! 💪
@GriotDNB
@GriotDNB Күн бұрын
@@gertbenade3082 It's all in getting a comfortable firmware and hardware fine-tuning. Fun though, isn't it?
@GriotDNB
@GriotDNB Күн бұрын
@@gertbenade3082 btw, poetry noticed!
@vsvnrg3263
@vsvnrg3263 2 күн бұрын
i was thoroughly consumed with interest when clive said we were 17 minutes in. i hadnt noticed.
@LnD1808
@LnD1808 Күн бұрын
Nothing beats a Big Clive project video in the mornings🙂
@wolfblade
@wolfblade 2 күн бұрын
Always amazed that you create scripts vs using a CAD program. I always use parametric CAD, but it is cool as a developer to see someone use script to create models using simple functions.
@bigclivedotcom
@bigclivedotcom 2 күн бұрын
I like the precise functionality and ability to make a parametric script with variables.
@jhonsiders6077
@jhonsiders6077 Күн бұрын
Watching Clive work is the best part I shake so bad I could never make those solder joints with out burning myself !
@vanepico
@vanepico Күн бұрын
Intergalactic ship captains wearing super chromatic peril sensitive sunglasses have nothing on your relaxed attitude to danger in this video! Love it!
@strongandco
@strongandco Күн бұрын
The perfect project to watch while having a poop.
@Aeduo
@Aeduo Күн бұрын
If the thing is partly transparent, putting some kind of gentle flamey LED effect with some dim orange LEDs or something would be neat as a power indicator and would look kinda nice.
@CyberlightFG
@CyberlightFG Күн бұрын
Mini meteor light modules
@stevenspmd
@stevenspmd Ай бұрын
I was half expecting Clive to start "moon walking". If the glove fits! lol
@bigclivedotcom
@bigclivedotcom Ай бұрын
I did toy with throwing in some Michael Jackson noises.
@vsvnrg3263
@vsvnrg3263 2 күн бұрын
the glove reminds me of fagan in the oliver movie.
@nickk6518
@nickk6518 2 күн бұрын
@stevenspmd. Moon walking . . . or Clive could just grab his crotch in a suggestive sort of way. Incidentally, the back slide (later called the moon walk) was first performed on 24 June 1982 by Jeffrey Daniel of Shalamar on BBC's Top of the Pops 🤷‍♂
@The_Real_Grand_Nagus
@The_Real_Grand_Nagus 2 күн бұрын
Very nice design. I like how much thought you put into the little details.
@gavinthomas214
@gavinthomas214 Күн бұрын
Great little project Clive. I like the idea of a little LED on the inside to give a nice glow to the cone.
@twocvbloke
@twocvbloke 2 күн бұрын
Funnily enough I was re-watching one of the older vids on building an ioniser from scratch, funny how things seem to align like this, and it's a rather amazing contrast of going from a board with many stages of diodes and capacitors, to just an ominous black block with a few wires on it... :P
@cgoad
@cgoad 2 күн бұрын
Hi Clive. A double 'Yay'! Not only a build video - fantastic - but an ioniser one at that! Wonderful!
@andrewprettyquick2070
@andrewprettyquick2070 2 күн бұрын
cant keep on boogie-ing like this, Fry.
@gertbenade3082
@gertbenade3082 Күн бұрын
Faster than a green-snake up a sugarcane maan! 🤣
@dreamvisionary
@dreamvisionary 2 күн бұрын
3D printing right now. Thanks for sharing your design.
@TopEndSpoonie
@TopEndSpoonie Ай бұрын
Yes .... been waiting for an ioniser vid. Well done Clive.
@TheSlyMouse
@TheSlyMouse Ай бұрын
Ionizer videos are always my favorite.
@davey2k12
@davey2k12 2 күн бұрын
I'm surprised no rgb led was used in the making of the video 😂
@RJHElias
@RJHElias Күн бұрын
Thank you so much Clive, I printed the files and they are perfect!
@felixscamp
@felixscamp Күн бұрын
When Clive announced a build it yourself project, I admit I went looking for a empty washing up bottle with the name suitably concealed, & some sticky back plastic.😂
@phils4634
@phils4634 2 күн бұрын
I definitely look forward to these ioniser demos! Thanks for the .STL files too - I'll print my own versions.
@richardbrobeck2384
@richardbrobeck2384 Күн бұрын
Nice project clive !
@dirkvandijk6112
@dirkvandijk6112 Күн бұрын
This was a journey, nice one.
@greentravels2850
@greentravels2850 Күн бұрын
I really enjoyed this build video and associated knowledge!! Thank you!!
@frankowalker4662
@frankowalker4662 2 күн бұрын
Nice little project.
@user-hc6uo5fp8n
@user-hc6uo5fp8n 2 күн бұрын
Shame I make one about 3 weeks ago to your PK-A22F high voltage module teardown with schematic it works very well thank you and keep up the good work.
@iamfubar1
@iamfubar1 Ай бұрын
Very nice design!
@alphadog6970
@alphadog6970 17 сағат бұрын
Now this is the video i needed. Thanks big C. 👏👏🤝
@UpLateGeek
@UpLateGeek Күн бұрын
I feel like this is the level of weekend project that my overly exhausted mind could just about handle, except my 3D printer is broken and would take a lot more mental effort to fix. Also I'm not usually a fan of working with mains power, having got a couple of good zaps while working on projects in the past, but I like the way you demonstrate putting this together, makes it seem a lot more approachable.
@madscientist15808
@madscientist15808 Ай бұрын
Nice design for the case, got one printing right now. A few years ago, I took apart a broken hairdryer which had pretty much the same module inside. Finally, I can put it to use :D
@bigclivedotcom
@bigclivedotcom 29 күн бұрын
Is it a round or rectangular module?
@Madpegasusmax
@Madpegasusmax 2 күн бұрын
nice project , maybe a flickering neon lamp inside to look as a candle ? "cold fire" ...
@FluorescentApe
@FluorescentApe 2 күн бұрын
I like this build format. Nice change from the reverse engineering, even tho it's my favorite!
@donvito1973
@donvito1973 2 күн бұрын
I think I need Clive to impress the importance of Tech avalanches on my wife, she disapproves.
@JoseSilveira-newhandleforYT
@JoseSilveira-newhandleforYT 2 күн бұрын
Very interesting project! Thanks for posting the script! I may even be tempted to print it, if I can overcome my increasing laziness :-)
@d.t.4523
@d.t.4523 Күн бұрын
Thank you, keep working.
@ralfbauerfeind8236
@ralfbauerfeind8236 2 күн бұрын
22:22 You could make an 0.01mm intend or similar on the plate for the feet in OpenSCAD. It will make nearly no change, but it should get the foot places printed in a different way so you can see where the feet should go. A bit experimenting sure is of need.
@barrydevonshire9749
@barrydevonshire9749 2 күн бұрын
It is much easier to use a hook joint between the cables and resisors . great channel Clive
@putteslaintxtbks5166
@putteslaintxtbks5166 2 күн бұрын
I think one could make a simple tester for detecting how much negative ions are being omitted. A small like 3 inch x 1/2 inch pcb with a copper finger pad to ground with your body, at one end a LED bulb, a small capacitor and a small copper at the other to collect the ions from the air, when near the ion generator. It should blink faster as more ions are collected and charge the capacitor and discharge into the LEDs. I once had an ion generater near a florescent light and when the bulb was turned off, it would flash every minite or so.
@CrazyOregonBeaver
@CrazyOregonBeaver Ай бұрын
And another perfectly excellent ream job, done by a master. 🤣
@kyoudaiken
@kyoudaiken 2 күн бұрын
I think you could just put the little washer as part of the cone at the base so it is printed with it and you can later just snap it off.
@peterwroberts
@peterwroberts 2 күн бұрын
"this week on 'crafts with Clive'" 😅 What a neat little thing!
@gertbenade3082
@gertbenade3082 Күн бұрын
Can we throw in the indiscriminate use of a glue gun and perhaps some glitter? 🤔🤪
@ovalwingnut
@ovalwingnut Күн бұрын
220-240VAC in a small consumer sized devices. That is a ShOcKiNg revelation to me here in the U.S. Clearly the U.K. is a country of fearless Men & Women (and kids!). My potentially low conductive hat, gloves and booties are off to you sir 👷‍♂⚡
@StephenBelcher-sr3zk
@StephenBelcher-sr3zk 11 сағат бұрын
Madeline Argy, Was Worried About You Clive❤
@tonyweavers4292
@tonyweavers4292 27 күн бұрын
Touch the emitter end Clive, go on!😁😁 I might have to make one. Nice 3D print too.
@bigclivedotcom
@bigclivedotcom 27 күн бұрын
It's safe to touch. But if you are on a carpet it can charge you up with static electricity so you get a zap from grounded things afterwards.
@BanzaiFU2
@BanzaiFU2 20 сағат бұрын
Thx for the CAD editing thing! 🙂 I use an Ali "multi legged" ionizer unit on the exit/downwind side of the home-made MERV-13/box 20" fan filter. The "legs" are just badly arranged to the exit.. it does arc consistently ..repeated clicking sounds. The 1M resistor(s) might help. We have smog/ forest fires here pretty much every year.😮‍💨
@ifell3
@ifell3 2 күн бұрын
Awesome 👍🏼
@J.Christian28
@J.Christian28 Күн бұрын
So funny I was thinking about how nice it would be to put a neon indicator in it right before you mentioned it 😅
@ShadowzGSD
@ShadowzGSD 2 күн бұрын
Heat shrink is the modern equivalent too MICC cable where you get everything terminated only to find you forgot the shroud.
@JonathanWinterflood
@JonathanWinterflood 2 күн бұрын
Nice! An easy way to add weight to things like this is to cast plaster (optionally adding sand, scrap metal, etc.) into them - allows maximizing the mass without worrying about attachment or shape Being 3D printed you can easily make a 'negative space' for the electronics so it stays serviceable
@mikebarushok5361
@mikebarushok5361 Күн бұрын
Modelling clay can also work for that purpose.
@Watchyn_Yarwood
@Watchyn_Yarwood Күн бұрын
Please don't worry about the length of your videos being too long! That is not even possible. Matter of fact, my personal preference is longer videos.
@spedi6721
@spedi6721 2 күн бұрын
Was watching your video with the phone laying flat in the table eating some pistachios. As soon as I saw the solder smoke rise, out of reflex I started blowing it away. Just wanted to help you 😅
@snakezdewiggle6084
@snakezdewiggle6084 2 күн бұрын
Looks like a Te Pe from those old cow boys and Indian Films. Everyone needs Te Pe Ionizer... 👍nice one Clive.
@davidharvey114
@davidharvey114 13 сағат бұрын
It would be interesting to combine this project with the kitchen roll air filter, to manage the precipitated dust.
@coffeeconcentrate
@coffeeconcentrate Күн бұрын
Cooling effect on your hand... That would be cool to see the air flow through your FLIR camera.
@Conservator.
@Conservator. 2 күн бұрын
Wow! That’s a very neatly designed case with much attention to detail! 👌
@PaulSteMarie
@PaulSteMarie Күн бұрын
You could use three mounting screws and move them in a bit. That would allow use of rubber feet with a recessed hole for a mounting screen. I like that sort of foot much better. Those stick-on ones seem to fall off after a few months. The rubber ones seem to last for decades before hardening and crumbling away.
@gilbertsprojects2954
@gilbertsprojects2954 2 күн бұрын
You could add a small “pigs tail” to the washer to hold the wires out of the way. I have no idea how to write the script but sounds like a fairly easy tweak to me
@FrontSideBus
@FrontSideBus Күн бұрын
It might not like my 250v supply lol A set of Presto twist drills that went from 1mm to 6mm in .1mm increments has been one of the most useful bits of kit that I have bought!
@bigclivedotcom
@bigclivedotcom Күн бұрын
It's 250V here a lot of the time. The inside circuitry starts with a resistor and diode, so an extra resistor externally as shown will be fine.
@matthewmiller6068
@matthewmiller6068 Күн бұрын
If you use flat-headed screws and tapered countersunk holes it would work well to make the screws flush and by doing it tapered instead of inset most printers will not need to use support material and do a nice bottom even with that on the base of the printbed.
@gutsngorrrr
@gutsngorrrr 2 күн бұрын
I would have added some LEDs inside the case, so it lit up. And as you said, I'd have added a base that you could add some weight in.
@smalcolmbrown
@smalcolmbrown 2 күн бұрын
Thanks :)
@andrewsmythe-lg5ce
@andrewsmythe-lg5ce 2 күн бұрын
I had a pyramid one, it had paper with a hole that you put around it, you could just sit that one on kitchen paper.
@bigclivedotcom
@bigclivedotcom 2 күн бұрын
I think I made a video about that one.
@phils4634
@phils4634 Күн бұрын
BC - you definitely need one of those excellent Chinese rechargeable "Dremel-style" micro drills. Not so expensive, and remarkably durable, with the convenience of no mains lead required.
@bigclivedotcom
@bigclivedotcom Күн бұрын
I have an Aldi cordless one here.
@hinspect
@hinspect 2 күн бұрын
The end looks like the tip of a vertical elutriator 🤔
@RHanceLord
@RHanceLord 2 күн бұрын
I think it would be interesting to somehow test the difference in output between this unit and one without any added resistors.
@Conservator.
@Conservator. 2 күн бұрын
22:49 adding weights like the Chinese do. That was exactly what I was thinking too. 🤣
@nomusicrc
@nomusicrc Күн бұрын
I wish I had your dexterity
@ZeedijkMike
@ZeedijkMike Ай бұрын
Looks very stylish - Could be Jacob Jensen (B & O) design. The black top is just the point over the i. The use of a global $fn = 100 can be a little wastefull, as small cylinders require a much smaller $fn value. For screw holes (2 mm - 10 mm) I use $fn = 8, maybe 12, for nuts I use $fn = 6 🙂 I basically set the $fn value depending on diameter and of course how it looks. As I often use "modules" in my SCAD designs I often just add the $fn parameter when using the module.
@GriotDNB
@GriotDNB Күн бұрын
No schematics but a schcript! Upgrading, are we? Well appreciated 👍🏻
@chuckthetekkie
@chuckthetekkie Күн бұрын
Rule 13: Never involve lawyers. Lawyers always have a way of getting way more money than the victim gets.
@vazhanatroshvili7523
@vazhanatroshvili7523 2 күн бұрын
thanks
@vladthe_cat
@vladthe_cat 2 күн бұрын
Ah yes, the Spicy-Air Cone
@SumNumber
@SumNumber 19 сағат бұрын
That solder sure flowed right onto the wire nicely ! Paste by chance ? I guess I am not " getting " something here. For probably more years than is known now, somewhere in the billions they say, there never was a thing called an " ionizer ". Did eh.....did something break that I am not aware of ? :O)
@madscientist15808
@madscientist15808 27 күн бұрын
For some reason, I can't reply to your question under my previous comment (the comment just disappears), but anyway, here's my answer: It's a rectangular module. The model number is "Honge FF-351". It's pretty much the same as yours, the only difference being that the wires come out from the side. I printed the case in clear PLA so I can add a neon lamp to it. Not only is it useful as an indicator to show that it's plugged in and running, but it also makes it look more stylish 😁
@soundspark
@soundspark 2 күн бұрын
When it comes to those solder spikes I just put some more flux on it and reflow it.
@jonno3419
@jonno3419 2 күн бұрын
I love your Videos, really gonna miss them when you're dead, in fact, can you record a load on a hard_drive and Ralphy can upload them for us?
@bigclivedotcom
@bigclivedotcom Күн бұрын
I'm going to leave a huge catalogue of videos behind. At the moment the channel has almost 2500.
@wgeddis
@wgeddis 2 күн бұрын
The Madonna model, nice.
@piconano
@piconano 2 күн бұрын
Apparently one can pulse the leading edge of a wing with high voltages to reduce drag! I think they're called plasma actuators. That might explain why touching high voltage makes one wanna fly! 🤷‍♂
@jeffdayman8183
@jeffdayman8183 2 күн бұрын
The urban lore I live religiously by was that it was cosmic rays and tri-glycerides that made dust stick to the inside of yer airways. Unless you sleep under a pyramid shaped structure with magnets on it, with an aluminum foil hat on. 8^) Happy eye on eye zing. Cheers!
@davidfalconer8913
@davidfalconer8913 Күн бұрын
For ( UK ? ) folk , would recommend a 1 Amp fuse ( 1 inch by ¼ inch diameter ) in the 13 Amp mains plug .... sadly you have to buy these from a distributor ( they do not seem to sell these in your local : Stop - n - Shop ) .. DAVE™🛑
@thepagan5432
@thepagan5432 2 күн бұрын
This is a great side project, thanks Clive 👍
@ConstantlyDamaged
@ConstantlyDamaged Ай бұрын
Hrmm, I'm thinking that a soft spring pogo pin on the bottom, wired to electrical earth, might be a nice upgrade. That way you could sit this on a metal tray (like a sheet pan or such) and have that become earthed to attract the crud.
@bigclivedotcom
@bigclivedotcom Ай бұрын
Some ionisers use a small positive multiplier to make the collection mat more of a target for the dust.
@BersekViking
@BersekViking 2 күн бұрын
Make sure you don't have any sharp edges or points when you are finished soldering on the high voltage wire. That could cause a corona inside the ioniser.
@KeritechElectronics
@KeritechElectronics Ай бұрын
You really could use a fume extractor over there. Speaking of which... I wonder if ionizers can help separate the dust in these :).
@geminiman6938
@geminiman6938 2 күн бұрын
possibly put 2 units in and run them in series for no resistors and double effect ( hopefully )
@dcallan812
@dcallan812 Ай бұрын
oooh half of Madonna's bra with sparkles too. ❤ Love a little tip ☺ even carbon fibre. great video 2x👍
@lukevibertuk
@lukevibertuk 2 күн бұрын
10:00 or as used by Railway Modelers in static highly effective grass applicators👍🏼
@Grid56
@Grid56 2 күн бұрын
It never ceases to amaze me how solderingly dextrous you are 👍. Regarding end to end joints, you just hold one wire next to the other. The books I used to read years ago always told you to make a good mechanical joint before making a solder joint. Is this no longer recommended ?
@mikebarushok5361
@mikebarushok5361 Күн бұрын
It's certainly better to make a firm physical connection before soldering. But, for something stationary and with no stresses on the wires the heat shrink adds sufficient strength. Personally when at mains voltage I prefer two layers of heat shrink. One shorter just long enough to cover stripped wires and resistor and another one size large and long enough to overlap the insulation about a half inch at each end. Doubled heat shrink does result in having to plan where to place the resulting connections. Sometimes I just put the outer heat shrink over the pair of wires, depending.
@MaxPivovarov
@MaxPivovarov 2 күн бұрын
I hope it's not PLA because it will become brittle very quickly. I would add a neon lamp inside for beauty and to make it visible that the device is connected to the power.
@SirBoDen
@SirBoDen 2 күн бұрын
A Glorious technical life indeed 🫡
@GadgetReviewVideos
@GadgetReviewVideos 4 сағат бұрын
The only question is how many strategically placed in a house that’s about 1750 square feet? Or how much coverage do you think one can handle. As I recently replaced a screen protector on a phone in the lab, the realization of dust trying to keep the screen clean is a problem during dry hot summers. One in the lab for sure… Thanks for the video
@steve64464
@steve64464 2 күн бұрын
Added 3 snippets of the openscad script to the furbear scad collection thread on discord 🙂
Dead batteries - with odd charging circuitry
17:00
bigclivedotcom
Рет қаралды 20 М.
Can I Use Thermite to Cast an Iron Pan?
38:17
Cody'sLab
Рет қаралды 54 М.
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 113 МЛН
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 22 МЛН
The Man Who Solved the World’s Hardest Math Problem
11:14
Newsthink
Рет қаралды 258 М.
How backspin ACTUALLY works - in super slow motion
15:50
Steve Mould
Рет қаралды 651 М.
I Built a Miniature Warp Core
1:03:18
Mistake Man
Рет қаралды 2,1 М.
Extra long chatty project build
2:04:21
bigclivedotcom
Рет қаралды 29 М.
The Numitron: An obvious idea that wasn't very bright
23:21
Technology Connections
Рет қаралды 905 М.
Why Bridges Don't Sink
17:30
Practical Engineering
Рет қаралды 549 М.
Inside a Zoll defibrillator - with SCARY capacitor
24:26
bigclivedotcom
Рет қаралды 125 М.
The Army's Fascinating M1 ABRAMS Impact Wrench
14:38
Torque Test Channel
Рет қаралды 846 М.
How strong is finger jointed lumber
6:54
MatthiasWandel
Рет қаралды 116 М.
Wild Projection Meters & Micro Cameras!
42:18
Fran Blanche
Рет қаралды 18 М.
Неразрушаемый смартфон
1:00
Status
Рет қаралды 2,3 МЛН
Choose a phone for your mom
0:20
ChooseGift
Рет қаралды 4,4 МЛН
После ввода кода - протирайте панель
0:18
Up Your Brains
Рет қаралды 1 МЛН