Skip to content

Instantly share code, notes, and snippets.

View akfheaven's full-sized avatar

akfheaven akfheaven

  • Beijing
View GitHub Profile
@ah-cog
ah-cog / ESP8266 AT Commands for Creating a UDP Server.md
Last active March 16, 2024 15:19
ESP8266 AT command sequence to start a UDP server with Espressif AT firmware v0.22.

Create a UDP Server to Listen for Incoming Broadcasts

The following sequence of commands will (1) start a TCP server listening for traffic on port 80 and (2) start a UDP server and listen for incoming UDP packets from all addresses.

AT

OK
AT+CWMODE_CUR=3

OK