Giter VIP home page Giter VIP logo

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

wiled's People

Contributors

chriamue avatar reger-men avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wiled's Issues

Adding color specific alexa commands

I got this project up and running and maybe you could help save me a couple hours of searching thru the code to find the proper implementation for my question. I would like to create a custom light that when it turns on it is a specific color. I tried the following in Alexa.h but had no luck:

void movieCallback(uint8_t brightness) { if (!checkIsOff(brightness)) { controller.setBrightness(brightness); controller.setcolor({15,88,163}); controller.on(); } else { controller.off(); }

The light itself is initialized and works fine with alexa and recognizes its name. The issue is that I want it to take a different color than how "onCallback" starts and just takes the ws28_model.h color.

What would be the best way to add the entirety of the 150LED strip to the queue and set the color of it in the code so that when I say "Alexa, Movie Light" it turns on a red light for example?

More then 300 LEDs

i use a streap with 338 LED in my room and is working 300 ..i think
i look in the sketch and i do not see NUM LEDS or LED PIN to change num of LEDs
how i put more when 300 ?

waht?

LED initialization...
.............
handleFileRead: /index.htm
File Not Found: /index.htm
handleFileRead: /index.htm
File Not Found: /index.htm

Reset wifi settings

As a user, I want to be able to reset my wifi settings with a single button click. How can we achieve this?

5050 SMD Wiring

What’s the wiring for 5050 SMD LED strips? Sorry, I’m very new to all this.

How to connect to internet

Hey, I used Arduino IDE to compile and upload the code to my Wemos D1 Mini. I'm wondering how I should connect it to the internet. A wifi network named "WiLED" comes up, but I don't know the password.
Also, how do I connect it to Alexa?

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.