First boot issues
Posted: Fri Oct 19, 2018 8:23 pm
Hey Now!!!,
First time posting here im trying to boot my ESP 01 for the first time after flashing an arduino sketch to control LED's over MQTT/WiFi but it never connects to the WiFi, i am using google mesh router wich has no option to toggle 5 GHZ or 2.4 GHz if that helps, Also here are the libraries included in the sketch
First time posting here im trying to boot my ESP 01 for the first time after flashing an arduino sketch to control LED's over MQTT/WiFi but it never connects to the WiFi, i am using google mesh router wich has no option to toggle 5 GHZ or 2.4 GHz if that helps, Also here are the libraries included in the sketch
Code: Select all
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include "FastLED.h"
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>