Can is use python in arduino IDE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can is use python in arduino IDE?

Python in arduino

2nd Jan 2017, 4:01 PM
Chakradhar reddy
Chakradhar reddy - avatar
2 Answers
+ 3
you CANNOT use python in the arduino IDE. You can send/read serial data to/from an arduino using pyserial library functions in your python script. But you will still need to program your arduino in C++ (Arduino IDE) to define how it handles serial communication.
2nd Jan 2017, 5:17 PM
seamiki
seamiki - avatar
0
yes
2nd Jan 2017, 4:52 PM
Kaleb Cole-Wood
Kaleb Cole-Wood - avatar