Brushless DC Speed Controller

Поділитися
Вставка
  • Опубліковано 23 лис 2024
  • In this video I'm going to show how i built a brushless DC (BLDC) ESC (electronic speed controller) based on an Atmega328P microcontroller. This ESC was a prototype for a much larger one that I'll be using to drive the 1500-watt motors on my submarine. The video also explains the theory behind how a brushless DC motor works, and some troubleshooting tips that you may find helpful if you build one of these yourself.
    The code i used for the first test can be found here:
    simple-circuit...
    I later modified it to add a reverse function and adjusted the startup sequence settings to get a smoother start to my motors.
    A guide on using the Atmega328P microcontroller by itself (without the arduino board) can be found here:
    www.arduino.cc...
    Hardware used:
    MOSFETs: IRLZ44
    Flyback Diodes: MUR120G
    MOSFET Drivers: IR2101
    5V Linear Regulator: LM7805
    MOSFET Driver supply regulator: LM317
    The motor used in the first part of this video is a very old brushless motor i used to fly on a drone, and I'm not sure what the part number is or if it's still in production.
    The submarine motors are Turnigy SK3 6374-192 kV brushless motors. I've replaced their ball bearings with bronze sleeves, and coated the rotor and stator with enamel to protect against saltwater.
    Arduino Code:
    drive.google.c...

КОМЕНТАРІ • 271

  • @HyperspacePirate
    @HyperspacePirate  3 роки тому +85

    I've updated the description with a link to the arduino code

    • @jstro-hobbytech
      @jstro-hobbytech 2 роки тому +2

      without checking the source it reeks of the electronoobs guy. he's the king of the 328p haha

    • @a.a-c5h
      @a.a-c5h 2 роки тому

      @@jstro-hobbytech 😊

    • @raoumer3682
      @raoumer3682 Рік тому

      Can you plz given me the circuit diagram or garbal file

    • @vladimirsamas3097
      @vladimirsamas3097 Рік тому +5

      when will be the video about the bigger ESC

    • @winnaingnaing3023
      @winnaingnaing3023 Рік тому

      ​@@jstro-hobbytech@@a

  • @AradijePresveti
    @AradijePresveti 2 роки тому +242

    You know you're in for a treat when the video starts with the words "My submarine...".

    • @jstro-hobbytech
      @jstro-hobbytech 2 роки тому +3

      I died hahaha

    • @camronmaccourt
      @camronmaccourt Рік тому +4

      Exactly...

    • @franukito
      @franukito Рік тому +2

      My submarine-themed bathroom is relaxing to see while taking a dump.

    • @brandon.4451
      @brandon.4451 Рік тому +2

      My exact thoughts lol

    • @m3chanist
      @m3chanist Рік тому +2

      Haha EXACTLY. A rare combination of words you hear spoken indeed.

  • @garymucher4082
    @garymucher4082 2 роки тому +49

    As with any experimental project, you start from the basics, and when you get it kind'a working, you add other options to fine tune exactly what you really want. Amazing how large such circuits end up being. Been there done that so many times... Thumbs Up!

  • @MakeTeachRepeat
    @MakeTeachRepeat Рік тому +30

    It’s because the brushless controller, like servos don’t just take PWM control, they need an exact pulse timing to initialise. If you use a servo library it’ll solve your issues.

    • @analoghardwaretops3976
      @analoghardwaretops3976 Рік тому

      They need an exact position of winding wrt magnet position & polarity.. but this is not achievable. with external servo pos. control .....
      Here target is stator wdg./ rotor magnet ..ext.servo is for external target/ plant control

    • @danielfearn6076
      @danielfearn6076 Рік тому +2

      It's still PWM, just a particular rage of duty cycle. I'm sure this guy was able to figure that out. The problem with RC ESCs is that they are a bit picky about what signals you send them to start up. Some won't recognise a servo "0" or "180" degree, and will instead only accept signals between e.g. 20 and 160 degrees. On startup they often do some sort of input calibration, so once again if you have the wrong signal being sent at that moment it'll mess things up.

  • @MarlosB
    @MarlosB 2 місяці тому +1

    Great video, BLDC motors and its ESCs are tricky and most videos available get some details wrong and drive viewers to non working solutions and broken code. Your solution works and your explanation is very good. Thanks

  • @BS_Workspace
    @BS_Workspace Рік тому +3

    I just wanted to say thanks for sharing your project, It provided inspiration and impetus. I had been putting my own ESC project off for a while. A combination of analysis paralysis and trying to think of all the required features. I decided to go with through hole components (majority) and an arduino after seeing this video. My motor is now up and running. Thanks again.

  • @rafa_br34
    @rafa_br34 Рік тому +2

    Holy shit, you did something most UA-camrs failed badly to do without even needing external comparators.

  • @MuratIsikHome
    @MuratIsikHome Місяць тому

    Very nice video giving a lot of insight. Congratulations.
    One humble improvement I can suggest is not to use a Linear Regulator (LM317 at 10:41) but instead, use a DC-DC converter (aka switching power supply to convert your 24-28V down to 14V).
    When you use a linear regulator, you are burning half of your battery capacity [ (28V-14V)/28V = 50% ] on the LM317, basically converting it to heat.
    Switching power supplies, on the other hand, can be as much as 99% efficient, and therefore use your battery capacity for propulsion instead of heat.
    Keep designing

  • @Positive_Altitude
    @Positive_Altitude 7 місяців тому

    Very good! A very clean guide through ESC design. The only mistake (that actually, almost all hobby ESCs have) is that you should not switch phases at zero-crossing. Zero-crossing happens in the middle of the current phase, not at the end. So you switch phases a little bit too early. That still works obviously, but it reduces efficiency and increases torque ripple.

  • @antronx7
    @antronx7 2 роки тому +8

    Now add PWM, current limiting and smooth start and you got a usable brushless motor controller. Probably better to move to STM32 micro with many needed hardware peripherals already built in.

  • @Gersberms
    @Gersberms 8 місяців тому

    This is so interesting and impressive! I finally really understand exactly why 3 phase motors have 6 wires, how all these coils relate to only 3 phases, and how the number of magnets are related to the number of coils per phase.
    When you were talking about needing a hall effect sensor, I realized you could deactivate one phase and measure voltage on that phase - but then you mentioned using the inactive phase because there's always one that's not driven. Super clever.
    There are only two things I may have missed or you didn't address them: the waveform (PWM, simulated sine, or simply square - which is what you're doing), and the other is timing: the ATmega328 does not have reliable timing because of its factory default interrupts. I believe people can get much faster execution and much more reliable timing by programming them in assembly. This probably doesn't matter since you're relying on an interrupt for your timing anyway - so the measurement from the motor is your clock in a way.

  • @scotticus66
    @scotticus66 2 роки тому +5

    Wow well done and thanks for sharing the code. be careful out there the ocean has this way of destroying everything that sied it looks like you know what you are doing! having been on a submarine With The RCN and noting that they spend a lot of time in dry dock and almost never sail I have a lot of respect for what you are attempting.

  • @3deeguy
    @3deeguy 2 роки тому +13

    I was encouraged to see that you used a dual trace scope. I wanted to build my own esc but my motors are delta wound and I couldn't figure out how to detect the zero crossing point with my dual trace scope. I think I'll buy a wye motor and compare a phase with the neutral point as you did.

    • @jonibeYT
      @jonibeYT 2 роки тому +3

      When running the motor there will always be one phase that is inactive during each step, thats the same for y and delta. Since the inactive coil will move along the permanentmagnets there will be a voltage induced, which can be measured. The point youre looking for is the moment when this induced voltage changes its sign (crosses zero).

    • @3deeguy
      @3deeguy 2 роки тому +1

      @@jonibeYT _"...thats the same for y and delta."_
      I started thinking about that. It makes perfect sense. With the delta motor only one coil is energized at a time. I'm going to run some tests with that in mind.
      I'm just a hobbyist. The problem for me is I have three hobbies, electronics, programming and animation. If I run into a wall, sometimes I will switch to a different hobby and stay zoned in for months at a time. As a result I lose focus on my other hobbies.

  • @victoryfirst2878
    @victoryfirst2878 Рік тому +10

    I have to tip my hat off to you Sir. This video really refreshes my knowledge of electronics with all the buzz and straight information on the subject matter. I am looking forward to check out your other videos to bring my knowledge of electrical stuff to on par.
    Job well done Sir too.
    Have yourself a Merry Christmas and A Happy New Years fella. Hope great things for us both in the New Year.

  • @guillaumef2293
    @guillaumef2293 8 місяців тому

    Super, c'est très intéressant ces explications,et c'est très sympa de voir le cheminement pour en arriver au produit fini.!

  • @anomaly9233
    @anomaly9233 Рік тому +4

    I found my way here from the cryocooler videos, and YOU HAVE A SUBMARINE! This channel is amazing.

  • @alimohammadi7318
    @alimohammadi7318 2 місяці тому

    peace be upon you
    Thank you for sharing the brushless motor driver code, thank you very much❤🌺🙏

  • @berver4880
    @berver4880 Рік тому +1

    You are the king!👑I didn't know you can use motor's coil for position sensing.

  • @emirhanb7902
    @emirhanb7902 Рік тому

    You are a holy engineer. Whispering to esc and motors and stuff. So inspired by your work as a high school student!

  • @Dipplers
    @Dipplers 7 місяців тому +2

    If you made this as a product, I would definitely buy it

  • @BenjaminMarshallScienceMan
    @BenjaminMarshallScienceMan 2 роки тому +16

    You say that a "Y" configuration produces more torque, but the more appropriate thing to say is that it produces more torque at a given current.
    Assuming each phase is 1 ohm and we're powering the motor with 10V, at zero RPM the "Y" configuration will draw a maximum of 6.66A, while the delta will draw a maximum of 20A. At these respective currents though, the "Y" motor produces %66 of the torque of the Delta motor while only drawing %33 as much current.
    My example and numbers assume that the all three half-bridges are either 'pushing' or 'pulling' at all times instead of only two at a time like yours, but the numbers are similar either way. If we leave one half bridge turned off, at zero RPM the Delta draws 10A, and the "Y" draws 5A but produces the same torque as the Delta.
    Due to the increased inductance per phase of the "Y" type though, it will have a higher impedence at a given RPM, so you were right in saying that Delta is faster. The way I prefer to think about it is that "Y" configurations are good when current is the limiting factor, and Delta configurations are good when voltage is the limiting factor.
    Fantastic video though! I love your channel.
    EDIT:
    I see you're using the IR2101. I was designing an ESC with those aswell, but I recently discovered the IRS2184. Just like the IR2101 it supports bootstrapping, but it also lets you switch from HIGH to LOW with a single input pin, and has a built in 400ns dead-time so your high side and low side MOSFETs dont transconduct. It also has a turn-off pin so that you can easily throttle your motor with a PWM signal generated by your Arduino.

  • @marcus_w0
    @marcus_w0 4 місяці тому

    This was an exceptional good video precisely about what I was searching for. Thank you good sir!

  • @klausbrinck2137
    @klausbrinck2137 6 місяців тому

    1:53 I´ve read, that holding the ends of a resistor at the 2 points you about to connect, before establishing the actual connection, is beneficial in limiting inrush-current, that can wear out components... A soft-start. The resistor can then be removed.

  • @amrrasslan4329
    @amrrasslan4329 9 днів тому

    amazing channel canot wait for part2

  • @anibalvilelarj
    @anibalvilelarj 2 роки тому +15

    Congratulations!
    Your video is the best tutorial about the ESC for BLDC motors. Finally, I could understand how does work the BLDC with back EMF control.
    Thank you, a lot.
    The Arduino code is very optimized for speed, otherwise it would not usefull for this kind of motor control.
    Your hardware considerations about the use of the Atmega328's internal analog comparator was great, as well as the Interrupt.
    Did you finished the PCB design?
    Do you think or plan to sell or share it?
    I would like to get it.
    Did you test your maximum speed acquired, at despite for your purpose you don't need very high speed, I think.

  • @ninetailscosmicfox5585
    @ninetailscosmicfox5585 Рік тому

    I'm looking to make my own mixed signal ESC for some DIY quadcopters and I want to use analog computing for the inner control loop. The idea is that sensors provide analog signals while the computer can control it either through sequential logic or a DAC. After computation the net output is fed into a voltage controlled oscillator running an endless loop shift resister which selects the BJT/FETs needed. The idea is that all of this takes place at the rotor so that each rotor has it's own inner control loop with mixed signal state mechanics.

    • @jeffro.
      @jeffro. Рік тому

      Sounds complicated.
      I guess the idea is you WANT complicated!

    • @ninetailscosmicfox5585
      @ninetailscosmicfox5585 Рік тому

      Well the tradeofff is simplicity for better inner loop response latency.

    • @ninetailscosmicfox5585
      @ninetailscosmicfox5585 Рік тому

      Great now I’ve started my day thinking about detecting runaway effects and oscillatory feedback

  • @joshuavincent7884
    @joshuavincent7884 Рік тому

    nice to see a demo using back EMF instead of an encoder

  • @multiman9490
    @multiman9490 Місяць тому

    Very super description and explanation! Thank you very much! Tell me, is there or will there be a continuation of the video?

  • @hamesparde9888
    @hamesparde9888 2 роки тому +7

    This is pretty cool. It's a lot simpler then I would have thought it would be. I mean the feedback stuff is a bit complicated. But it was simple before that 😂

    • @conorstewart2214
      @conorstewart2214 Рік тому +3

      It is good as a homemade esc but it is nothing compared to commercial escs, like blheli32 escs, they have a lot more functions, like low voltage cut off, stuff to help with starting large motors, braking, configurable acceleration rates an using PWM to emulate a sine wave, just to name a few of the advanced functions.

  • @mobinmortazavi83
    @mobinmortazavi83 10 місяців тому

    Great video , your voice was super clear , thanks

  • @gmplascencia
    @gmplascencia 3 місяці тому

    Great Video! Thank you for sharing! God Bless you!

  • @MarcelNKemet
    @MarcelNKemet 7 місяців тому

    When you know your stuff you able to explain it even to babies. Great video.

  • @aSpyIntheHaus
    @aSpyIntheHaus Рік тому

    I still have the scars across my fingers 3 years after breaking the golden rule of "No Props in the shop" and having a unbalanced motor break free of its mount and bite me.
    I'd highly recommend considering it. :)

  • @bill123f2
    @bill123f2 Рік тому

    If you want to handle huge voltage you can run the esc at 5volt and the it triger the MOSFETs with the cooler that are connected to the huge voltage

  • @jeffro.
    @jeffro. Рік тому

    I want my OWN submarine!
    Can i use yours sometime? Hmmm?
    This looks like much fun!
    I can't dive any more due to eustachian tube spasms in one ear, so this looks like next best thing.
    Maybe better! Def better. 👍 👌

  • @dfunited1
    @dfunited1 Рік тому +2

    This really planted an idea in my head. Could the Atmega and logic be replaced with another BLDC motor used as an input. Hand crank (or pedals in my head) drives a motor to a set of MOSFET drivers to the output motor. Keep the whole thing AC. Manual Speed Controller?

  • @abdillidab2993
    @abdillidab2993 Рік тому

    Correct me if I am wrong but the feedback lines are connected to the Y point of the motor windings.Therefore, D7, c2 and c3 see exactly the same input.

  • @nistax2880
    @nistax2880 Рік тому

    Bro is the next micro reps

  • @ericwil76
    @ericwil76 3 місяці тому

    Would have been nice to show how to calculate the network resistor values for the processor?

  • @spiworkshop9416
    @spiworkshop9416 6 місяців тому

    Great Job and analysis.

  • @justacoffeemakerjr.9813
    @justacoffeemakerjr.9813 3 роки тому +1

    yes thanks.. if it's a free source atmega328 bike controller for everyone, well the part, pcb and code awaited

  • @onixtecnologia
    @onixtecnologia 3 місяці тому

    Thank you very much for sharing your knowledge. Could you please help me by changing the code, replacing the speed control instead of the keys with a potentiometer?

  • @TRB4571
    @TRB4571 Рік тому

    Your mike is very noisy witch is sad because your content is very good.

  • @onixtecnologia
    @onixtecnologia 4 місяці тому

    Thank you very much for sharing your project and knowledge. I really liked this ESC. You said you would make an ESC for 40A in the next video, but I couldn't find the video, have you already done it? (I need an ESC for a higher power motor, I think about 40A is enough..)

  • @robsonrbj2907
    @robsonrbj2907 Рік тому

    congratulations great video!!

  • @tvishmaychoudhary69
    @tvishmaychoudhary69 3 роки тому +1

    Soon you will be recognised

  • @svenyoda1309
    @svenyoda1309 Рік тому

    Great job, keep up the good work!!!
    Greetings Sven

  • @gmplascencia
    @gmplascencia 2 роки тому

    Great Job!! Thank you for Sharing!

  • @thesebi
    @thesebi Рік тому +2

    Very informative video 👍
    How did you modify the BLDCs for saltwater?

  • @arhaankhann8738
    @arhaankhann8738 11 місяців тому

    The MOST IMPORTANT Question.
    Can you please let me know how did you wire slide switch for reverse forward function?
    Your Answer wii be Appreciated 👍 👍

  • @altabanff
    @altabanff Рік тому

    good explanation, thanks

  • @standardbassbox
    @standardbassbox 3 місяці тому

    Very nice all bord

  • @americanmacgyver
    @americanmacgyver 4 місяці тому

    Thanks for answering a lot of questions I previously had. Do you have a "Super Like" / donate button?

  • @nikolaiphilipenko9210
    @nikolaiphilipenko9210 4 місяці тому

    Hey Hyperspace, could you give me a quick explanation on what the MUR120G diodes are for? Or are they simply flyback diodes? in which case why is the low side one needed?

  • @notheoryplease
    @notheoryplease 11 місяців тому

    This was amazing!!!

  • @murraymadness4674
    @murraymadness4674 2 роки тому

    Well done video, concise. But what is interesting to me is you are putting that motor in the water like that? Or did I miss your cover on them?
    Why wouldn't you have motor inside and shaft to outside. Cooling them with the water?? Any particulates that gets inside can jam the rotor.

  • @JoJoNumbarOne
    @JoJoNumbarOne 2 роки тому

    Very good video. It deserves more views

  • @mitchellquinn
    @mitchellquinn Рік тому +1

    Some nice work there! I'm curious about (more than) one thing ... how did you diagnose that the voltage spike was resetting the AT-mega?

  • @robertobryk4989
    @robertobryk4989 8 місяців тому

    The feedback signal lines on the full diagram are connected to the wrong ends of the windings.

  • @hamzahansari6900
    @hamzahansari6900 2 роки тому +2

    I do understand a major part of this but not all and not properly (I'm currently in 2nd year of my electrical engineering)
    Can you guide me as to what will I have to do if I wanted it to work with 48v and around 150amps.
    Also, can you upload the circuit diagram too.
    It'll be very helpful.

    • @jeffro.
      @jeffro. Рік тому

      Wow. I understand every bit of it, I've designed my own circuits to do all kinds of stuff... but I've never had ANY engineering classes. Not one.
      I'm completely self taught, I just figured it out, by reasoning though it.
      Where i learned? By reading data books published by the IC manufacturers, of course. You'll find a treasure trove of great info in there!
      Everyone should do it, if you want to learn.
      Some of the best ones are "App notes," AKA application notes. Those have theory, explanations, reasoning (strategies, etc), everything you'd want.
      You can usually download them for free.

  • @mevluthanmillidere3755
    @mevluthanmillidere3755 3 роки тому

    congratulations bro...

  • @RixtronixLAB
    @RixtronixLAB Рік тому

    Nice info, thanks :)

  • @slahos
    @slahos 5 місяців тому

    flawless

  • @slashghero
    @slashghero 2 роки тому

    Love your channel.. great content!! 👌

  • @LochanKutz
    @LochanKutz 7 місяців тому

    Can I please know what would be the process in case my motor had hall effect sensors.

  • @swedensy
    @swedensy 10 місяців тому

    All water circulation pumps in EU use similar circuit. Pumps like Wilo. I need driver board pcb. I can't find any information on those pump corcuits

  • @salmanusman9869
    @salmanusman9869 2 роки тому

    Nice motor sound, but b4 you go to Atlantic ossion try enter your code and fine the active of pin7(PD7) of your circuit !!!?

  • @efraimyusufdurmaz6963
    @efraimyusufdurmaz6963 Рік тому

    Hello. Shouldn't the Vs (6.) pin of the IR2101 be connected to the junction point of the high side and low side mosfets? for bootstrap.

  • @powerbuoy
    @powerbuoy Рік тому

    Very nice!

  • @denilpt1999
    @denilpt1999 2 роки тому +1

    Iam having some douts bro
    Is it possible to upgrade 30a esc to much higher ampere by. Addiing parallel mosfets. (Same voltage range)
    What are the issiues of this idea

  • @kayakMike1000
    @kayakMike1000 Рік тому

    I wonder if we could make the raspi Pico mcu run the pattern described in the programmable gpio "bit banger" peripheral thingy.

  • @mahershhab3824
    @mahershhab3824 2 роки тому

    We want the same explanation, but I have to run a larger motor, 320 volts DC

  • @sabinbaral4132
    @sabinbaral4132 2 роки тому

    Subscribed sir very good content thanks!

  • @R.B_B
    @R.B_B Рік тому

    Two questions. How do you need to modify the motors for run in salt water? And can we scale this ESC to support 250 Amp. I need one for high speed boat

  • @emresanalacak9844
    @emresanalacak9844 Рік тому

    First of all, congratulations, how many amps can it deliver continuously?

  • @chang2455
    @chang2455 6 місяців тому

    Hey, I’ve been trying to build one for sometime. I didn’t get IR2101 at first so I used the bootstrap circuit to build a hbridge but it didn’t work, and then I tried driving only the high side with your circuit by connecting one driver burned my raspberry pi pico and switched to stm8. Is there any references of not using the bootstrap circuitry as the data sheet recommends? 10:37

  • @bobmirror7164
    @bobmirror7164 Місяць тому

    No. It is best to give the micro controller an independent power supply.

  • @Stm-or9py
    @Stm-or9py 2 роки тому +1

    hello my friend. Can you share the final version of the circuit diagram and software? I'm thinking of using it in electric car control. I don't want to buy ready made motor driver. :)

  • @sylaswojciechowski2584
    @sylaswojciechowski2584 Рік тому

    Hi, how did you determine the resistance values of the new back emf voltage divide resistors?

  • @ahmedabdellatif2720
    @ahmedabdellatif2720 Рік тому

    Can you share the final code with the option of the reverse switch?

  • @WalidIssaPlusE
    @WalidIssaPlusE 2 роки тому

    Super great. can you provide also the motor 3D printed frame ?

  • @Zaheerahmad-ff5cr
    @Zaheerahmad-ff5cr Рік тому

    Nice video

  • @Dancopymus
    @Dancopymus Рік тому

    Greetings Hyperspace Pirate. First of all thank you for sharing your project. I have three questions:
    1) This circuit of yours for brushless motors, is it necessary to give a push to the motor to start it, like many circuits given on the internet?
    2) It serves for HD and CD ROM motors with 3 and 4 wires?
    3) Can Arduino Nano be used? Thanks a lot.

  • @hocvan9802
    @hocvan9802 Місяць тому

    I followed this and the motor rotates but is vibrating, can you help me?

  • @hocvan9802
    @hocvan9802 Рік тому

    Can you tell me what I don't understand at 7:17 minutes? What is the purpose of the three resistors connected to the ground?

  • @pdj-ig7xh
    @pdj-ig7xh 3 місяці тому

    good course

  • @Radix_P
    @Radix_P 4 місяці тому

    Have you tried using VESC?

  • @prerupa
    @prerupa 9 місяців тому

    3:55 What if we use these switching instead ?
    I realized.
    I see in the video the sequence on/off of the switches is this:
    s1: 110000
    s2: 000011
    s3: 001100
    s4: 000110
    s5: 011000
    s6: 100001
    But wouldn't it be better if it looks like this?
    s1: 111000000011
    s2: 001111100000
    s3: 000000111110
    s4: 000011111000
    s5: 100000001111
    s6: 111110000000

  • @MrHerhor67
    @MrHerhor67 9 місяців тому

    Waaait, doesn't delta have higher power (and thus torque) than star?
    And RPM is controlled by the switching speed anyway?

  • @FrozenPieces909
    @FrozenPieces909 8 місяців тому

    Negative ghost rider how are you shorting the drain with 12v over its threshold? And the atmeg as well where's your second source or voltage drops for that? Also why connect source to ground an the datasheet says not to go over certain parameters or else the mosfets were destroyed themselves? Can you show all details if not explain it with out skipping the important steps please and thank you

  • @kamuranpeker132
    @kamuranpeker132 2 роки тому +2

    I tried to make a similar circuit, but I could not get the result I wanted from the IR2101. I'm in trouble with the seventh pin. Even if I apply PWM to the Hin input with the second pin, it produces a constant 7 volt output (seventh pin Ho), which causes the mosfet on the H side to remain open all the time. Do you think the diode is causing this situation?

    • @HyperspacePirate
      @HyperspacePirate  2 роки тому +6

      Can you email me a picture / schematic of how you wired your circuit?

  • @HeimerDinger_
    @HeimerDinger_ 5 місяців тому

    Hey, can you share the first ESC_Test_Code? I would be very grateful if you could share it with me. :)

  • @denilpt1999
    @denilpt1999 2 роки тому

    Bro please build the final esc

  • @Bbqchcichenman
    @Bbqchcichenman 2 роки тому

    Did you try vesc at all?
    Also the video has a fair amount of white noise in the background, jus so you know

  • @ZayMeisters
    @ZayMeisters 2 роки тому

    Would you be able to slowly turn BLDC motors with an ESC like this?

  • @denilpt1999
    @denilpt1999 2 роки тому

    Great broo

  • @tohidrezazadeh795
    @tohidrezazadeh795 Рік тому

    hi, very nice.thanks

  • @dmitrynuzhdin
    @dmitrynuzhdin Рік тому

    Hey! Great video, very simple and straightforward, but I think there is a big mistake in control logic. I never built an ESC yet but I am pretty sure that zero-crossing happens in the middle of the phase, not at the end. So If you will switch the phase at that moment it will work, but I guess the efficiency will be very low because you always will be half-phase off the ideal timing. What you should do: use the previous zero-crossing time to get an idea about a phase duration and wait half of this duration AFTER zero-crossing and only then switch phases. I see the same issue in other DIY ESC builds. Please respond if you are sure that I am wrong. I would like to figure this out for sure.

    • @alexandrelanhoso5538
      @alexandrelanhoso5538 Рік тому

      These DIY escs use a driving strategy called 6 step switching, where for a full magetic field rotation, there are 6 different electric states. Each zero-cross represent the end of the current step, that may also be the end of that "phase".

    • @analoghardwaretops3976
      @analoghardwaretops3976 Рік тому

      the term "Zero crossing" is the
      " motor B.E.M.F. crossing @ zero volts when its voltage polarity reverses.. from +to- or -to+ ... "commutation instant" is another event.. and is related to " current" going through zero , before changing polarity. & is not necessarily in phase with BEMF .. there's always more " current" phase lag @ light loads especially @ higher speeds....
      therefore there's always lower torque @ higher speeds even when driven at rated motor current.

  • @chazlabreck
    @chazlabreck Рік тому +1

    That thing looks like it could go to the titanic far more safely then that carbon fiber death trap

  • @김현우-j8k
    @김현우-j8k 2 роки тому

    is this controller can be operated in 12kw brushless motor? i mean if we change a little parts. and also are we have to change some circuit to operate a 12kw bldc motor?