Self balancing triangle (reaction wheel)

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 37

  • @cherserver
    @cherserver 8 месяцев назад +2

    Thank you for awesome projects!

  • @liemph
    @liemph 10 месяцев назад +2

    Good to watch your project again! Wonderful!

  • @machine2747
    @machine2747 10 месяцев назад +2

    Your projects are always amazing!

  • @antonystj9012
    @antonystj9012 10 месяцев назад +1

    He's back I just started buying the parts to make the balancing cube can't wait to make it over the Christmas break

  • @mark1944
    @mark1944 10 месяцев назад

    Thanks very much for the files!!! Love your designs

  • @mark1944
    @mark1944 10 месяцев назад

    Another awesome design and build!

  • @christiane321
    @christiane321 9 месяцев назад

    Aloha, this is cool I wanna make one too. Thank you for sharing your projects and glad you're making more videos.

  • @patrickjdarrow
    @patrickjdarrow 10 месяцев назад +1

    Awesome as always 🔥

  • @alexeysharonov7765
    @alexeysharonov7765 10 месяцев назад +1

    Awesome, thanks for sharing

  • @zero2spearo
    @zero2spearo 10 месяцев назад

    Always quality.

  • @Pillowcase
    @Pillowcase 10 месяцев назад

    Love this

  • @김파래-s7n
    @김파래-s7n 10 месяцев назад +1

    😆nice !!

  • @PascalHelfenstein
    @PascalHelfenstein 9 месяцев назад

    Very nice project.
    Question: Would this setup work with a Nidec24H motor instead of the BDCM
    EMAX 2806-100KV. This could simplify the mechanics and electronics.

    • @ReMRC
      @ReMRC  9 месяцев назад

      Need to try. But I don't know if I could do stand up. ruclips.net/video/aWhKnBbdXs0/видео.html

  • @OswaldHenke
    @OswaldHenke 6 месяцев назад

    First of all, thank you for the files for this fantastic work.
    Here is my question about the code:
    You write that there are several ways to implement the “stand-up” and “roll-over”.
    I have no idea about it and need an approach to solving the problem. I would have used your code to learn, but unfortunately this function is not included.
    Can you write a simple explanation of the rough process/procedure?
    Thank you very much in advance for your efforts!

    • @ReMRC
      @ReMRC  6 месяцев назад +1

      The reaction wheel rotates at a precisely selected speed. Then is braked suddenly. As the triangle rotates (falling), the angle is measured and when the balancing point is reached, balancing is activated. The selection of the rotation speed and the measurement of the angle require very precise alignment.

    • @OswaldHenke
      @OswaldHenke 6 месяцев назад

      @@ReMRC Thanks for this help. This will serve as a starting point for me, although I still have no idea how I will implement it into lines of code.
      *The usual way for me to learn something was to read the code line by line and then make small changes to it and understand their effects.*

  • @devised4234
    @devised4234 10 месяцев назад

    cool project! what are the benefits of using the magnetic encoder? Shouldn't the tilt be the only thing that matters?

    • @ReMRC
      @ReMRC  10 месяцев назад

      Magnetic vs other types of encoders? Easy to use, good resolution, cheap.

    • @devised4234
      @devised4234 10 месяцев назад

      @@ReMRC I more just meant an encoder in general. Is it just to document the speed of the wheel better, etc? thanks

    • @ReMRC
      @ReMRC  10 месяцев назад +1

      @@devised4234 SimpleFOC close loop. Without them, it is difficult to control the rotation of the BLDC motor.

  • @ExplodingWaffle101
    @ExplodingWaffle101 6 месяцев назад

    Hi, can I ask if there is a reason for using a Reuleaux triangle as opposed to a normal equilateral triangle? or is it just for aesthetics?

    • @ReMRC
      @ReMRC  6 месяцев назад

      Only to be able to stand up and roll over to the other edge.

  • @vietle-fr5rj
    @vietle-fr5rj 5 месяцев назад

    Can you tell me how to adjust the k1 k2 k3 k4 values accordingly

    • @ReMRC
      @ReMRC  5 месяцев назад

      You don't need to adjust the k1 k2 k3 k4 values if you try to build this project.

    • @vietle-fr5rj
      @vietle-fr5rj 5 месяцев назад

      @@ReMRC I have adapted it for use with your triangle balancer

    • @ReMRC
      @ReMRC  5 месяцев назад

      @@vietle-fr5rj I didn't understand what you wanted to say. Can it be more precise?

    • @vietle-fr5rj
      @vietle-fr5rj 4 месяца назад

      @@ReMRC sorry for the slow reply, i want to know how to adjust the k1 k2 k3 k4 values ​​in your code in this project to use for this ruclips.net/video/aWhKnBbdXs0/видео.html&t =4s

    • @ReMRC
      @ReMRC  4 месяца назад

      @@vietle-fr5rj I don't have any method. Only the experience of making quite a few balancing robots.

  • @mark1944
    @mark1944 10 месяцев назад

    What program are you using in your phone? Also what are the command letters you use on your uni cycle? t+ for test but what's the others?

    • @ReMRC
      @ReMRC  10 месяцев назад

      Program in phone can be any (terminal). For a unicycle, all other letters tune controllers. No need to do that!

    • @mark1944
      @mark1944 10 месяцев назад

      Thank you!

  • @a330turbinex7
    @a330turbinex7 6 месяцев назад

    Will it work with arduino?

    • @ReMRC
      @ReMRC  6 месяцев назад +1

      If you mean will this code work with Arduino - no.
      But if the question is about possibility to do it with an Arduino (e.g. mini, nano) - yes.

    • @a330turbinex7
      @a330turbinex7 6 месяцев назад

      @@ReMRC Will try to migrate the code to nano.

  • @Bluelightzero
    @Bluelightzero 10 месяцев назад +2

    What would happen if you had 2 flywheels with opposite spin then apply brakes to balance?
    Do you think higher torques are possible? Kind of like a capacitor?

    • @ReMRC
      @ReMRC  10 месяцев назад

      This would not be better as it would increase the overall weight.