ghmartin77 / SmartLEDLamp

A smart, web-enabled floor lamp with nice visual effects based on IKEA Vidja powered by ESP8266 and WS2801.
MIT License
26 stars 4 forks source link

Cant compile #1

Closed Rockiii87 closed 6 years ago

Rockiii87 commented 6 years ago

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!

ghmartin77 commented 6 years ago

Hi Rockiii87,

You can either compile using the toolchain that comes with ArduinoSDK for ESP8266 or -probably easiest way- ArduinoIDE (with ESP8266 Boardmanager extension). In the latter case rename LEDLamp.cpp to .ino (probably SmartLEDLamp.ino. Open this file with ArduinoIDE, select the right target board and compile. Please also note the hints on the Github repository entry page under section "How to Build", especially what additional libraries you will need to include.

Best regards, ghmartin77

ghmartin77 commented 6 years ago

With per1234's pull request "compilability" with Arduino IDE is now built-in.