Thank you so much! Could you please let me know how to start learning Python for Arduino from zero knowledge?
@explorationsci57382 жыл бұрын
Hi AdiYogi, i have a number of python tutorials on my channel that go from zero knowledge to being able to start robotics projects.
@hehehahahehe-h4e Жыл бұрын
in python3 when i write 'board.digital[pin].mode=SERVO' , at once the servo is continue rotating non stop. that is why?
@twoface1192 Жыл бұрын
Can you please list all the items i must buy??
@superpayaseria7 ай бұрын
how do I know which port is which?
@pubanz87 ай бұрын
I had the same challenge. My workaround is to first startup Arduino IDE, check what com port you find your board. Alternatively you can use the Windows device manager to check out the port number once you have connected your Arduino. The nagging thing is that Windows is changing com numbers after reconnecting you Arduino. Maybe there is a way to force a number to your com port, or auto detect?
@christiannecesar43332 жыл бұрын
Does it mean you are running the Python code to Arduino without uploading the code?
@explorationsci57382 жыл бұрын
The Arduino has the standard firmata sketch uploaded to it, the python code is live, so it sends commands directly to the Arduino over the serial pins and is not saved on the Arduino once the connection has been terminated. So in short, yes.
@JokeryEU2 жыл бұрын
so how can i get one ? i see only sold out and fakes
@explorationsci57382 жыл бұрын
What are you trying to get, a servo motor? the specific type doesnt matter, there are many compatible with arduino that will work the same.