使用 Raspberry 和 arduino 的家庭自动化项目的 GUI

GUI for home automation project using Raspberry and arduino

我正在从事一个家庭自动化项目,其中涉及 raspberry pi 通过 I2C 连接到 arduino,并且 arduino 控制 8 通道继电器。

有人可以向我推荐一些我可以在 raspberry pi 上创建的用户界面来控制 arduino。

我在网上做过很少的研究,遇到过 Tkinter、OpenHab、PubNub 等等。 我正在寻找具有吸引力的用户吸引力的 GUI。

任何帮助都会很棒,请理解我只是一个初学者。

提前致谢

正如您提到的 Tkinter,我假设您愿意在 Raspberry Pi 端使用 Python 作为编程语言。尽管 Tkinter 很简单,但在我看来,您可以使用该库创建的图形界面对用户来说并不那么吸引人。更好的选择可能是专为初学者设计的 pyGTK library that is easy to use and learn. If you decided to go for it, I recommend that you follow this tutorial