Timeline for Running Python on Arduino
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 3, 2019 at 14:03 | comment | added | Gerben | Their website has whole range of board that run their version of microPython. See adafruit.com/circuitpython | |
| Jun 3, 2019 at 9:33 | comment | added | Amine Messaoudi | @Gerben Do you know some examples ? | |
| May 31, 2019 at 14:18 | comment | added | Gerben | Adafruit has a few boards that run microPython. As far as I know, those will interpret code, so don't require precompiled binaries. | |
| May 31, 2019 at 13:10 | answer | added | jose can u c | timeline score: 2 | |
| May 31, 2019 at 11:41 | history | migrated | from electronics.stackexchange.com (revisions) | ||
| May 31, 2019 at 11:41 | comment | added | JRE | And I say that as someone who uses Python extensively in personal projects. I like Python - but not on my Arduino | |
| May 31, 2019 at 11:40 | comment | added | JRE | Python is an interpreted language with a lot of libraries. You would need either an interpreter squeezed into the Arduino, or a compiler that makes assembly code from Python (maybe by way of C.) Too much hassle for too little gain. | |
| May 31, 2019 at 11:34 | history | asked | Amine Messaoudi | CC BY-SA 4.0 |