Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为家庭自动化制作一个物联网项目,包括使用Strech-Lite操作系统的十几个 Rpi Zero-W,以控制和报告其传感器和/或继电器的状态。
Strech-Lite
我相信 ESP32 Ebay 链接会更可靠,因为它是一个运行代码的控制器,而不是作为我当前解决方案的整个操作系统(顺便说一下,micro:bit 不符合条件,因为它缺少 wifi)。
我的问题是 - 我可以使用gpiozero图书馆吗?因为我的代码是基于它的
gpiozero
MicroPython 支持的类在这里