WS2812 LED应用| Websocket | Qt | ESP8266 | Android |物联网



应用程序是用Qt制成的,Wemos D1 mini可以控制LED。通过websocket连接进行通信。所有效果都从微控制器加载,因此添加新效果时无需更新应用程序。
命令的最大延迟为50毫秒。诸如睡眠和颜色旋转之类的功能不依赖于该应用程序,一旦应用程序启用它们,微控制器将自动更新它们。

代码:https://github.com/rekomerio/qt-led-app
可从README.md中的链接找到ESP模块的代码。

2 comments
  1. Hey, i got a question if you do not mind. I'm currently trying to understand how micro controllers work, so if i wanted to install fastled and this app would it be possible? Basically, i want to be able to change the effects with both the app and signal inputs. Thanks.

Comments are closed.