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 Issues

5050 SMD Wiring

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

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 ?

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?

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?

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?

waht?

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

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.