Sinusoidal FOC Control of Brushless Motor - Open Loop

Поділитися
Вставка
  • Опубліковано 1 вер 2022
  • Another #shorts about a future video tutorial on FOC control using SPWM signals from the Arduino to create sinusoidal waves and change the orientation of the magnetic field and rotate the brushless motor very slow and precise
    🔀LINKS
    -------------------------------------
    Brushless motor: s.click.aliexpress.com/e/_DlM...
    L6234PD driver: s.click.aliexpress.com/e/_Det...
    Magnetic Encoder: s.click.aliexpress.com/e/_DkK...
    Buy my T-shirt: electronoobs-merch.creator-sp...
    🤝SUPPORT
    -------------------------------------
    Join my Arduino Course (Spanish): bit.ly/2JY8icE
    ELECTRONOOBS.io: electronoobs.io
    Help my projects on Patreon : / electronoobs
    my Q&A page: electronoobs.io/forum/index.php
    Facebook page: / electronoobs
    Canal en Español: / electronoobs en español
  • Наука та технологія

КОМЕНТАРІ • 35

  • @dip8
    @dip8 Рік тому +6

    a really cool thing i saw is using a bldc with position feedbach as a knob with force feedback

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

    Please make a video about SimpleFoc

  • @ramarastogi922
    @ramarastogi922 Рік тому +6

    Thing I've been withing for months

  • @UserName-cb6jz
    @UserName-cb6jz 11 місяців тому

    It's beautiful to see those PWM signals rolling like that.

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

    Very excited. Looking forward this video, schematic and code. 😍

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

    Looking forward. Would like to know more about what is FOC. 👍

  • @soonlor1859
    @soonlor1859 Рік тому +6

    Im excited to wait the explanation video

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

    Hey I have been a fan of your open source projects , is it possible to make a open source inkject printer ? With readily available parts like Arduino and stepper motor driver and probably adapting a off the shelf printer cartridge, but refillable may be.

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

    Great ,thank you for sharing

  • @d.athegreat3947
    @d.athegreat3947 9 місяців тому

    Hello my friends, that's really cool.

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

    You can't use this wave form for high current applications. You need your own dead time control over pwm signals for h bridges. Esp32 has 2 6 output h bridges gave me wanderful results to generate 3 phase sinusoidal voltage of with 8 bit amplitude sample at 20 khz pwm frequency.

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

    Please connect the GND of the scope probes next time!

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

    Where should i connect the probes to get the PWM?

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

    How much torque is there at slow speeds?

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

    Hi. Its very nice. Can you share the code please?

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

    Sir can you share this code?
    I'm working on the FOC based BLDC controller. I'm already try your ESC also

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

    What torque can you expect ?

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

    Is swpm better than trapezoidal switching?
    How about programing point of view as spwm need more cpu resources

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

    can you use a system like this to control three microwave transformers stepped down for high current output ?

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

    This is awesome, if you could make this in such a way that its closed loop and able to drive a larger motor using a power mosfet inverter it could be used to drive ebikes. Atleast the control board section by arduino would be nice. We at our company use dsPIC33 mc for these purpose but it requires an icd kit and the PIC ecosystem is expensive for me.
    Esp32 have an integrated motor control pwm that can do space vector control have you tried it?

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

    This is not FOC it's a sinosodial control in open loop

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

    En español pleace. Felicitaciones

  • @power-max
    @power-max Рік тому

    SPWM, eww! You should use space vector modulation and 3rd harmonic injection! This let's you feed in a larger percentage of your DC bus to your motor, allowing it to spin slightly faster at a given DC input voltage.

  • @power-max
    @power-max Рік тому

    It isn't really field oriented control, your just sending SPWM voltages to the 3 phases and the motor is snapping to align with the generated RMF. The angle ends up being zero under no torque load and if the angle gets too high (higher than 90° spinning too fast or too heavy a load) then it slips (de-syncs) and potentially stops rotating with the field due to the inertia and load.

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

      It will have a magnetic encoder and control the angle with feedback.

    • @power-max
      @power-max Рік тому

      @@ELECTRONOOBS I think it's possible to do FOC without sensored feedback but limited to higher speeds. Also you need current sensors to do it properly. Both of those sensors could be replaced my "estimator" blocks based on the electrical model of the motor and what is known.

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

      Sensorless FOC methods use “Observer” algorithms to detect rotor position using Back-EMF information if the rotor is spinning.
      Sensors are used to give position info at Zero Speed, but there are already methods being developed to get around this
      (High Frequency Injection)

    • @power-max
      @power-max Рік тому

      @Jdogdrums7 I am gonna have to explore the high-frequency injection method! Might be useful for controlling off the shelf IM machines very precisely

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

      @@power-max if using a Rotor position sensor isn’t viable (Hall, Encoder, etc.) then it’s definitely better than an Open-Loop startup if you tune it correctly.
      VESC already has a Silent HFI version for 6.0 hardware version

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

    NO need for a controller. ESP32 has an example of that. Just need to add 3 fets.