Controlling Servo motor with Arduino and python

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ •

  • @techbuddyfromindia1630
    @techbuddyfromindia1630 Рік тому

    i am making one voice input command using python now i can control motor easily through voice thankyou

  • @roushanrajthakur9144
    @roushanrajthakur9144 Рік тому +1

    Which python version u used for pyfirmata

  • @pranitrajendramagdum5378
    @pranitrajendramagdum5378 Рік тому

    very good video... Lernt something new. Sir can you make video on controlling stepper motor using arduino and python.

  • @animelegendsxy9278
    @animelegendsxy9278 2 роки тому +1

    Can I use vscode or pycharm to write the python code after finishing the aurdino ide part ?
    Please reply

    • @ShriramRMaiya
      @ShriramRMaiya 2 роки тому

      yes, you can

    • @animelegendsxy9278
      @animelegendsxy9278 2 роки тому

      @@ShriramRMaiya thank you so much
      Btw will it accutully work same if i follow the video
      Cuz there are many fake videos in UA-cam
      So i am scared to try it

    • @animelegendsxy9278
      @animelegendsxy9278 Рік тому

      @@jogeshwormundi thanks bro for your time

  • @7iqps726
    @7iqps726 Рік тому +2

    Hi, thanks for the video! I understand you control the servo speed by inserting a little sleep time between each little step. Is there a way to control the speed directly by specifying an angle and a rotation speed rather than slicing up the movement into many tiny micro steps? I am afraid that stopping and starting puts some strain on the motor and the circuits.
    Thanks a lot in advance!
    7IQPs

  • @muddymkamba352
    @muddymkamba352 2 роки тому

    can you do Arduino atmega 2560(with built in WIFI) how to use its WIFI module connect it to the internet using Python

  • @ansh9545
    @ansh9545 2 роки тому +2

    9:41 which is this ide you are using to run the code

  • @adhilstark1327
    @adhilstark1327 2 роки тому

    u are amazing bro thank u

  • @PYTRICKS113
    @PYTRICKS113 Рік тому

    Sir I want you to do a python program for -
    For after a particular time the light should be on
    Please

  • @animelegendsxy9278
    @animelegendsxy9278 2 роки тому

    how can we make it wireless?
    I want to control it from pc using but wirelessly
    Please reply

  • @waleedaiad3411
    @waleedaiad3411 2 роки тому

    How can i use hc-12 with arduino using python language?

  • @animeshsarkar1422
    @animeshsarkar1422 2 роки тому

    Can you tell me how can I write on 16x2 lcd display using python and standard pyfirmata as arduino sketches ?

    • @Braincain007
      @Braincain007 2 роки тому

      Hey I am trying to do something with an LCD as well, did ever found out how to do it? any advice would be great

    • @animeshsarkar1422
      @animeshsarkar1422 2 роки тому

      @@Braincain007 I have modified Standard Firmata code for 16x2 LCD display.

  • @mukulvagh3904
    @mukulvagh3904 2 роки тому

    Can we use node mcu?

  • @adeddy8138
    @adeddy8138 3 роки тому

    I want to make a servo controlled by serial monitor only 2 movements taking 90 degree as base position
    for eg for serial command 135 servo will move from 90 to 180 clockwise
    and for serial command suppose 235 servo will move 90 to 180 degrees anticlockwise
    plzz help if you know I am having a project and I suck at coding
    actually I am making a code that sends binary input to arduino from 0-255 to serial monitor from python and based on particular input the servo will move as told above

  • @aivanacequizon6283
    @aivanacequizon6283 2 роки тому +1

    Wow this is awesome, can you do object sorting using arduino and web cam?

    • @animelegendsxy9278
      @animelegendsxy9278 2 роки тому +1

      how can we make it wireless?
      I want to control it from pc using but wirelessly
      Please reply

    • @dudedave490
      @dudedave490 2 роки тому

      @@animelegendsxy9278 use a transmitter and reciever

  • @hfhtuyf
    @hfhtuyf 2 роки тому +1

    Dear, share the code, please. It is impossible to rewrite the code from the screen.

    • @KING4SNIPR
      @KING4SNIPR 2 роки тому +1

      nothing is impossible bro

    • @ansh9545
      @ansh9545 2 роки тому +2

      @@KING4SNIPR
      from pyfirmata import Arduino ,SERVO,util
      from time import sleep
      port ='COM3'
      pin=10
      board=Arduino(port)
      board.digital[pin].mode=SERVO
      def rotateservo(pin,angle):
      board.digital[pin].write(angle)
      sleep(0.015)
      while True:
      x=input("imput : ")
      if x=="1":
      for i in range(0,180):
      rotateservo(pin,i)
      elif x=="2":
      for i in range(0,90):
      rotateservo(pin,i)
      elif x=="3":
      for i in range(0,270):
      rotateservo(pin,i)

  • @bazgamingyt5860
    @bazgamingyt5860 Рік тому

    hello friends i wanna work on robots but i confused from where i starte

  • @emrevurgun8328
    @emrevurgun8328 Рік тому

    What is the util package used for? it shows unused import in my ide

  • @adambeedle
    @adambeedle 3 роки тому

    Awesome!

  • @windgod9442
    @windgod9442 Рік тому

    code tribe channel doesnt exist... :(

    • @Iknowpython
      @Iknowpython  Рік тому

      They sponsored me a long time back 😅😅

  • @axelblaze9915
    @axelblaze9915 Рік тому

    Can I know the way to contact you, it’s little urgent

  • @rohannikale
    @rohannikale Рік тому

    gsm module sim900a

  • @--CHYASWANTHKUMAR
    @--CHYASWANTHKUMAR Рік тому +1

    9:41 which is this ide you are using to run the code

  • @waleedaiad3411
    @waleedaiad3411 2 роки тому

    How can i use hc-12 with arduino using python language?.