Тёмный

DIY Soldering Station 

GreatScott!
Подписаться 1,9 млн
Просмотров 1,4 млн
50% 1

Edit schematic and convert it into PCB here: easyeda.com/editor#id=d1ba6e9...
Support me for more videos: / greatscott
Previous video: • DIY SLA 3D Printer Kit...
Facebook: / greatscottlab
Twitter: / greatscottlab
More project information (code, pictures,....) on Instructables: www.instructables.com/id/DIY-...
Thanks to EasyEDA for sponsoring this video.
Check out their free circuit design tool here: easyeda.com
Great cheap PCB Fab House here: easyeda.com/order
Parts list (Incomplete, see Instructables for more, affiliate links):
Aliexpress:
1x Toroidal Transformer: s.click.aliexpress.com/e/_d7i...
2x 2W10 Full Bridge Rectifier: s.click.aliexpress.com/e/_dYO...
1x BTB26 Triac: s.click.aliexpress.com/e/_d8U...
1x MOC3020 Optocoupler: s.click.aliexpress.com/e/_dVT...
1x 4N25 Optocoupler: s.click.aliexpress.com/e/_dUM...
1x Arduino Pro Mini: s.click.aliexpress.com/e/_d62...
1x SPI OLED LCD: s.click.aliexpress.com/e/_dXn...
1x MAX6675: s.click.aliexpress.com/e/_dYT...
2x 1000µF Capacitor: s.click.aliexpress.com/e/_d7d...
3x 100Ω, 1x 330Ω, 1x 2kΩ Resistor: s.click.aliexpress.com/e/_dTP...
1x 50kΩ Potentiometer: s.click.aliexpress.com/e/_dX8...
Ebay:
1x Toroidal Transformer: rover.ebay.com/rover/1/711-532...
2x 2W10 Full Bridge Rectifier: rover.ebay.com/rover/1/711-532...
1x BTB26 Triac: rover.ebay.com/rover/1/711-532...
1x MOC3020 Optocoupler: rover.ebay.com/rover/1/711-532...
1x 4N25 Optocoupler: rover.ebay.com/rover/1/711-532...
1x Arduino Pro Mini: rover.ebay.com/rover/1/711-532...
1x SPI OLED LCD: rover.ebay.com/rover/1/711-532...
1x MAX6675: rover.ebay.com/rover/1/711-532...
2x 1000µF Capacitor: rover.ebay.com/rover/1/711-532...
3x 100Ω, 1x 330Ω, 1x 2kΩ Resistor: rover.ebay.com/rover/1/711-532...
1x 50kΩ Potentiometer: rover.ebay.com/rover/1/711-532...
In this project I will show you how to create an Arduino based soldering station for a standard JBC soldering iron. During the build I will talk about thermocouples, AC power control and zero point detection. Let's get started!
Music:
2011 Lookalike by Bartlebeats
Ecstatic Wave, Jens Kiilstofte
machinimasound.com/music

Наука

Опубликовано:

 

8 апр 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,5 тыс.   
@kalenbogart4482
@kalenbogart4482 7 лет назад
I enjoy your work tremendously, and I want to thank you for your efforts. My son is autistic, and his limited interests can make bonding difficult, as often he lives in his own world. But, every new Great Scott! video means he's next to me on the couch, asking questions and absorbing with rapt attention. Then he'll drag me to radio shack and our local electronics shop, and we'll attempt (and usually fail) to duplicate your work. You've given me the gift of quality time with my boy, and for that I will always be grateful. With thanks, from Houston, Texas
@colathebuilder3-652
@colathebuilder3-652 6 лет назад
kalen bogart Noice
@litgeeksquadofficial
@litgeeksquadofficial 5 лет назад
:)
@americanengineering2063
@americanengineering2063 5 лет назад
this is alot of work for a diy soldering station. the same can be achieved with a simple 555, lm317, Transistor, or Op Amp circuit. Set the positive reference and use the thermistor as negative feedback. the 555 circuit would probably work best and dissipate low temperatures. usually soldering station irons work on 12-24v.
@BillAnt
@BillAnt 4 года назад
Or a click away on AliExpress, ready made station for $20 bucks including a heating element with a tip. ;) Nonetheless, I really enjoy these videos, quite educational.
@somedude2492
@somedude2492 4 года назад
@@BillAnt that's not even close to the quality you get with this.
@valentinderouet
@valentinderouet 7 лет назад
You need a solder iron to build a solder iron...
@greatscottlab
@greatscottlab 7 лет назад
I knew this comment would come.
@valentinderouet
@valentinderouet 7 лет назад
But very very nice video !
@shedexqwerasd1299
@shedexqwerasd1299 7 лет назад
StoneSet this leads to an infinite loop and soldering paradoxon D:
@valentinderouet
@valentinderouet 7 лет назад
omg
@ThatGuy-nv2wo
@ThatGuy-nv2wo 7 лет назад
Use someone else's...
@TheOswald42
@TheOswald42 7 лет назад
7:10 "now in theory this code should have worked without a problem, but real life is not always that easy" -GreatScott 2017
@beach200
@beach200 6 лет назад
Oswald Rayleigh epic xD
@geovani60624
@geovani60624 4 года назад
Yeah, but he kinda of didn't want to take the extra step of analysing the system and add more components that would help
@wowsuchhandle
@wowsuchhandle 4 года назад
Coding in a nutshell
@dimitrijekrstic7567
@dimitrijekrstic7567 2 года назад
@@geovani60624 no components needed, the code was bad
@geovani60624
@geovani60624 2 года назад
@@dimitrijekrstic7567 okay
@maxximumb
@maxximumb 7 лет назад
Scott, To fix your code you need to insert the following lines... Before the setup Line 21 int = triacVAL = 0; In the counter == 40 test Line 54 triacVAL = digitalRead(triac); Line 64 digitalWrite(triac, triacVAL); The reason it pauses every 40 cycles, is that on the test for 40, you set the triac low to read the temp, and it never gets checked again till the next interrupt 40 cycles later. The additional code looks at the state of the triac going into the test and stores it in triacVAL, then on leaving the interrupt it resets the triac to it's previous state. I don't have the components to hand to build a test circuit, but I hope this helps.
@BillAnt
@BillAnt 4 года назад
Makes perfect sense... I was wondering too why on earth did he set it to initial value of 40?! Good catch though! :)
@svsv9
@svsv9 4 года назад
I am going to buy a cheap chinese T12 kit DIY. Wondering if there is possible to get the code from a STC microcontroller that Cheap T12 kit have?
@joshm264
@joshm264 4 года назад
@@svsv9 when you're getting that t12 station, stay away from the Quicko or ShineNow, as the KSGER one offers so much more features
@ctbully
@ctbully 4 года назад
Good Thinking Batman :-)
@MrMathewJoiner
@MrMathewJoiner 3 года назад
​@@joshm264​I love my KSGER t12 2.1S .. Make sure to open it up and go through everything. Some are not earth grounded. Its a great machine and the T12/T15 tips are my go to now.
@FilmproduktionHulok
@FilmproduktionHulok 7 лет назад
And I'm sitting here with my blinking led connected to my Arduino.
@vintyprod
@vintyprod 4 года назад
I think I fried mine
@joshm264
@joshm264 4 года назад
I feel u, have no clue how to do Arduino
@janzugic6798
@janzugic6798 4 года назад
@David Daivdson i personally find kits overpriced and bad. except arduino kits. make a coil yourself, youre basically copying something and saying you did it yourself
@janzugic6798
@janzugic6798 4 года назад
@David Daivdson nevermind, i thought you were talking about those car type of kits. with everything included and the only thing you need to is assemble it and copy paste some code. and then people say they made it themselves.
@euvo_sound
@euvo_sound 3 года назад
@@janzugic6798 Electronics products are soooooooooooo overpriced in online shops.India has a lot of electronics in there but they are so cheap but really high quality.
@TheWireEDM
@TheWireEDM 7 лет назад
One obvious problem with your Arduino code is that your 'counter' variable is changed by the interrupt function and the variable is defined as an 'int'. You have to define it as 'volatile int' to tell the compiler to always load the actual value from its memory location and not use a cached value, as the interrupt routine can change it at any time. Your actual problem however might be in the fact that you are measuring the temperature inside the interrupt function and by looking at the MAX6675 library code it is seen that it uses blocking delay() functions, which do not work inside interrupts properly, thus ending/receiving bad data probably or giving spurious answers. It is best to just measure the temperature inside your loop() function, and use the interrupt function to only switch on/off the output as needed.
@mildyproductive9726
@mildyproductive9726 6 лет назад
I'm glad he discloses the problem with his project code. It is funny he finishes all the other details including 3d printed case and professional schematic. But the code bug gimps the iron to 50% power, and oh well. That's close enough. Hakko 936 performance for 5x the cost.
@TheWireEDM
@TheWireEDM 6 лет назад
I'm just wondering why he doesn't fix the code.
@thegoodhen
@thegoodhen 6 лет назад
He should've used a triac with zero-crossing detection and not use any interrupts in the code.
@rasz
@rasz 6 лет назад
but MOC3041 has two more legs, think of the routing implications! ;) temperature problems are not solely due to typical arduino shit code - MAX6675 is for K type thermocouples, JBC one is not K - you need to wait couple sine half cycles between disabling heater and measuring thermocouple, otherwise you can get bogus readings - pid would be nice
@nr7000000001
@nr7000000001 6 лет назад
Funny I used this library too, but it is not necessary. And the timing is ridiculously slow. I changed it to 5 microseconds without a hasle. I made my own function: } double read_temp(void){ //read max6675 int i; const int waittime = 5; uint16_t d = 0; digitalWrite(CS, LOW);delayMicroseconds(waittime); for (i=12; i>=0; i--) { digitalWrite(CLK, LOW);delayMicroseconds(waittime); if (digitalRead(SO)) { d |= (1 >= 2; }
@awabqureshi814
@awabqureshi814 4 года назад
6:00 FOOOOOLLL BRIDGE RECTIFIER
@onkarshikhare31
@onkarshikhare31 4 года назад
I appreciate your potential to analyze and explain .I am not an electronic engineer but a DIY enthusiastic some of your circuit just bounce of my brain but still I understand few of them. I wish every student should get professor like your Thanks
@jaguarke069
@jaguarke069 7 лет назад
As always in awe of your engineering and presentation skills; you make it look so simple!
@greatscottlab
@greatscottlab 7 лет назад
Thanks mate :-)
@We1hrm0cht
@We1hrm0cht 7 лет назад
You will have a great future dude. From Iraq, I wish you all the best, you are a scientist
@snottythe-snorlaxian4503
@snottythe-snorlaxian4503 3 года назад
This is the coolest one I've seen. It makes sense to build a soldering station if you are wanting to learn how to build things. My first project was installing a prewired pickguard in my guitar. I have an SMD Kit coming in the mail for my second project. I have a 30 Watt Delcast Soldering Pen and am unsure if I will even need a soldering station for some time for my needs. But, if I do, I hope it looks something like this one.
@muhammadrafiqulislamkhan6994
@muhammadrafiqulislamkhan6994 3 года назад
You are real engineer. You know every details about engineering. And so gorgeous tool you make. Thanks for sharing.
@ruipedroleite
@ruipedroleite 7 лет назад
FULL BRIDGE RECTIFIER 6:00 @ElectroBOOM
@snapihansen
@snapihansen 4 года назад
YES, HE SAID IT ALL WRONG! :D
@BillAnt
@BillAnt 4 года назад
Sounds like a Full Bridge Rectumfryer... but I digress... it worx!! ;D
@ChristopherGoggans
@ChristopherGoggans 4 года назад
@@BillAnt per AvE though "recyumfryer" is the correct pronunciation! 🤣
@morienbendinelli1554
@morienbendinelli1554 4 года назад
Needs an echo!!!😆 (7:52 too!)
@secretwebsite
@secretwebsite 3 года назад
Someone poot electroboom in the captions
@cerberus9704
@cerberus9704 3 года назад
He said OLED LCD :/ Also I've learned a lot from this channel, thank you so much GreatScott!
@Uncle_Buzz
@Uncle_Buzz 7 лет назад
Brilliant work around for the temp reading. Always enjoy digesting your videos! Cheers, Chris.
@juanantoniorey
@juanantoniorey 5 лет назад
Some time ago I wanted to hack the jbc station and you have given it the most elegant solution I have seen.
@tensevo
@tensevo 6 лет назад
"Thankfully though, I had a couple of toroidal transformers lying around."
@RosembergSantos
@RosembergSantos 3 года назад
hahaha
@wizardOfRobots
@wizardOfRobots 3 года назад
Of course...
@elladamerie
@elladamerie 3 года назад
who doesn't?
@Falney
@Falney 7 лет назад
DIY JBC Soldering stations seem to be pretty popular. Marco Reps did one in January and I just finished building my own.
@benwilsonMMA
@benwilsonMMA 2 года назад
hello 4 years later lol , was it worth building it? is it still working?
@nautitard
@nautitard 7 лет назад
I was looking for solutions like this when my soldering station died. I was looking for Weller tips and just fixing this myself but I didn't trust my skills for such an important tool. Unfortunately. It would probably have been ok and cheaper. I'm glad you put out more information on how to do this.
@ExStaticBass
@ExStaticBass 7 лет назад
The fact that we can almost always search for the pinout of soldering irons like this one on Google or other search engines is something that should be considered. Of course in a world without that connectivity it's still important to be able to correctly identify them ourselves. While I think it is completely valid that you've done things this way I feel it is also important to mention other options and explain why this singular choice was made. This way others like myself can more easily understand the thought process behind the decisions we make while building things like this. To teach things like this we must consider the outside perspective and help them understand how we arrived at our final decision because in doing so they learn the process instead of just the answer. The project in this video is brilliant. I'd just like to see others make good decisions based on the wisdom we've gathered through our experience and gain their own in the process.
@zAAmpie69
@zAAmpie69 7 лет назад
Your writing and hand-drawn schematics are so satisfyingly neat! As an electronics engineer I approve...
@YinSuJanSam0w0
@YinSuJanSam0w0 7 лет назад
This is a really great project! I like it 0w0/ I am happy to help translate Chinese Traditional(Taiwan) subtitles~
@jjmelo
@jjmelo 7 лет назад
Dude, thank you for your videos. They do exactly what they say they are going to and you explain in a great, concise manner!
@jasonhensley489
@jasonhensley489 6 лет назад
This has to be one of my favorite video's on RU-vid.
@Mr.Laidukas
@Mr.Laidukas 7 лет назад
+GreatScott! I work with original JBC stations at work, they are the best what I had used for soldering. However with your project you can't experience full joy of JBC. You should buy JBC original holder or construct similar DIY. Holder has metal ring so when you rest you iron it contact with metal ring on the handle and goes to standby so preserve soldering tip. They last forever I must say. When lifted tip goes back to temp in about 3sec. The second function of stand is soldering tip hot swap jig. Tips can be hanged with single pull and push motion. You can go between tips during the work in just second or two. I love JBC.
@JohnFHendry
@JohnFHendry 5 лет назад
Yes... I'm headed there as the new station will pay for itself by not damaging components as easily and saving one RC aircraft. Not the tool to go cheap on. Thanks for posting.
@Xyz-77
@Xyz-77 7 лет назад
You should make a video about how to use the sensor of an optical mouse with arduino as a camera or something like that..
@lmeza1983
@lmeza1983 7 лет назад
Truly amazing video this proves we are in the future high quality DIY products can be made using cheap and basic items aided by software. I know it sounds a little exaggerated but when I was a teenager this was impossible for a regular guy at home.
@eduardogarcia4452
@eduardogarcia4452 7 лет назад
I knew I was right subscribing this channel when I watch brilliant productions like this! Congrats on this wonderful idea! Making your own tools to make things even better!
@MrGTAfan93
@MrGTAfan93 7 лет назад
your videos make my sundays better! :) I like all of your videos, but i'm really happy for this tutorial. maybe in the future you shud make an arduino controlled lab bench power supply, it shoud be really cool. Anyways greeting from Hungary, have a nice day!
@greatscottlab
@greatscottlab 7 лет назад
I put it on my to do list.
@MrGTAfan93
@MrGTAfan93 7 лет назад
GreatScott! Thanks!
@tamoghnasaha6615
@tamoghnasaha6615 7 лет назад
You are really an inspiration! Your knowledge on electronics! _/\_ I am also an electronics students. I learn more from you than books. :D Cheers from India!
@greatscottlab
@greatscottlab 7 лет назад
Thanks mate :-)
@physicsisawesome696
@physicsisawesome696 3 года назад
I'm also Indian
@I_killed_that_beard_guy
@I_killed_that_beard_guy 2 года назад
Practical knowledge is always greater than theoretical knowledge that's why :)
@4DRC_
@4DRC_ 7 лет назад
Absolutely fantastic. This is definitely one to add to the project list because my cheapo mains plug in iron is getting janky. That temperature processing problem can probably be fixed with a little tweaking of the code to filter out the anomalous data.
@fernandocollazos1980
@fernandocollazos1980 4 года назад
Incredible, step from a station of several dollars to a few. Excellent. You are possible to design it. Thank you.
@teddy3k3
@teddy3k3 Год назад
"Just like that you can create your own soldering iron" -goes through numerous code, troubleshooting, and schematic design
@daitedve1984
@daitedve1984 Год назад
Well, at least it's the first (and the one) project I UNDERSTAND. :) (I'm not a noob, but I'm veeery far from making own scheme) Scott presented his project in the most useful way. 5++
@ozgunkara1930
@ozgunkara1930 7 лет назад
You just made the whole company go poor
@greatscottlab
@greatscottlab 7 лет назад
I kind of doubt it ;-)
@snrsmh
@snrsmh 7 лет назад
şirket batmaz kolay kolay :D
@HS-eq3gk
@HS-eq3gk 7 лет назад
Lol, they will probably gain money because of you, I have to say, your videos have never dropped quality, always great, keep it up!
@Yonatan24
@Yonatan24 7 лет назад
Aww... Poor them, they charge *only $30* for a soldering iron tip... (I buy mine for 99 cents on eBay)
@Chooseyouruniquehandlebyaddin
@Chooseyouruniquehandlebyaddin 7 лет назад
The tips are prob made of platinum.
@EIsad
@EIsad 7 лет назад
You made this hella complicated but still very informative.Hats off to you for your hard work
@mihacz
@mihacz 7 лет назад
I dont even remember what brought me to your channel in the past, something with electronics I suppose:) Now I completely dont understand what you are doing, because I am from other industry, but I love to hear and watch you doing what you do. Keep it and stay creative ;)
@TPGGGG__
@TPGGGG__ 3 года назад
When he said full bridge rectifier, i heared it as *FULL BRIDGE RECTIFIER!!!!*
@antiuniverse20
@antiuniverse20 3 года назад
Electroboom
@55yxalaG
@55yxalaG 3 года назад
If you get this then you win an award
@noanoxan
@noanoxan 7 лет назад
Neat, but I'll save for the real thing. JBC stations are so, so nice to use! They make Hakko look and feel amateur. Their $400+ price tag is high, but it's literally the last station you'll ever buy.
@soundboy605
@soundboy605 5 лет назад
Cannot believe how talented this young person is absolutely awesome videos very informative keep up the good work my man
@bgable7707
@bgable7707 5 лет назад
I love your videoS, makes me think I SHOULD have gotten into electronics back when I scored high on the ASFAB test back in high school(197x), oh well. For now, I'll just continue buying cheap parts from China and spend my free time watching your videos. Thanks for all your hard work. KEEP IT UP!!!
@ikkyino
@ikkyino 7 лет назад
Have you thought about taking a few different readings from your thermal couple, and use the average to solve your strange temperature problem?
@greatscottlab
@greatscottlab 7 лет назад
I tried a couple of different "solutions" that I did not mention in the video. But I could not get rid of that problem.
@WayneJohnsonZastil
@WayneJohnsonZastil 7 лет назад
Take it's a coding issue with arduino to sort the display out!
@RealRuler2112
@RealRuler2112 7 лет назад
I was thinking about this same thing. (I'm a programmer & while I would love to do the kind of stuff you do, you lose me nearly every video. Still enjoy watching though. =) ) What about keeping track of the previous 3-5 readings, junking the 0 readings, updating the array with good readings, and averaging them out to feed to the display? Simple enough to code & should eliminate the problem Unless you're going to be soldering in extremely cold weather, that is... ;-)
@stonent
@stonent 7 лет назад
I was thinking if it checked every 40 cycles, change it to every 20, then you effectively have the 40.
@patricktlo
@patricktlo 7 лет назад
I actually made a similar project in college and I also got some really weird values in the transient response. It didn't get to zero but it definitely was close, for example sometimes it went from 150C to 90C in half a second, it might be the same problem you had! Unfortunately I never found a solution either. I guess it has something to do with interference due to the long cables and low sensor signal.
@anonym7500
@anonym7500 7 лет назад
How about an electronics basics video on reading schematics???
@israeldlr4365
@israeldlr4365 7 лет назад
this is amazing I love the effort put onto this
@RobEinstein
@RobEinstein 7 лет назад
Great project, Scott, as always! Congratulations!
@junaidfilms7862
@junaidfilms7862 7 лет назад
show us the video about salvaging lab bench power supply
@greatscottlab
@greatscottlab 7 лет назад
I did not recorded it. Sorry.
@junaidfilms7862
@junaidfilms7862 7 лет назад
it's ok 😊😋😘
@danijel124
@danijel124 7 лет назад
Junaid Films I would also like to see salvaging videos :)
@ibmpc
@ibmpc 3 года назад
4:31 “an oled lcd” lol
@zoltanbulletproof
@zoltanbulletproof 7 лет назад
I really enjoy watching your videos, they are all great, keep it going!
@ajithsb1853
@ajithsb1853 6 лет назад
wow ur videos are so inspiring. I like the way you analyse and infer information from the experiment
@yurinapham327
@yurinapham327 5 лет назад
6:00 ElectroBoom: F U L L B R I D G E R E C T I F I E R
@ayu12641
@ayu12641 7 лет назад
Use PID for better temperature tracking
@georgeswallow5238
@georgeswallow5238 6 лет назад
Or, instead of showing 0 sometimes, save the temp to a variable and then display that variable. When a new temp is registered, save that to the variable and display that variable. By doing this you do not get a ‘0’ reading.
@JamieBainbridge
@JamieBainbridge 7 лет назад
Oh god the last few seconds. I can use a breadboard to hold pin connectors while I solder things to the pins. Thank you so much, that's a brilliant simple idea.
@davidkempton2894
@davidkempton2894 7 лет назад
That was a great project. Thanks Scotty!
@vladmirputin7139
@vladmirputin7139 7 лет назад
Why not just use a small form factor 12v power supply that can supply 10 amps and use PWM to control the iron with a Mosfet?
@QuickishFM
@QuickishFM 5 лет назад
Because that makes too much sense lol
@BillAnt
@BillAnt 4 года назад
Exactly, I actually commented about using PWM earlier in an another thread, so much more elegant, simpler, and reliable.
@TheTechnoGuy18
@TheTechnoGuy18 4 года назад
@@BillAnt That's what I was thinking about.
@areg7182
@areg7182 4 года назад
@@TheTechnoGuy18 the power supply would be too big
@honkhonk8009
@honkhonk8009 4 года назад
You could but it doesnt really delve into how everything works.
@tctrainconstruct2592
@tctrainconstruct2592 5 лет назад
I would use a MUCH simpler method, by activating the triac only if the temperature (measured every second) is below the set temperature.
@xgamerbih
@xgamerbih 4 года назад
TC TrainConstruct The method that Scott used is called "PID". It holds the temperature at a given value but without turning off or on the device, just by cutting off the sine wave that enters it. That method that you mention could also be done with a simple relay too but this one is more precise I guess?
@user-fb3wu7gx6c
@user-fb3wu7gx6c 7 лет назад
Hi Scott!, thank you for your videos and thank you very much for doing the induction heating video last time. This video could not have been made at a better time as I was just struggling with my soldering iron and I was looking for a cheap replacement :D Keep up the good work, God bless.
@jamayetuddinahmed3713
@jamayetuddinahmed3713 7 лет назад
You are awesome. Excellent video for EEE students. They will learn lots of things from your video.
@infinitymdm527
@infinitymdm527 7 лет назад
*casually slaps a Cooler Master Hyper 212 Evo on a BTB26 Triac*
@harris9624
@harris9624 4 года назад
Time to watercool my triac.
@tyttuut
@tyttuut 4 года назад
Hyper 212 Evos are for sissies, try a Zalman CNPS9900MAX!
@HurlockVanguard
@HurlockVanguard 7 лет назад
I don't fully understand the point of doing it this way. The original JBC soldering iron heats up to a set temperature within 2 seconds, yet your setups need 10 times as much (5 if you fix the thermocouple problem). Another thing that puzzles me is why not do it with DC, and control it with PID and a MOSFET?
@milky3ay566
@milky3ay566 7 лет назад
HurlockVanguard because it cost €450 more
@HurlockVanguard
@HurlockVanguard 7 лет назад
I think you misunderstood everything I said. Not once have I mentioned buying an actual station.
@hidayatdekhattil3995
@hidayatdekhattil3995 7 лет назад
Always explain the tutorials with a very good and detailed... I liked, and always liked
@jasonmckain3812
@jasonmckain3812 5 лет назад
always a pleasure Scott
@WestEast3259585
@WestEast3259585 7 лет назад
someone is watching marco reps
@joshm264
@joshm264 4 года назад
Osmu gang
@firstsurname8931
@firstsurname8931 6 лет назад
"OLED lcd"? Maybe an 'OLED display'?
@TheDutchFighters
@TheDutchFighters 4 года назад
Lcd means liquid crystal display. So LCD is correct.
@BillAnt
@BillAnt 4 года назад
Well they sometimes use "LCD" to identify a "display", though technically incorrect in this case of an OLED. Also let's keep in mind that English is not his first language. ;)
@johnaldrinestrada5264
@johnaldrinestrada5264 4 года назад
this is very helpful. thank you great sir!
@littlenemos1536
@littlenemos1536 4 года назад
I love these fuckboys who have nothing better to do than watch videos to catch meaningless snippets and act like "haha fool! You misspoke once in a 10 minute segment of advanced terminology and I am therefore superior!"
@moki2093
@moki2093 4 года назад
@@littlenemos1536 lmao he's just pointing out something he heard from the video and not acting cocky about it what the fuck Get the plug out of your ass
@ianmoone17
@ianmoone17 7 лет назад
Thanks for the idea for a project. As always great video.
@killfistr
@killfistr 7 лет назад
Dude, thank you for making such articulate content!! you are a breath of fresh air on youtube!
@greatscottlab
@greatscottlab 7 лет назад
Thanks mate :-)
@snowcoalRC
@snowcoalRC 7 лет назад
500 dollars for a fucking soldering station? Mines probably worth ten bucks at the most and ive never had an issue with it!
@theblinkstykrab3106
@theblinkstykrab3106 6 лет назад
C Cole I got a fucking 3 dollar soldering iron from harbor freight and I haven't had a fucking issue it does the same fucking thing too
@wojciechtechtips1602
@wojciechtechtips1602 7 лет назад
Will you actually use it?
@greatscottlab
@greatscottlab 7 лет назад
Yes, I tested it quite a while after filming the video. Works very well.
@philp5013
@philp5013 7 лет назад
Can I somehow modify my own soldering iron to heat up faster? I have a 60 watts one by Würth but I want it to heat up faster. Is it possible?
@philp5013
@philp5013 7 лет назад
Hii!
@ArsyadKamili
@ArsyadKamili 7 лет назад
PrashMotion No you can't. You need an iron with a better heating element in it.
@PerKroon
@PerKroon 7 лет назад
I have been saving for a new Soldering Station, now I have to take a closer look in to this. Huge thanks GreatScott!!
@greatscottlab
@greatscottlab 7 лет назад
You're welcome
@karlohorcicka7388
@karlohorcicka7388 7 лет назад
You've used all the steps that we learn in school: electronic circuits, 3D modeling, programming and electronics basics which includes soldering.
@maon7565
@maon7565 6 лет назад
sorry dude but 35 bones for a tip is ridiculous too.
@JohnFHendry
@JohnFHendry 5 лет назад
Humm... I hear you but look at the tech in it. People lose hundreds of dollars a year due to damaging what they are working on. The algorithm used in the JBC heating control system not only increases performance, it allows a reduction of the working temperature by 50ºC (122ºF) or more so lifting a pad or over heating a component dealing with a ground sucking up heat is far less likely. If the claims are true the JBC station can reach 662ºF in only 2 seconds compared to 8-10 sec or more. It's moments like that waiting as heat spreads that make an extra $400 spread out over years disappear and not seem like all that much. In many cases it will pay for itself as a nice RC model brought down due a heat damaged component is worth more than that in cash where the time lost is even more valuable. Lowering the temperature reduces the risk of damaging components big time. Even the JBC station will drop off 68ºF but other "good" stations drop up to 158ºF and that can break the bank. The operator is the most important factor of course but cannot outperform the tools they use and the worse you are at soldering the more you need it. And $35 bucks a tip is what it takes to be in the game. A tip that will last 5 times as long so when you do the math it's the initial cost that hurts but the pain goes away with time and I'm thinking it out. A week ago I'd agree with you;-) BTW I've been using a couple of 936 clones for years with cheap $1.00 tips that needed copper mesh added to get a tight fit and compared to the Radio Shack 30w handhelds I grew up with works miles better and is (seems) great up till it's thermal limit. But once put on and heated up the tip is not coming off so I have several stacked as I only paid 10 bucks a piece on sale (8 bucks off) at Hobby King for the entire 936 cloned station so I know what you mean... the 936 was a good machine to copy. But I just melted a handle wire and am tired of dealing with the stiff short wire used so decided to up grade and after researching it I went from where you are at to thinking $35 bucks is really fair price even for someone that does not solder for a living. The more I research the JBC station the less I want it and the more I need it.
@joshm264
@joshm264 4 года назад
T12 tips are much cheaper, and companies like KSGER have really nice stations for around $50, and uses a beautiful OLED display!
@splatink
@splatink 4 года назад
6:00 Google: Did you mean: FULL BRIDGE RECTIFIAHHH
@BillAnt
@BillAnt 4 года назад
The proper name is Full Bridge Rectum-fryer. xD
@megamer2340
@megamer2340 3 года назад
@@BillAnt no
@dracomedia9481
@dracomedia9481 6 лет назад
A lot of serious skills and resources my friend. great work, that was very good. thanks for sharing.
@nouseforaname182
@nouseforaname182 7 лет назад
Love his explanation of this
@Vincent-zo3uc
@Vincent-zo3uc 7 лет назад
What were your total costs for your station?
@greatscottlab
@greatscottlab 7 лет назад
Since I had the transformer which is by far the most expensive component, I would say around 20-30$.
@atc1441
@atc1441 7 лет назад
GreatScott! but the soldering iron alone was 50€ ?
@0xbenedikt
@0xbenedikt 7 лет назад
+GreatScott!, what would stop you from using DC to power the soldering iron? In that case, the regulation would have to be done differently (e.g. PWM), but a cheap high-power chinese PSU could have been used instead of the transformer.
@AlexandreKandalintsev
@AlexandreKandalintsev 7 лет назад
My calculations show around 180euro (without cost of enclosure and stand). It's around 100euros for handpiece and a one cartridge (with VAT). Then 30-40euros for transformer, low-power ICs (like MAX6675) and the display can be bought from ebay/aliexpress/whatever (still watch out for rip-offs). Concerning power devices (like triac), I recommend only buy from a reputable distributor.
@fuzzy1dk
@fuzzy1dk 7 лет назад
a 19V laptop psu would be the perfect candidate, I've seen some claim that DC will burn out the heater because of electron migration but I've not seen any proof that that is true
@feidex
@feidex 7 лет назад
When you are going to make a simple video so everyone with couple of tools can do it and without aloth of programing knowledge
@Fungineers
@Fungineers 7 лет назад
that's a nice looking station Scott. Good Job buddy!
@davianjonson4688
@davianjonson4688 4 года назад
very useful project, enjoyed it lot, now waiting for 2nd version that will include a air pump control for old soldering station conversion project,,, thanks a lot
@resnis100
@resnis100 7 лет назад
GreatScott you need to make new intro
@greatscottlab
@greatscottlab 7 лет назад
I still like it
@resnis100
@resnis100 7 лет назад
I like it to, but maybe you can make new.
@resnis100
@resnis100 7 лет назад
I make led matrix 10x10 from your video and it works, thanks.
@resnis100
@resnis100 7 лет назад
Badass Killer greatscott liked it
@coalitionofrob436
@coalitionofrob436 7 лет назад
Could make a new one, or make a new video. I'd take the video any day ...........
@philp5013
@philp5013 7 лет назад
lol on 4:08 there's my name on the chip
@philp5013
@philp5013 7 лет назад
timmy I pledge 1€ per month on patreon to see the videos a couple hours earlier.
@luigipizzolito5597
@luigipizzolito5597 7 лет назад
good one phil...
@philp5013
@philp5013 7 лет назад
hello to you :D
@PIXscotland
@PIXscotland 7 лет назад
Hi 7SAEK. Shit name though. :-)
@Boryyy
@Boryyy 7 лет назад
its phil dumbass
@sanfinity_
@sanfinity_ 4 года назад
Almost watched most of ur video sir. Every video was very educative and fascinating thank a lot sir..
@MOEHD100
@MOEHD100 7 лет назад
What did you study at university??? I want to be able to do this stuff :D:D
@greatscottlab
@greatscottlab 7 лет назад
Electrical power engineering
@FadiFadi00
@FadiFadi00 7 лет назад
MARHD Start now You don't have to study it be able to build these stuff!!! I've been working with electronics since i was a little kid and now finally I'm studying electronics engineering..
@MOEHD100
@MOEHD100 7 лет назад
First RU-vidr to reply to me directly, I really appreciate that. I have been watching ur vids for a few years now, keep making great videos :D
@nautitard
@nautitard 7 лет назад
Building them are not a big problem, that's why GreatScott is doing such a huge part of the work for us. The designing takes a lot of knowledge and organisational skill. I'm studying electronics at the moment and I'm FAR from being able to design more complex circuits by myself, I can't even see that in the horizon. Building things after finished and tested schematics though, that I can do already.
@FreeOfFantasy
@FreeOfFantasy 7 лет назад
with that you can make a wave cutting power regulation. you cant how ever do any measuring of the temperature. you would just heat it up until it reaches equilibrium, not the temperature you want.
@m.emrahozkaya9903
@m.emrahozkaya9903 7 лет назад
Everything was great except for heating the soldering iron with a lighter.
@abdelhakimallal3753
@abdelhakimallal3753 7 лет назад
That's what i call it self-sufficiency perfect !
@mik310s
@mik310s 3 года назад
Fantastic project, this one I think I will make
@corporaal1
@corporaal1 7 лет назад
The real JBC station heats up that tip in 2-3seconds...
@anonym7500
@anonym7500 7 лет назад
And costs €450 more...
@corporaal1
@corporaal1 7 лет назад
Nope €300, and no man hours to build it. And it does have a nice autosleep function when you put the iron in the holder. Don't get me wrong though, I love to make my own stuff and I quite like this project because the JBC soldering pencils are lovely if you solder a lot.
@diavalus
@diavalus 7 лет назад
I did my best and got a genuine one. Worth every penny, after using a clone Hakko for two years.
@anonym7500
@anonym7500 7 лет назад
Oops, got my numbers mixed up, I thought it was 540 but it was 450, my mistake...
@maxischerr
@maxischerr 7 лет назад
I have also builded me one (I started before he uploaded this video). It works great! It needs about 3 seconds to heat up. I can switch between 3 safed temperature, which I can also increase or decrease. The only "disadvantage" is, that the temperature can only increase or decrease in 5°steps (much easier to safe in the EEPROM). ^^
@motzyt
@motzyt 4 года назад
4:30 You added an OLED LCD? wtf
@jigneshpatel618
@jigneshpatel618 7 лет назад
Great... Scott! Creative and looks very professional product Keep It Up!
@InfiltratorChris
@InfiltratorChris 6 лет назад
This is amazing. I really wish i had those skills
@thaGkillah
@thaGkillah 7 лет назад
Cant i just buy a cheap soldering iron station from ebay and equip that station with that expensive solderingtip and solderingiron?
@Meta194
@Meta194 7 лет назад
Capt_Kaplan you probably can. Bigclivedotcom not too long ago recomended a Hakko clone tht was cheap and with good performance, and that could actually use original Hakko tips and irons if needed. Ofc in the end it's still not the same performance as this.
@UpcycleElectronics
@UpcycleElectronics 7 лет назад
This iron is really nice, small and easy/nice to handle. The Hakko clones aren't bad, but they are larger, use a ceramic element that takes longer to heat, and have a tendency to loosen at their threaded collar clamping points. The clone tips are junk, the coatings suck IMO. You'll go through 5 $.99 clones in the same amount of time as 1 $5 genuine Hakko tip.
@webchimp
@webchimp 7 лет назад
I remember that, worldwide supplies of that clone station disappeared after that video. I ended up having to get a knock off of the clone. Works OK for my armature needs though.
@nr7000000001
@nr7000000001 6 лет назад
Buy a TS100. It is only 50 dollars, and works the same as what he showed, but TS100 is much more compact
@MrMaxyMahdia
@MrMaxyMahdia 7 лет назад
Damn ! i didn't understand nothing :/
@ArjunChatterjeeIN
@ArjunChatterjeeIN 6 лет назад
MrMaxyMahdia happens
@kmah324
@kmah324 5 лет назад
Engarish
@JasonSmith-qx3zh
@JasonSmith-qx3zh 5 лет назад
I see why I was escorted to basic algebra out of an advance in high school dang rocket science of soldering???
@michaelbutzen8122
@michaelbutzen8122 5 лет назад
So you understood everything?
@Nechros
@Nechros 7 лет назад
I love your handwriting!
@jd8692
@jd8692 4 года назад
Nice approach on a soldering station.
@TheRealThisIsAlex
@TheRealThisIsAlex 7 лет назад
I SWEAR IF THIS IS A TWO FUCKING PART IM GOING TO FLIP OUT.
@greatscottlab
@greatscottlab 7 лет назад
If a video is part 1 of 2 then I always mention it in the title.
@TheRealThisIsAlex
@TheRealThisIsAlex 7 лет назад
GreatScott! heh! I really support your content so i really like these videos.
@Adam-eb3rs
@Adam-eb3rs 7 лет назад
Uh oh you're fan girling.
@HS-eq3gk
@HS-eq3gk 7 лет назад
You flipped out before you knew.... :-)
@dieseltech386
@dieseltech386 7 лет назад
Alex Gamer_360 I thought I smelled bacon when I opened this thread.
@malcytull
@malcytull 7 лет назад
Brilliant job, thank you for posting.
@kvlpnd
@kvlpnd 7 лет назад
+GreatScott! Sometimes, I envy you. You have nearly every component to make a project. If I start any of your project, I may have to buy half of those equipments. Btw you are an excellent engineer. l like your all projects being an electrical engineer myself.
@hernanmarcucci7500
@hernanmarcucci7500 4 года назад
this is one of the best proyect !!!
@StreuB1
@StreuB1 7 лет назад
Excellent video. If there is one channel out there that deserves a gold play button, its yours. It soon will come! Thank you again, so glad I stumbled across this channel. :-)
@gilorm1991
@gilorm1991 5 лет назад
Great Video! I believe using a PID method would solve in instability issues experienced.
@RecklessAlerion
@RecklessAlerion 4 года назад
Great video Scott, something that really helped me personally while doing my thesis was the LT1025A cold joint compensator, which can be used for any type of thermocouple, also using the operational amplifier LTC1049 it can create a similar circuit to the IC LM35 but with an amplified output, but for my project I opted for my favorite Op Amp the LM358. I do apologize if I misspelled something, English is my second language.
@hengliu7498
@hengliu7498 2 года назад
Very good suggestion, I totally agree with the idea of using an op-amp. However, I doubt the if it is practical to use a cold joint compensator chip. The problem is that same copper wires are used to connect the handle to the station, effectively bring the “cold joint” inside the handle, right at where the soldering tip connectors located. Due to the heat conductance of the soldering tip, the cold joint might at 50 degrees C or higher during operation. In this case, install the LT1025A into the soldering station is not very helpful on accuracy. Alternatively, you can measure the soldering tip temperature using a external thermocouple, and calibrate the temperature calculating equation. How do you think?
@retinapoliyn7462
@retinapoliyn7462 3 года назад
Your DIY Videos Are sp Great. I want Another DIY.
@danzimandanziman
@danzimandanziman 7 лет назад
one of the best youtube channels ever
Далее
Next soldering station: Unisolder or Pace ADS200 ?
15:26
Balloon Pop Racing Is INTENSE!!!
01:00
Просмотров 6 млн
Surprise Gifts #couplegoals
00:21
Просмотров 18 млн
How To Build A Soldering Station
16:23
Просмотров 40 тыс.
DIY Digital Soldering Station (Hakko 907 For Cheap)
7:47
Пайка для новичков.
47:23
Просмотров 5 млн
Part II: Powerful DIY JBC Soldering station finished
11:04
Опасная флешка 🤯
0:22
Просмотров 630 тыс.