module:microcontroller:esp32udpserver:esp32udpserver
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:microcontroller:esp32udpserver:esp32udpserver [2022/11/02 15:38] – [Esp32UdpServer] omdevelop | module:microcontroller:esp32udpserver:esp32udpserver [2022/11/04 17:10] (current) – [221101] omdevelop | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| - | [[http:// | + | [[http:// |
| [[http:// | [[http:// | ||
| + | ===== Überblick ===== | ||
| + | * UDP-Client auf PC: [[https:// | ||
| + | * UDP-Server auf ESP32 | ||
| + | * Handshake zwischen PC(Client) und ESP32(Server): | ||
| + | * ESP32 initialisiert, | ||
| + | * PC sendet auf UDPPort Command (LSO - LedSystemOn) | ||
| + | * ESP32 empfängt Command, analysiert, setzt LedSystem ON, gibt UDP-Software-Handshake an PC | ||
| + | * in N-Zeitintervallen sendet ESP32 Nachricht an PC, LedSystem bleibt ON | ||
| + | * danach LedSystem OFF | ||
| - | |||
| - | ===== Überblick ===== | ||
| ===== ToDo ===== | ===== ToDo ===== | ||
| ===== Done ===== | ===== Done ===== | ||
| - | ==== 221102 | + | ==== 221104 |
| + | * Download (VSCode): {{: | ||
| + | ==== 221102 ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * einmal PC-Senden an Esp32 -> IP/ | ||
| + | * dann mehrfaches Senden in periodischen Abständen an PC möglich! | ||
| * Esp32UdpServer - Antwort auf Command LSO (LedSystemOn vom PC-Client): | * Esp32UdpServer - Antwort auf Command LSO (LedSystemOn vom PC-Client): | ||
| * Software-HS LSO -> Led ON | * Software-HS LSO -> Led ON | ||
| Line 24: | Line 37: | ||
| {{: | {{: | ||
| \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ | \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ | ||
| + | Download: {{: | ||
| + | |||
| ==== 221101 ==== | ==== 221101 ==== | ||
| * mehrere Versuche/ | * mehrere Versuche/ | ||
| + | * Problem: UDP.onpacket(...) nicht zu gebrauchen für: mehrfaches Senden in periodischen Abständen an PC | ||
| Line 32: | Line 48: | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| - | [[http:// | + | [[http:// |
| - | [[http:// | + | [[http:// |
module/microcontroller/esp32udpserver/esp32udpserver.1667399910.txt.gz · Last modified: 2022/11/02 15:38 by omdevelop