CircuitPython 提供了一种和微控制器板进行交互的革命性方式。这篇文章介绍了如何使用 CircuitPython 来监测温室的温度、湿度以及环境光,并且使用 CircuitPython MQTT 客户端将结果发布到一个MQTT中介(broker)。你可以在若干个程序中订阅 MQTT 队列并进一步处理信息。
小编对Linux这一块的实际开发经验虽然还不是很足,但也知道进程间通信有那么几种方式:管道、消息队列、共享内存、套接字等。 某项目中使用了MQTT作为进程间的通信方式,感觉很新颖,网上好像也比较少有看到使用MQTT来作为进程间通信的方式的。这两篇 ...
With modern technology, it is quite simple to create a complete home automation system, which allows you to control any type of load using your smartphone. This article helps you to design an IoT ...