Giter Site home page Giter Site logo

ghmartin77 / smartledlamp Goto Github PK

View Code? Open in Web Editor NEW
25.0 2.0 4.0 8.12 MB

A smart, web-enabled floor lamp with nice visual effects based on IKEA Vidja powered by ESP8266 and WS2801.

License: MIT License

C++ 88.54% HTML 8.91% C 2.08% CSS 0.47%
esp8266 iot ws2801 smartthings smarthome

smartledlamp's People

Contributors

ghmartin77 avatar per1234 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

Watchers

 avatar  avatar

smartledlamp's Issues

Compiling runs into errors.

Hey Guys,

Arduino is supported now, thanks for this.

But i cant find a way out of these errors until now.

LEDLamp.cpp:44: error: 'IRrecv' does not name a type

 IRrecv irrecv(PIN_RECV_IR);

 ^

sketch\LEDLamp.cpp: In function 'void setup()':

LEDLamp.cpp:378: error: 'irrecv' was not declared in this scope

  irrecv.enableIRIn(); // Start the receiver

  ^

sketch\LEDLamp.cpp: In function 'void loop()':

LEDLamp.cpp:688: error: 'decode_results' was not declared in this scope

  decode_results results;

  ^

LEDLamp.cpp:688: error: expected ';' before 'results'

  decode_results results;

                 ^

LEDLamp.cpp:694: error: 'irrecv' was not declared in this scope

  if (irrecv.decode(&results)) {

      ^

LEDLamp.cpp:694: error: 'results' was not declared in this scope

  if (irrecv.decode(&results)) {

                     ^


exit status 1
'IRrecv' does not name a type

As i dont want to use IR, i think i can throw out the IRRemote lib?

Cant compile

Hi, i just didnt found out how to compile the sketch.
Do i have to use arduino or atom?
Or maybe even esplorer?

Please let me know how to use this script....

Thanks in advance!

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.