Controlling Servo Motor With IR Remote Using Arduino

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

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

  • @VERIF1ED-USER-bot
    @VERIF1ED-USER-bot 3 месяца назад

    YOU'RE THE BEST ! NICE TUTS !!!!!!!

  • @federicokikx5523
    @federicokikx5523 Год назад +2

    EXCELLENT! IT IS POSSIBILE TO SAY TO THE SERVE THAT HE HAVE TU RUN FOR 10 SECOND IN ONE WAY , AND AFTER 10 SECOND IN THE OTHER WAY?THANKS E SORRY FOR MY ENGLISH...)

    • @visuinoprojects
      @visuinoprojects  Год назад

      Yes sure, look for my tutorial on how to run a dc motor for a certain time -10s, and you will learn how to apply it to this project

  • @AAdnaanmtl
    @AAdnaanmtl 2 года назад +1

    Excellent 👍👍

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

    is it possible to keep the code on the arduino? anytime i unplug it from my pc and connect it to the battery it forgets the code.

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

      Im not sure, but I think you will need an e-prom.

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

      In this case you should use EEPROM to store the position and read it on start, search the web for "EEPROM Visuino" to see how it works

    • @VERIF1ED-USER-bot
      @VERIF1ED-USER-bot 3 месяца назад

      Even if i unplugged it, the code is still there
      in the microchip (not the microcontroller-board) the board has the ATMEGA2560

  • @olmekolmek4653
    @olmekolmek4653 2 года назад

    Super

  • @mrgrand8626
    @mrgrand8626 Год назад

    Can i adjust the code so when I press one time the motor rotates for a certain time?

  • @gallulli-tz8xn
    @gallulli-tz8xn 6 месяцев назад

    how can i make it so the servo moves slower? pls answer

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

      You can use "Ramp to Analog Value" component before the servo component.