@@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
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
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
@@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)
i am making one voice input command using python now i can control motor easily through voice thankyou
Which python version u used for pyfirmata
very good video... Lernt something new. Sir can you make video on controlling stepper motor using arduino and python.
Can I use vscode or pycharm to write the python code after finishing the aurdino ide part ?
Please reply
yes, you can
@@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
@@jogeshwormundi thanks bro for your time
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
can you do Arduino atmega 2560(with built in WIFI) how to use its WIFI module connect it to the internet using Python
9:41 which is this ide you are using to run the code
same doubt...can anyone clarify?
Sublime text editor i believe
u are amazing bro thank u
Sir I want you to do a python program for -
For after a particular time the light should be on
Please
how can we make it wireless?
I want to control it from pc using but wirelessly
Please reply
How can i use hc-12 with arduino using python language?
Can you tell me how can I write on 16x2 lcd display using python and standard pyfirmata as arduino sketches ?
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
@@Braincain007 I have modified Standard Firmata code for 16x2 LCD display.
Can we use node mcu?
I also want to know the same thing
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
loser
Wow this is awesome, can you do object sorting using arduino and web cam?
how can we make it wireless?
I want to control it from pc using but wirelessly
Please reply
@@animelegendsxy9278 use a transmitter and reciever
Dear, share the code, please. It is impossible to rewrite the code from the screen.
nothing is impossible bro
@@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)
hello friends i wanna work on robots but i confused from where i starte
Arduino good to start
What is the util package used for? it shows unused import in my ide
Awesome!
code tribe channel doesnt exist... :(
They sponsored me a long time back 😅😅
Can I know the way to contact you, it’s little urgent
DM me on insta @i_know_python
gsm module sim900a
9:41 which is this ide you are using to run the code
Sublime text
How can i use hc-12 with arduino using python language?.