Skip to content

NeoThings/NeoLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoLight

neolight_2

视频URL

https://www.bilibili.com/video/BV1FqVVeAEYX/?spm_id_from=333.999.list.card_archive.click&vd_source=e5ca4904bafd868311ee478730880b10

机械加工

  • 根据mechanic文件夹中的模型3D打印文件,并加工铝板
  • 灯带使用WS2812B,100pixels/meter

硬件加工

  • ��据hardware文件夹中的文件打板(注意:目前有一路5V输出带载后压降过高,需要重新Layout)

网络环境搭建

flowchart LR
    NeoLight --  wireless --> mqtt_client
    NeoLight --  wireless --> http_client
    NeoLight --  wireless --> home_assistant
    subgraph H68K
    mqtt_client
    http_client
    home_assistant
    end
    mqtt_client -- wireless --> smart_home_devices
    http_client -- wireless --> smart_home_devices
    home_assistant -- wireless --> smart_home_devices
    	
Loading

代码运行

pip install -r requirements.txt
python3 neolight.py

用到的开源项目

详细参考requirements.txt

  • WLED

https://kno.wled.ge/

https://install.wled.me/

  • Mediapipe

https://developers.google.com/mediapipe

https://github.com/google/mediapipe

  • transitions

https://github.com/google-ai-edge/mediapipe

About

Dynamic Island for Smart Home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages