一个物联网解决方案,适用于嵌入式硬件的 Blinker 库。可与 ESP8266、ESP32 (idf) 兼容
An IoT Solution,Blinker library for embedded hardware. Works with ESP8266, ESP32 (idf)
Supprot ESP-IDF
stable version support:
put the blinker componets into your projects.
make the project list like this
Blinker_Hello
|__components
| |__blinker
|__main
override the esp_http_server components with we provide.
idf.py menuconfig
enter Blinker Config
set BLINKER DEVICE TYPE
set BLINKER AUTH KEY
set Provisioning Type
save and exit blinker config
enter components config
enable mDNS
disable Newlib
enable webSocket server support(http_server)
save and exit
Build the project and flash it to the board, then run monitor tool to view serial output:
idf.py -p PORT flash monitor
暂无开放 Issues,或尚未同步最近议题。