项目作者: sercxjo

项目描述 :
Control ws2811-based pixel led strip with ESP8266 using https://github.com/SuperHouse/esp-open-rtos
高级语言: JavaScript
项目地址: git://github.com/sercxjo/ws2811ctl.git
创建时间: 2019-09-21T08:09:18Z
项目社区:https://github.com/sercxjo/ws2811ctl

开源协议:GNU Lesser General Public License v3.0

下载


Control ws2811-based pixel led strip with ESP8266 using OpenRTOS

Features

  • Web control interface
  • Simple API with binary form of data.
  • Client-side data binding using javascript.
  • Server part written on C/C++.

Compile & Install

  • Clone esp-open-rtos and install all its prerequisites as described on https://github.com/SuperHouse/esp-open-rtos
  • Clone this repository into examlpes using option —recurse-submodules
  • Create directory ‘private’ and file ‘private/network-config.h’ in the source tree of this project. The file must contain macro defines:
    1. #define WIFI_SSID "youWifiSsid"
    2. #define WIFI_PASS "youWifiPassword"
    3. #define AP_SSID "TheEspAPSsid"
    4. #define AP_PASS "EspAPPass"
  • Build the project and flash it with usb/serial port
    1. make flash
  • Assign constatnt IP to you device on the DHCP server and connect with browser using http.