esp8266_wifi_modules
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| esp8266_wifi_modules [2014/12/19 00:03] – [TCP Server Example] karl | esp8266_wifi_modules [2017/04/04 06:42] (aktuell) – [Notes] karl | ||
|---|---|---|---|
| Zeile 103: | Zeile 103: | ||
| ready | ready | ||
| - | AT+CWJAP=" | + | AT+CWJAP=" |
| Zeile 191: | Zeile 191: | ||
| </ | </ | ||
| - | ==== TCP Server Example ==== | + | ===== TCP Server Example |
| **Attention: | **Attention: | ||
| Zeile 256: | Zeile 256: | ||
| But if we get multiple UDP connections from one client (also different client-processes), | But if we get multiple UDP connections from one client (also different client-processes), | ||
| - | Example: | + | ==== CIPSTATUS |
| < | < | ||
| + | AT+CIPSTATUS | ||
| STATUS:3 | STATUS:3 | ||
| +CIPSTATUS: | +CIPSTATUS: | ||
| Zeile 267: | Zeile 268: | ||
| Here I opened 4 instances of the application " | Here I opened 4 instances of the application " | ||
| + | ===== Notes ===== | ||
| When we close the server with | When we close the server with | ||
| AT+CIPSERVER=0 | AT+CIPSERVER=0 | ||
| , then the module has to be resetted! | , then the module has to be resetted! | ||
| - | As far as I know, we cannot find out, on what port the server was opened. | + | As far as I know, we cannot find out, on which port the server was opened. |
| + | |||
| + | We can find the own IP address with | ||
| + | AT+CIFSR | ||
| + | . Note, that there is no questionmark! | ||
| + | {{tag> | ||
esp8266_wifi_modules.1418943830.txt.gz · Zuletzt geändert: von karl
