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.
-
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-WROOMprogramandoconro– programandoconro2019-11-15 13:37:45 +00:00Commented Nov 15, 2019 at 13:37
-
why would you program an Arduino in Python? What's wrong with C++?Piglet– Piglet2019-11-15 14:50:21 +00:00Commented Nov 15, 2019 at 14:50
-
Have a look at this: learn.adafruit.com/category/micropythonDDBE– DDBE2019-11-15 15:17:46 +00:00Commented 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++.Andrew Nelson– Andrew Nelson2019-11-18 13:34:02 +00:00Commented 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?Andrew Nelson– Andrew Nelson2019-11-19 14:26:22 +00:00Commented Nov 19, 2019 at 14:26
|
Show 2 more comments