0

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.

7
  • Check out Micro-python. I used it on a ESP32 and it is great. I have a repository on how to install it: github.com/progamandoconro/ESP32-WROOM Commented Nov 15, 2019 at 13:37
  • why would you program an Arduino in Python? What's wrong with C++? Commented Nov 15, 2019 at 14:50
  • Have a look at this: learn.adafruit.com/category/micropython Commented Nov 15, 2019 at 15:17
  • I need to use python for a neural network that i want to run on the arduino, and would rather not convert it to C++. Commented Nov 18, 2019 at 13:34
  • @Rodrigo The ESP32 works fine with MicroPython? Even though it's not on the list of compatible boards, it works fine? Commented Nov 19, 2019 at 14:26

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.