toblum / McLighting

The ESP8266 based multi-client lighting gadget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Wifi Network

Crusher94 opened this issue · comments

Hallo und guten Tag erstmal danke für das Projekt

Ich sitze hier leider jetzt schon Ewigkeiten und bekomme meinen scheiß ESP nicht zum laufen
(ESP 8266)
Habe mit der Arduino Software gesketched (mittlerweile ohne Fehlermeldungen) D5 als LED Ausgang eingestellt und 300 LED für mein Strip definiert.

So nach dem der Sketch hochgeladen wurde bleibt die Blaue LED von meinem ESP aus. Nach ab und an stecken blinkt diese Blaue sie unterbricht immer nur ganz kurz. Es wird auch keine Wlan Verbindung aufgebaut/hergestellt

Bin leider totaller Neuling und rege mich gerade über mich selbst total auf. Hat jemand Ideen?
Den WifiManager habe ich einfach mal geupdatet was nichts brachte

Hello i got a problem with my ESP8266 just after i skteched everything i just ending with a blinking blue Led and there is no Acces Point creating from the ESP any suggestions? I just updatet the Wifimanager already

When you flashed the sketch to your board, was the board new or did you erase all flash contents (not just the sketch) when uploading the new firmware to the board? You want to make sure you "Erase All" or old wifi settings that are stored on the board might be use again after uploading the new program. This is particularly true if the library version is updated. I found that I could get the firmware to compile with the wrong combination of libraries, (old Wifi manager with old ESP8266 library) but things wouldn't work right (like being able to save your wifi credentials). So, make sure you're on all the right library version, as called out in the Read.me.