Dear Team,
I bought this Arduino Nano board from an on line platform.
I would like to know Arduino Nano supports Python or not.
Regards
HARI
Dear Team,
I bought this Arduino Nano board from an on line platform.
I would like to know Arduino Nano supports Python or not.
Regards
HARI
Depends what you mean by "support"....
The IDE does not have a way of programming an Arduino in Python (as far as I know, anyway), but you can control a board by just having Python print to the com port where the Arduino is and then have the Arduino read the serial input and act on that.
Either or both or neither of those may fit your definition of "support".
I am planning to use Pyfirmata .I used pyfirmata successfully with Arduino Uno .
Don't know I will be able to use with nano.
That's what you should have said to start with then
Anyhoo, a nano's just an Uno in a different suit.
Thank you...finally I am able to use Python with Nano also Thank you
Why didn't you just try?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.