Figure 1.

Figure 2.

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Brief Description of AT Command Functions
| AT Command | Function |
|---|---|
| AT | Testing for normal startup |
| AT+CWMODE=2 | Setting AP Mode |
| AT+RST | Restart |
| AT+CWSAP="esp","12345678",1,4 | Setting AP parameters with the account name "ESP8266" and password "123456" |
| AT+CIPMUX=1 | Setting multiple connection mode |
| AT+CIPSERVER=1,333 | Starting SERVER mode, setting port to 333 |
| AT+CIPSEND=0,7 | Sending data with a length of 7 characters |