😁by now he has forgot about the drill press, how long did it took you, Anyway it was very impressive I think it's better than some factory once that I have installed, an less complicated, 👍nice work
@@matanpazi3777 Hey there! I found your video very informative and beneficial for my final year project. Would it be possible for me to obtain the PCB design file? Please.
@@Mastertheblaster2 Thanks. I purposely left out the design files as a precaution so people wouldn't play around with high voltage without proper training/knowledge. You're welcome to look at part 2 of the series, the hardware video, and learn from it to start your own design. Good luck!
Thanks for sharing this great work. I have been also looking to build one simple 1HP VFD. From your video, it is clear that your motor is rated for 50 Hz whereas you are generating frequency upto 120 Hz. Can you please explain reason behind this? and is it normal rating for VFD to be at 120Hz or are you over-speeding the motor?
My pleasure :) I just wanted to show I can exceed the rated speed of the motor using my VFD. I found some sources stating 120Hz is the top limit. I was definitely overspeeding the motor.
Hey, yes, there are but my father-in-law changed the motor in the drill to a motor with a higher nominal speed. So now the lowest available speed isn't slow enough for him. So it would be a matter of changing the pulleys which he wanted to avoid. And besides, I wanted to make a VFD :)
I'm currently workng on a project like this. But I will use software to generate a SPWM on a ATTiny85. My goal is to make a 10Kw, 220V Triphase inverter with some protections like overvoltage, overcurrent and undervoltage. Is there any big difference of making a 1kw to 10kw inverter? Is it better to use separated IGBTs in the board or the high power IGBTs modules? Do I need to make somthing like a Power Factor Corrector? Thank you very much.
I believe there is a significant difference. For example regarding the current you can expect in your board. I could get away with increasing the trace width a bit, but in your case the currents are significantly higher and you will have to handle it accordingly (Thicker/wider traces , via stitching, exposed copper for adding solder, etc.) Regarding separated IGBTs, it depends on the components you find. Here are examples of 7[kW] power modules which might fit your project, seems like they're at the upper end of available power modules: www.st.com/en/power-modules-and-ipm/sllimm-high-power.html It's way easier to use a ready made power module, especially if you want the protections you mentioned, they're usually included in the power module. Obviously if you don't find what you need at a reasonable price, you'll have to build it yourself. Power Factor Corrector: If it's for personal use, I'm not sure your electrical utility company will notice, but I really don't know. P.S: I would start with a project with lower power and work my way up from there.. this is pretty dangerous if you're not an expert, and even if you are, it's still pretty dangerous. Good luck and stay safe!
A counter overflow event happens every 64[us], so the PWM freq is 1/64[us] = 15625[Hz]. You can read more about it in the comment section in the code (Lines 1-25): github.com/MatanPazi/VFD/blob/main/VFD.ino
If I understood you correctly: Yes, the AC-DC and rectifier can work with 60[Hz] / 110[V] and 50[Hz] / 220[V] And the code isn't affected by the input AC frequency.
@@matanpazi3777 It's beyond the scope of stuff here but its useful to know that with the popularity of commercial VFD's, motor manufacturers have started to make some specifically for VFD use because some of the common motor types under perform when not operating at their preset values. Interesting stuff in your channel, keep it up. :) I love tinkering with soldering irons and circuits.
Excellent over view. 😎 Thank you.
Nice
❤
Great and impressive work. How do one reverse the direction of the motor rotation ???
Great video! Looking forward to the next ones!
You rule! fascinating stuff
Nice project! Could you kindly upload wiring diagram of motor.
Thanks!
Sure:
github.com/MatanPazi/VFD/blob/main/References/Motor_Wiring_Diagram.jpg
Great video, very informative. Would you mind telling me the name of the power module you used? Why did you use that one specifically?
@@rastyisanerd3686 Thanks :)
Check out the hardware video, I probably mention it there.
awesom video, great explanation looking forward to hardware and coding detailed video. thanx a lot for sharing knowledge ..keep growing
😁by now he has forgot about the drill press, how long did it took you,
Anyway it was very impressive I think it's better than some factory once that I have installed, an less complicated, 👍nice work
Nice work ....
Amazing!
Nice info, thanks:)
Very nice video, good work mate!
Thanks a lot!
@@matanpazi3777 Hey there! I found your video very informative and beneficial for my final year project. Would it be possible for me to obtain the PCB design file? Please.
@@Mastertheblaster2 Thanks.
I purposely left out the design files as a precaution so people wouldn't play around with high voltage without proper training/knowledge.
You're welcome to look at part 2 of the series, the hardware video, and learn from it to start your own design.
Good luck!
Very nice and informative video @Matan Pazi! Could you suggest if a single phase permanent magnet motor can be used? Thanks!
Thanks!
Sure, as long as you have a self starting mechanism in the motor, I don't see why not.
@@matanpazi3777 That's great. Will try. Thanks.
Such an informative video! thanks :)
Great work. Can you add feedback to your board to set a specific rpm for the motor?
Thanks.
Not in this VFD. The speed setting is in open-loop only.
You are a genious!
Pls what's the programing language you use to program your microcontroller ?
I want to learn programing so I can be good at programing Arduino.
It's C++.
Great Scott
Good stuff 😃
Thanks for sharing this great work. I have been also looking to build one simple 1HP VFD. From your video, it is clear that your motor is rated for 50 Hz whereas you are generating frequency upto 120 Hz. Can you please explain reason behind this? and is it normal rating for VFD to be at 120Hz or are you over-speeding the motor?
My pleasure :)
I just wanted to show I can exceed the rated speed of the motor using my VFD.
I found some sources stating 120Hz is the top limit.
I was definitely overspeeding the motor.
@@matanpazi3777 Thanks for the quick reply. This is really very nice work and very well explained in detail.
Kindly show connections for single phase motor.
Excelent!
How about the harmonics calculation of generates square wave?
If you open the top portion of the drill press are there not pulleys that you can change the gear ratio to speed up and slow down the drill?
Hey, yes, there are but my father-in-law changed the motor in the drill to a motor with a higher nominal speed. So now the lowest available speed isn't slow enough for him.
So it would be a matter of changing the pulleys which he wanted to avoid.
And besides, I wanted to make a VFD :)
Really?
I'm currently workng on a project like this. But I will use software to generate a SPWM on a ATTiny85. My goal is to make a 10Kw, 220V Triphase inverter with some protections like overvoltage, overcurrent and undervoltage. Is there any big difference of making a 1kw to 10kw inverter? Is it better to use separated IGBTs in the board or the high power IGBTs modules? Do I need to make somthing like a Power Factor Corrector? Thank you very much.
I believe there is a significant difference.
For example regarding the current you can expect in your board.
I could get away with increasing the trace width a bit, but in your case the currents are significantly higher and you will have to handle it accordingly (Thicker/wider traces , via stitching, exposed copper for adding solder, etc.)
Regarding separated IGBTs, it depends on the components you find.
Here are examples of 7[kW] power modules which might fit your project, seems like they're at the upper end of available power modules:
www.st.com/en/power-modules-and-ipm/sllimm-high-power.html
It's way easier to use a ready made power module, especially if you want the protections you mentioned, they're usually included in the power module.
Obviously if you don't find what you need at a reasonable price, you'll have to build it yourself.
Power Factor Corrector: If it's for personal use, I'm not sure your electrical utility company will notice, but I really don't know.
P.S:
I would start with a project with lower power and work my way up from there.. this is pretty dangerous if you're not an expert, and even if you are, it's still pretty dangerous.
Good luck and stay safe!
@@matanpazi3777 Thank you for quick reply. I Found these ST Modules amazing. I will try to buy one. Up to 7kw is very good for me.
please what is the high frequency used to generate the square wave in output
A counter overflow event happens every 64[us], so the PWM freq is 1/64[us] = 15625[Hz].
You can read more about it in the comment section in the code (Lines 1-25):
github.com/MatanPazi/VFD/blob/main/VFD.ino
@@matanpazi3777 thanks. Would the SPWM still work without the external oscillator?
Does this code work with 60Hz power frequency?
If I understood you correctly:
Yes, the AC-DC and rectifier can work with 60[Hz] / 110[V] and 50[Hz] / 220[V]
And the code isn't affected by the input AC frequency.
Hello, there would you share the schematics, i would like to study this project electronics components
Sure, will upload it to my VFD Github repository (Link in the description) in a week or so, on vacation ATM.
Uploaded schematics to GitHub.
@@matanpazi3777 thanks so much.
Please send the code
Can you help make this project
It's important to use a motor specifically made for a VFD, you will shorten the life of the motor a lot.
For 1-phase motors, depending on how the auxiliary winding is connected, it can be an issue.
@@matanpazi3777 It's beyond the scope of stuff here but its useful to know that with the popularity of commercial VFD's, motor manufacturers have started to make some specifically for VFD use because some of the common motor types under perform when not operating at their preset values. Interesting stuff in your channel, keep it up. :) I love tinkering with soldering irons and circuits.
how i can contact you please