How to build 4 DOF Arduino robot arm from banggood - PART3: Code & programming explained

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

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

  • @myonline88
    @myonline88 5 лет назад +1

    Nice sir. Very informative. Your video is nice and detailed.

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад

      Thanks! Glad I can help :D

    • @myonline88
      @myonline88 5 лет назад

      @@ChenTheDesignMaker I'll subscribe to your channel. Can you Subscribe to my channel too?

  • @avaunzaz
    @avaunzaz 3 года назад

    Link for the codes... its down, please fix it

  • @upekaj8320
    @upekaj8320 4 года назад

    hi.. can u pls. help to change this code to save the positions and run several times same action like array when my IR sensor is detect the object, to pick these objects.

  • @sho7gun
    @sho7gun 5 лет назад

    Hi, I found this kit but without the motherboard only the arm and the 4 servo motors. Don't know what andrino motherboard to use?

  • @Lor5nzo
    @Lor5nzo 3 года назад

    nice video, what board are we using by the way on the software because it shows me an error

  • @eyalcapua5870
    @eyalcapua5870 5 лет назад

    Hi, the servos jitter. Any ideas how to solve this?

  • @Nayfun1
    @Nayfun1 3 года назад

    when i click on the serial monitor i dont get a read out

  • @ahmetduser2774
    @ahmetduser2774 5 лет назад

    into the serial monitor what do we need to press to switch the pc mod? It is not clear in the video. Thank you

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  5 лет назад +2

      Hi, just press "n" to enter the PC mode. This is from their original code, you can tell from
      case 'm':
      {
      Serial.print("Mode = pot ");
      EEPROM.write( 1001, 0);
      mode = EEPROM.read(1001);
      Serial.println(mode);
      }
      break;
      v = 0;
      case 'n':
      {
      Serial.print("Mode = pc ");
      EEPROM.write( 1001, 1);
      mode = EEPROM.read(1001);
      Serial.println(mode);
      }

  • @ErikThiart
    @ErikThiart 4 года назад

    Are you allowed to publish their code?

    • @ChenTheDesignMaker
      @ChenTheDesignMaker  4 года назад

      Erik Thiart the code is in the video description

    • @ErikThiart
      @ErikThiart 4 года назад

      @@ChenTheDesignMaker that's my point, I don't think they allow that.