GithubHelp home page GithubHelp logo

reger-men / wiled Goto Github PK

View Code? Open in Web Editor NEW
16.0 6.0 12.0 3.52 MB

WiLED is an Open Source project to control various types of LED strips with ESP8266.

License: MIT License

C++ 36.53% JavaScript 30.70% HTML 22.03% CSS 8.96% C 1.77%
esp8266 led-strips led-controller smart-home alexa neopixels ws2812b ws2812fx ws2812 ws2811 5050 smd-led

wiled's Introduction

WiLED Logo

WiLED is an Open Source project to control various types of LED strips with ESP8266. 5050 SMD and WS28xx LED strips are supported.

How to install

IMPORTANT: Download the latest release version (ZIP file) from HERE and upload the binary file or compile the source code.

WiLED on youtube

Click on the image above to watch the video.

Building from Source

Upload the pre-compiled binary

Download the latest release version WiLED.ino.nodemcu.bin and use ESPTool or ESPFlashDownloadTool to upload the binary to ESP8266.

Features

User ...

  • ... doesn't need to install any app to controlle the LED strip
  • ... can controlle the LED strip via Webinterface or via Alexa
  • ... Alexa can detect this skill as multiple devices, you may include the number of devices by increase this line #define ESPALEXA_MAXDEVICES 15 in definitions.h
  • ... to invoke custom Skills, use:
    • Alexa turn light on
    • Alexa turn light 1 on
    • Alexa turn light off
  • ... can upload new file from within a Web browser without having to connect to the ESP8266 over USB
    • http://esp8266.local/update
  • ... may load the firmware to ESP module using Wi-Fi connection OTA (Over the Air)

Adaption

To controle SMD or WS28xx LED strips you need to set #define SMD_STRIP 1 or #define WS28_STRIP 1 in definitions.h Make sure that you set only one to 1 and the other one to 0

If you don't want to use Alexa set #define USE_ALEXA 0

Wiring

Wiring

Things you need (Shopping Cart)

ESP82666

5050 SMD or WS28xx

(Optional) Alexa echo or any other version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.