Reputation: 37
Im looking for a way to program using python on an Arduino. Are there any up-to date interpreters available? I looked at some older questions, but there are no up-to date versions. Specifically, I'm looking for a way to program it on an Arduino Uno rev 3.
Upvotes: 0
Views: 140
Reputation: 28968
You cannot program an Arduino Uno in Python. You need a more powerful MCU to run a Python compiler/runtime like MicroPython.
MicroPythons memory requirements exceed Arduinos specs.
Upvotes: 3