Giter Club home page Giter Club logo

arduinolifx's People

Contributors

kayno avatar

Stargazers

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

Watchers

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

arduinolifx's Issues

Compatibility with IOS apps 2.0.x

Hi, at first thanks for your job, I use arduino bulb since few month now. But just after the last update of iOS apps 2.0.x I can not see my arduino bulb anymore ( it's still working with other apps).
Do you know something about that?
Kind regards
Patrick

Not working with latest Lifx update 2.3,x

Hi Kayno,
Are you still working on this project?
I like it, I use it for a while now (I don't' understand why lifx doesn't provide an strip driver compliant).
But now they are using a cloud to access bulb from anywhere, and Lifx apps Widget companion too, so it's not compliant with arduinolifx anymore.
Can I hope you could spend time to update your project?

King regards

Broadcast IP Datagram Discovery BAD Netmask Assumption

Hi, I've notice this line of code
IPAddress broadcast_addr(remote_addr[0], remote_addr[1], remote_addr[2], 255);
So, it just happened that my netmask was 255.255.255.0 and it worked, but then I've changed it just to see if I will crash it. Indeed after the netmask change the app was not able to find my device.

I suggest changing that line with this:
IPAddress netmask(WiFi.subnetMask()); IPAddress broadcast_addr((unsigned char)(remote_addr[0] | ~netmask[0]), (unsigned char)(remote_addr[1] | ~netmask[1]), (unsigned char)(remote_addr[2] | ~netmask[2]), (unsigned char)(remote_addr[3] | ~netmask[3]));

Diagram/pictures

This looks awesome! Can you please post and overhead picture of your wiring or a diagram (you could use http://fritzing.org to make a diagram), as well as a list of components used? I noticed on your YouTube vid you're using some integrated circuits to drive LED strips.

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.