• Stars
    star
    2,962
  • Rank 15,296 (Top 0.4 %)
  • Language
    C
  • License
    MIT License
  • Created about 5 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An IoT Solution,Blinker library for embedded hardware. Works with ESP8266, ESP32 (idf)

blinker-esp-idf

An IoT Solution,Blinker library for embedded hardware. Works with ESP8266, ESP32 (idf)

Supprot ESP-IDF

stable version support:

TODO

  • BLINKER_PRO_ESP OTA support

Blinker hello example

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

  • Set Serial Flasher Options.

enter components config

  • enable mDNS

  • disable Newlib

  • enable webSocket server support(http_server)

save and exit

Build and Flash

Build the project and flash it to the board, then run monitor tool to view serial output:

idf.py -p PORT flash monitor