Skip to content

No WiFi connected #44

@edwinbeerentemfel

Description

@edwinbeerentemfel

Hi, I have a ESP8266 WEMOS D1 mini and do not get WiFi connected. I am new to this and experiemented first with Blink.

Downgraded to ESP8266 v2.7.4
Changed filename to Settings.h and made config changes.
Added SSID (#define WIFI_SSID "AP******") and password (#define WIFI_PASSWORD "*********************")

My Sketch looks like:
(Are these needed?)
#include <TimeLib.h>
#include <RemoteDebug.h>
#include <RemoteDebugCfg.h>
#include <RemoteDebugWS.h>
#include <telnet.h>
#include <PubSubClient.h>
#include <NTPClient.h>

#include <GoodWeCommunicator.h>
#include <MQTTPublisher.h>
#include <PVOutputPublisher.h>
#include <Settings.h>
#include <SettingsManager.h>
#include <SoftwareSerial52.h>

Compiling succeeds, uploading succeeds.
No device is registering on my WiFi network.

Have I missed something, or is the next step debugging?

I have been able to connect the ESP8266 to WiFi with the WiFiClient example that is provided.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions