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.