自作vvvfインバータ完成?

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 12

  • @齊木一宏
    @齊木一宏 หลายเดือนก่อน +4

    こういうのをチャカチャカっと作れる人って、知識もそうだしいざ作ろうって言う原動力にも尊敬しちゃう

  • @horyhoryhory
    @horyhoryhory 2 หลายเดือนก่อน +5

    面白いです。
    ESP32でPWMできるんですね。

    • @iyuyuiqpor
      @iyuyuiqpor  2 หลายเดือนก่อน +3

      コメントありがとうございます!
      割り込みするたびに位相をもとに信号オンオフの切り替えをしてます。
      なんかdigitalWrite()は処理が遅いとか聞いたので、レジスタを書き換えるみたいなやつやってます。

  • @Thepowerof2190
    @Thepowerof2190 หลายเดือนก่อน

    Do a do-re-mi-fa inverter on it pls, subscribed to u

  • @旭軽工業
    @旭軽工業 2 หลายเดือนก่อน +2

    オープンループ制御ですか?
    本物はフィードバック制御も持ってますよ♪

    • @iyuyuiqpor
      @iyuyuiqpor  2 หลายเดือนก่อน +2

      おっしゃる通りです。音を聞きたい一心で作ってました。
      クローズドループ制御についても実装できるように頑張ります!

  • @novertrunnions2721
    @novertrunnions2721 หลายเดือนก่อน

    I've been researching how to build such a drive for about a month now, do you have any recommendations on how to implement the switching algorithms after the starting fixed frequency PWM?

    • @iyuyuiqpor
      @iyuyuiqpor  หลายเดือนก่อน +1

      Since the method of switching is to compare a sine wave and a triangular wave, in synchronous mode the initial phase of one phase is aligned and the number of triangular waves is an integer multiple of the sine wave. This allows you to see an integer multiple of the number of waveforms. It's not very complete, but I've included a link to the program in the description, so I hope it will be helpful.

    • @novertrunnions2721
      @novertrunnions2721 หลายเดือนก่อน

      ​@@iyuyuiqpor Thank you so much, I greatly appreciate you taking time to add it to your description and describe it to me. It really helps to see how others have implemented it! Someday I am hoping to run it on a STM32 microprocessor to emulate the Keikyo 1000 train line GTO inverter system.

  • @artkutyuska9842
    @artkutyuska9842 หลายเดือนก่อน +1

    I believe that it is not possible to reproduce SHE (Selective Harmonics Eliminating) modulations, which are widely used in subway trains, using a conventional PWM algorithm with triangle carrier frequency.🤔

    • @iyuyuiqpor
      @iyuyuiqpor  หลายเดือนก่อน +1

      Thank you for pointing that out.
      As this is my first time making an inverter, I don't have a detailed understanding of harmonic removal and haven't taken any measures.
      I was just trying to make a sound similar to that of a train.
      I'm going to study SHE modulation so I can reproduce it properly!

    • @artkutyuska9842
      @artkutyuska9842 หลายเดือนก่อน +1

      @@iyuyuiqpor Modulations and algorithms controlling synchronous and asynchronous motors is a very extensive and interesting topic. I wish you success 🤩👍