【问题标题】:How to configure arduino ide for Python?如何为 Python 配置 arduino ide?
【发布时间】:2021-09-27 09:07:33
【问题描述】:

我最近买了 arduino uno。我对 arduino 软件中使用的 C# 不太熟悉。我知道像 nodemcu 这样的板可以在 python 上运行,并且使用 python 编码要容易得多。我的主要语言是python。所以,我想知道我是否可以在 arduino IDE 中配置 python。

【问题讨论】:

  • 一块 NodeMCU 板的闪存是 Arduino Uno 的 100 倍、RAM 的 32 倍,时钟速度是 Arduino Uno 的 5 倍。无论您使用什么 IDE,Python 都不是您可以使用的选项。
  • Arduino 是 C++,不是 C#

标签: python arduino


【解决方案1】:

是的,您可以使用 python 来编写您的 arduino 板。

你可以参考这个链接。 https://realpython.com/arduino-python/

【讨论】:

  • 该链接中提到的唯一 Python 编程是在 PC 上运行,不是 Arduino。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2023-01-11
  • 2015-07-25
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多