Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litreily/esp32-blinker
https://github.com/litreily/esp32-blinker
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/litreily/esp32-blinker
- Owner: Litreily
- Created: 2024-05-13T11:53:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-18T05:21:37.000Z (6 months ago)
- Last Synced: 2024-05-18T14:49:11.631Z (6 months ago)
- Language: C
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-blinker
基于esp32芯片,以及点灯科技平台的 blinker 库,开发的智能灯设备,并接入小米的小爱同学。
## 功能
1. smart_config 智能联网
2. ws2812 灯带、灯板点亮(呼吸灯、常亮、闪烁、`rainbow`)
3. blinker app操作## 说明
1. 目前点灯科技的免费版只支持一个定制设备。
## 参考
- [Blinker 点灯科技官网](https://diandeng.tech/home)
- [Blinker freeRTOS支持库](https://diandeng.tech/doc/freertos-support)
- [Blinker小爱同学接入流程](https://diandeng.tech/doc/xiaoai)
- [github - blinker-esp-idf](https://github.com/blinker-iot/blinker-esp-idf)