toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 291 forks source link

Need help to start #422

Closed redfirebrooks closed 5 years ago

redfirebrooks commented 5 years ago

Hi I manage tu upload the sketch in my ESP-01 but after this I am stuck. No blinking led, no WiFI...

I am using this conf :

// Neopixel

define LED_PIN 2 // LE D_PIN (14 / D5) where neopixel / WS2811 strip is attached

define NUMLEDS 12 // Number of leds in the strip

//#define LED_TYPE_WS2811 // Uncomment if LED type uses 400 KHz (classic 'v1' (not v2) FLORA pixels, WS2811 drivers)

define BUILTIN_LED 2 // ESP-12F has the built in LED on GPIO2, see https://github.com/esp8266/Arduino/issues/2192

define BUTTON 4 // Input pin (4 / D2) for switching the LED strip on / off, connect this PIN to ground to trigger button.

define HOSTNAME "McLighting01" // Friedly hostname

define HTTP_OTA // If defined, enable ESP8266HTTPUpdateServer OTA code.

//#define ENABLE_OTA // If defined, enable Arduino OTA code.

define ENABLE_AMQTT // If defined, enable Async MQTT code, see: https://github.com/marvinroger/async-mqtt-client

//#define ENABLE_MQTT // If defined, enable MQTT client code, see: https://github.com/toblum/McLighting/wiki/MQTT-API

define ENABLE_HOMEASSISTANT // If defined, enable Homeassistant integration, ENABLE_MQTT or ENABLE_AMQTT must be active

define ENABLE_BUTTON // If defined, enable button handling code, see: https://github.com/toblum/McLighting/wiki/Button-control

//#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth

define ENABLE_LEGACY_ANIMATIONS // Dont disbale this for now

//#define ENABLE_E131 // E1.31 implementation

define USE_HTML_MIN_GZ //comment for using index.htm & edit.htm from SPIFFs instead of PROGMEM

//#define CUSTOM_WS2812FX_ANIMATIONS //uncomment and put animations in "custom_ws2812fx_animations.h"

toblum commented 5 years ago

Hi @redfirebrooks ,

sorry for my late answer. Unfortunately there were a few instructions on the setup missing for the latest version. I added these to the wiki now: https://github.com/toblum/McLighting/wiki/Software-installation#configure-pin--rgb-mode--numleds-only-for-v221-or-later

Sorry for the confusion.

Best regards Tobias