Hi guys,
I am looking for a Pythin porting on Arduino. Not the regular "controlling your Arduino board from your PC using Pythin", but rather a true Python code running on the Arduino controller - similar to what exists with Java.
Is there one? A recommended one?
Thanks,
Eyal
MicroPython and CircuitPython come to mind, but you will need the right processor such as an ESP32 to run them as well as plenty of memory
srnet
July 22, 2020, 9:08pm
3
There is a Micropython port for the ESP32, and a new one coming up for the ESP32-S2, but neither of those processors are Arduinos.
Also available for STM32F4
westfw
July 22, 2020, 11:17pm
5
Adafruit's "CircuitPython" will run on processors as small as a SAMD21.
But I don't think you'll find anything for AVRs.
westfw:
But I don't think you'll find anything for AVRs.
The memory space is too small.
Robin2
July 23, 2020, 7:41am
7
ger_reyal:
but rather a true Python code running on the Arduino controller - similar to what exists with Java .
I am not aware that any of them can use Java
...R