Skip to main content

Timeline for Arduino and Python

Current License: CC BY-SA 4.0

13 events
when toggle format what by license comment
May 10, 2018 at 17:17 comment added Datalink Would you have any examples of how Python might be used with Arduino?
May 10, 2018 at 12:38 comment added gre_gor playground.arduino.cc/interfacing/python
May 10, 2018 at 10:01 answer added Majenko timeline score: -1
May 9, 2018 at 20:50 comment added Datalink Arduino code communicate with Python code.
May 9, 2018 at 19:40 comment added gre_gor What do you mean "interact"? Do you mean run Python on an Arduino or Arduino code communicate with Python code on the PC?
May 9, 2018 at 19:22 comment added Maximilian Gerhardt 'Arduino' is a framework, a set of library functions which you can use to make your microcontroller do something, so to say. When you use the language Python with MicroPython or CircuitPython, you're using that new framework. Then it's not running an Arduino Core anymore.
May 9, 2018 at 19:10 comment added Datalink So how would I get Python to interact with Arduino?
May 9, 2018 at 18:15 comment added Maximilian Gerhardt For a python interpreter running on a microcontroller you need quite a lot of ressources (flash, SRAM, speed,..). Consider to either change the board to something like an ESP8266, ESP32 or Feather M0, or live with C/C++ and the smaller boards. The Arduino Uno simply can't run it on 2KB RAM and 32kB Flash.
May 9, 2018 at 17:13 comment added Datalink No, can I use Pyserial?
May 9, 2018 at 17:05 answer added Craig timeline score: 2
May 9, 2018 at 17:03 review First posts
May 9, 2018 at 17:03
May 9, 2018 at 17:02 comment added Ignacio Vazquez-Abrams Other than with pyserial?
May 9, 2018 at 16:58 history asked Datalink CC BY-SA 4.0