forked from WLANThermo-nano/WLANThermo_ESP82XX_Software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c_wifi.h
337 lines (257 loc) · 10 KB
/
c_wifi.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
/***************************************************
Copyright (C) 2016 Steffen Ochs
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
HISTORY: Please refer Github History
QUELLE:
- Wifi Event Handling: https://github.com/esp8266/Arduino/pull/2119
https://github.com/kzyapkov/Arduino-ESP8266/blob/master/doc/esp8266wifi/generic-class.md
****************************************************/
/*
WiFiEventHandler onStationModeConnected(std::function<void(const WiFiEventStationModeConnected&)>);
WiFiEventHandler onStationModeDisconnected(std::function<void(const WiFiEventStationModeDisconnected&)>);
WiFiEventHandler onStationModeAuthModeChanged(std::function<void(const WiFiEventStationModeAuthModeChanged&)>);
WiFiEventHandler onStationModeGotIP(std::function<void(const WiFiEventStationModeGotIP&)>);
WiFiEventHandler onStationModeDHCPTimeout(std::function<void(void)>);
WiFiEventHandler onSoftAPModeStationConnected(std::function<void(const WiFiEventSoftAPModeStationConnected&)>);
WiFiEventHandler onSoftAPModeStationDisconnected(std::function<void(const WiFiEventSoftAPModeStationDisconnected&)>);
*/
// 0 = WIFI_OFF, 1 = WIFI_STA, 2 = WIFI_AP, 3 = WIFI_AP_STA
//++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Configuration + Start AP-Mode
void set_AP() {
WiFi.mode(WIFI_AP_STA); // während AP wird ständig versucht mit STA zu verbinden
//WiFi.mode(WIFI_AP); // nur AP, keine Verbindungsversuche
delay(100); // sauberes Umschalten
IPAddress local_IP(192,168,66,1), gateway(192,168,66,1), subnet(255,255,255,0);
WiFi.softAPConfig(local_IP, gateway, subnet);
WiFi.softAP(sys.apname.c_str(), APPASSWORD, 5); // Channel 5
IPRINTP("AP: "); DPRINTLN(sys.apname);
IPRINTP("AP IP: "); DPRINTLN(WiFi.softAPIP());
wifi.mode = 2; // WiFi-Mode = AP
wifi.disconnectAP = false; // wait with disconnect
// Use Autoreconnection after this for Connection with WiFi
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++
// WiFi Handler
void onWifiConnect(const WiFiEventStationModeGotIP& event) {
DPRINTLN();
IPRINTP("STA: "); DPRINTLN(WiFi.SSID());
IPRINTP("IP: "); DPRINTLN(WiFi.localIP());
if (WiFi.getMode() > 1) wifi.disconnectAP = true; // Close AP-Mode
wifi.mode = 1; // WiFi-Mode = STA
connectToMqtt(); // Start MQTT
// Änderung an den Wifidaten: muss sortiert und gespeichert werden?
if (holdssid.hold && WiFi.SSID() == holdssid.ssid) {
sys.control = 3; // neue Wifi-Daten erhalten und verbunden
} else if (WiFi.SSID() != wifi.savedssid[0]){
sys.control = 2; // nach Verbindungsverlust neues Netz aus dem Speicher benutzt: Speicher umsortieren
}
holdssid.hold = 0; // Handler für neues Wifi zurücksetzen
holdssid.connect = 0; // Handler für neues Wifi zurücksetzen
wifi.revive = false;
check_http_update();
if (question.typ == SYSTEMSTART) {
displayblocked = false; // Close Start Screen
question.typ = NO;
}
}
void onWifiDisconnect(const WiFiEventStationModeDisconnected& event) {
Serial.println("nicht verbunden");
if (WiFi.getMode() == 3) wifi.mode = 2; // AP
else wifi.mode = 0; // No Wifi
if (holdssid.hold == 2 && (millis() - holdssid.connect > 5000)) {
wifi.revive = true; // Nach fehlgeschlagenem Versuch wiederbeleben
holdssid.hold == 0;
} else {
}
//pmqttClient.disconnect();
}
void onsoftAPDisconnect(const WiFiEventSoftAPModeStationDisconnected& event) {
Serial.print("NO AP: ");
Serial.println(WiFi.getMode());
}
void onDHCPTimeout() {
//Serial.println("nicht verbunden");
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Configuration WiFi
void set_wifi() {
WiFi.disconnect(); // wenn das, dann kein reconnection nach neustart
//WiFi.persistent(false); // wenn das davor, wird Flash nicht bei disconnect gelöscht
WiFi.persistent(false); // damit werden aber auch nie Daten in den Wifi Flash gespeichert
// Include WiFi Handler
wifiConnectHandler = WiFi.onStationModeGotIP(onWifiConnect);
wifiDisconnectHandler = WiFi.onStationModeDisconnected(onWifiDisconnect);
softAPDisconnectHandler = WiFi.onSoftAPModeStationDisconnected(onsoftAPDisconnect);
WiFi.hostname(sys.host);
IPRINTLN("Hostname: " + sys.host);
holdssid.hold = 0;
holdssid.connect = false;
wifi.savecount = 0;
wifi.revive = false;
wifi.reconnecttime = 0; // Verbindungsaufbau
if (checkResetInfo()) {
question.typ = SYSTEMSTART;
drawConnect(); // Start screen
}
set_AP(); // Start AP-Mode
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Connect WiFi with saved Data
void connectWiFi() {
WiFi.begin(holdssid.ssid.c_str(), holdssid.pass.c_str());
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Get RSSI
void get_rssi() {
wifi.rssi = WiFi.RSSI();
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Stop AP-Mode
void stopAP() {
//WiFi.softAPdisconnect(); // sollte eigentlich auch stoppen
//WiFi.disconnect(); // nicht benötigt
WiFi.mode(WIFI_STA);
delay(100);
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// MultiWifi
void multiwifi() {
if (wifi.savedlen > 0) { // mehr als 1 Datensatz
if (millis() - wifi.reconnecttime > 10000 || wifi.reconnecttime == 0) { // Wifi Daten vorhanden
if (wifi.savecount < wifi.savedlen) { // Daten durchlaufen
Serial.print("TRY: ");
holdssid.ssid = wifi.savedssid[wifi.savecount];
holdssid.pass = wifi.savedpass[wifi.savecount];
Serial.println(holdssid.ssid);
connectWiFi();
wifi.savecount++;
} else {
wifi.reconnecttime = millis();
wifi.savecount = 0; // zurücksetzen
}
} //else Serial.println("Warte");
}
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ModifyWifi
void modifywifi(bool neu) {
if (neu || ((wifi.savedlen > 1) && (WiFi.SSID() != wifi.savedssid[0]))) {
if (!modifyconfig(eWIFI, neu)) {
IPRINTPLN("f:wifi"); // Failed to save
} else {
IPRINTPLN("s:Wifi"); // Saved
loadconfig(eWIFI,0); // temporären Speicher aktualisieren
}
}
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// WiFi Monitoring
void wifimonitoring() {
// Verzögerte Speicher-Aktion:
switch (sys.control) {
case 2: // gespeicherte Daten verwendet
modifywifi(false); // Umsortierung des Wifi-Speichers einleiten
wifi.savecount = 0; // Wifi Liste Counter zurücksetzen
break;
case 3: // neue Daten wurden verwendet
modifywifi(true); // Daten im Wifi-Speicher ablegen, falls nicht doppelt
break;
}
sys.control = 0;
// Systemstart
if (WiFi.status() == WL_IDLE_STATUS) {
multiwifi();
//Serial.println(connectionStatus(WiFi.status()));
}
// Verbindung verloren, ESP versucht selbst reconnect, aber wenn mehr als ein Netz im Speicher dann rotieren
if ((WiFi.status() == WL_NO_SSID_AVAIL) || wifi.revive) { // Network not availible
if (wifi.savedlen > 1) // mehr als ein Wifi im Speicher
multiwifi();
}
if (holdssid.hold == 1) { // neue Verbindung
if (millis() - holdssid.connect > 1000) { // mit Verzögerung um den Request zu beenden
//holdssid.connect = 0;
holdssid.hold = 2;
connectWiFi();
}
} else if (wifi.mode == 3 || wifi.mode == 4) { // stop wifi
stop_wifi();
} else if (wifi.mode == 1 & wifi.disconnectAP) { // AP abschalten
uint8_t client_count = wifi_softap_get_station_num();
if (!client_count) {
wifi.disconnectAP = false;
stopAP();
IPRINTPLN("AP: Closed");
}
}
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Stop WiFi
void stop_wifi() {
if (wifi.mode == 4) {
wifi.turnoffAPtimer = millis();
wifi.mode = 3;
return;
}
if (millis() - wifi.turnoffAPtimer > 1000) {
IPRINTPLN("Stop Wifi");
pmqttClient.disconnect();
wifi_station_disconnect();
wifi_set_opmode(NULL_MODE);
wifi_set_sleep_type(MODEM_SLEEP_T);
wifi_fpm_open();
wifi_fpm_do_sleep(0xFFFFFFF);
//WiFi.disconnect();
//delay(100); // leider notwendig
//WiFi.mode(WIFI_OFF);
delay(100); // leider notwendig
wifi.mode = 0;
}
}
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
String connectionStatus ( int which )
{
switch ( which )
{
case WL_CONNECTED:
return "Connected";
break;
case WL_NO_SSID_AVAIL:
return "Network not availible";
break;
case WL_CONNECT_FAILED:
return "Wrong password";
break;
case WL_IDLE_STATUS:
return "Idle status";
break;
case WL_DISCONNECTED:
return "Disconnected";
break;
default:
return "Unknown";
break;
}
}
void EraseWiFiFlash() {
//CONFIG_WIFI_SECTOR 0x7E
// https://github.com/igrr/atproto/blob/master/target/esp8266/config_store.c
noInterrupts();
if (spi_flash_erase_sector(0x7E) == SPI_FLASH_RESULT_OK)
{
Serial.println(F("[FLASH] Wifi clear"));
delay(10);
}
interrupts();
}