I would like to know, if it is possible to do PWM on Arduino Board, with Python as the language. If yes, any light on the same would be really helpful.
Thank you in advance.
I would like to know, if it is possible to do PWM on Arduino Board, with Python as the language. If yes, any light on the same would be really helpful.
Thank you in advance.
Actually it´s not possible to run python code on arduino directly. You have to write some kind of firmware for the Arduino, so you can talk to the serialport through python running on a computer.
Normally that would be over the USB port...
It´s all described here: Arduino and Python