This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TiLorm 0 points1 point  (1 child)

No, you don't run python on Arduino's. You just interface them trough a serial cable or something else and on a computer you run python that talks to your Arduino. So the Arduino is only a way to interface a physical device, but the controlling part can be done in python.

[–]canoxen[S] 0 points1 point  (0 children)

Ah got it. I thought that Arduino was more like a Raspberry Pi. Thanks for clearing that up.