An Easy Way to Read All RC Channels at Once with Arduino

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

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

  • @harish118
    @harish118 Месяц назад

    This is cool!!! Thank you.

  • @gearscodeandfire
    @gearscodeandfire 2 месяца назад

    I am just getting my feet wet with this, and this video is incredibly helpful!

  • @TheMightyWej
    @TheMightyWej 4 месяца назад +1

    Amazing video and absolute gem of a channel! I have just started getting into robotics and had spent weeks struggling with how to solve this. Sod's law I found an old archived post that described something similar on the same day I found this video!! Just wish I had found this channel sooner haha :)

  • @TheTeditor
    @TheTeditor Месяц назад

    Great video and very helpful! One question, what is the reason that the Arduino R4 version doesn't work?

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  22 дня назад

      The specific library used in this video was not created for the hardware of the R4. I haven't looked into if there was an update for the newer version of the Arduino Uno.

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

    I did the same but I am not getting good output, the results are very rough and monitor doesnt show any numbers it brings different character on screen

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

      If it's showing odd characters, check to make sure your baud rate on your serial monitor/plotter, matches what you defined in your code.

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

      ​@@TheBoredRobotLLCI put the same pound rate at 115,200, but strange numbers appear

  • @user-6tfvk70k78
    @user-6tfvk70k78 Месяц назад

    Hi, is it possible to connect Arduino with most popular fs-gt5 receiver? I just want make electric rc car with using stepper motors. But one important thing, I need to use fs-gt5 controller

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  22 дня назад

      The receiver doesn't appear to have i-bus protocol, so the library won't work.

    • @user-6tfvk70k78
      @user-6tfvk70k78 22 дня назад

      @@TheBoredRobotLLC understand. Is it possible then make alternative remote control? I need forward and backward trigger buttons, with speed controller, it might be with encoder

  • @ashkananali8571
    @ashkananali8571 5 месяцев назад +1

    Please, I need your help. I applied this code to the Arduino Nano and Mega and adjusted the pound rate The problem persists: strange numbers appear

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

      It's hard to comment without knowing the complete project. If you get it working on an Uno first, perhaps you can narrow down you debugging process.

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

      @@TheBoredRobotLLC It worked exactly as you did, but strange letters and symbols appear

  • @charlesbiggs7735
    @charlesbiggs7735 7 месяцев назад +1

    Thanks for the video. I'm trying to duplicate your results but cannot. Could you please elaborate on how to setup the i-Bus on the transmitter? My screens appear to be the same as your but I'm not sure what steps I need to perform to get the i-Bus set up correctly. Thanks.

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  7 месяцев назад

      In the output mode, make sure the "Serial" menu is set to "i-Bus." The i-BUS setup menu should also be set to channel 1.

    • @ashkananali8571
      @ashkananali8571 7 месяцев назад

      Thank you very much, best video I've seen today. My friend, how can I start a servo motor using the values ​​received from i.bus using this code

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  7 месяцев назад +1

      @@ashkananali8571 Map the values of the RC signals to another variable that you will use to drive the servo angle.

    • @ashkananali8571
      @ashkananali8571 7 месяцев назад

      @@TheBoredRobotLLC Your channel is very beautiful and your style of explanation is very excellent.. so we are waiting for more videos from you.

  • @Animace
    @Animace 2 месяца назад

    Where to connect the signal wire to Arduino Mega?

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  2 месяца назад

      I believe pin 0 and 1 should work on the mega.

  • @theflyinggrip
    @theflyinggrip 2 месяца назад

    Is anything like this able to be done with an elrs rc link?

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  2 месяца назад

      I don't know, I haven't looked into that RC brand.

  • @ashkananali8571
    @ashkananali8571 5 месяцев назад +1

    I did this on an Arduino Nano and it didn't work

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

      Have you tried it on a different board?

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

      @@TheBoredRobotLLC Yes, I tried that on Mega and Nano

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

      @@TheBoredRobotLLC Strange numbers and marks appear on the two plates

  • @mrspaceman1767
    @mrspaceman1767 2 месяца назад

    Lovely video! I was wondering if this code is compatible with an Arduino leonardo?

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  2 месяца назад

      I haven't tested it, but I have no reason to believe that it wouldn't work on the Leonardo.

  • @ashkananali8571
    @ashkananali8571 7 месяцев назад

    Thanks again for the information you provided. My friend, can I do this with the Arduino Nano instead of the Arduino Uno?

    • @TheBoredRobotLLC
      @TheBoredRobotLLC  7 месяцев назад +1

      Yes, I'm pretty sure this will work with a Nano.

    • @ashkananali8571
      @ashkananali8571 7 месяцев назад

      @@TheBoredRobotLLC Will you need a specific version of Arduino Nuano?