|
58 | 58 | * [Example TCPServer](#example-tcpserver) |
59 | 59 | * [Debug Terminal Output Samples](#debug-terminal-output-samples) |
60 | 60 | * [1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield](#1-httpget-on-raspberry_pi_pico-with-esp8266-at-shield) |
| 61 | + * [2. HTTPGET on MBED RASPBERRY_PI_PICO with ESP8266-AT shield](#1-httpget-on-mbed-raspberry_pi_pico-with-esp8266-at-shield) |
61 | 62 | * [Debug](#debug) |
62 | 63 | * [Troubleshooting](#troubleshooting) |
63 | 64 | * [Releases](#releases) |
@@ -979,7 +980,7 @@ void loop(void) |
979 | 980 |
|
980 | 981 | #### 1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield |
981 | 982 |
|
982 | | -This is the terminal output when running [HTTPGET](examples/HTTPGET) example on **RASPBERRY_PI_PICO with ESP8266-AT shield**: |
| 983 | +This is the terminal output when running [HTTPGET](examples/HTTPGET) example on **RASPBERRY_PI_PICO with ESP8266-AT shield**, using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico) |
983 | 984 |
|
984 | 985 |
|
985 | 986 | ``` |
@@ -1038,6 +1039,78 @@ Accept-Ranges: bytes |
1038 | 1039 | ============================================================ |
1039 | 1040 | ``` |
1040 | 1041 |
|
| 1042 | +--- |
| 1043 | +
|
| 1044 | +#### 2. HTTPGET on MBED RASPBERRY_PI_PICO with ESP8266-AT shield |
| 1045 | +
|
| 1046 | +This is the terminal output when running [HTTPGET](examples/HTTPGET) example on **RASPBERRY_PI_PICO with ESP8266-AT shield**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed). |
| 1047 | +
|
| 1048 | +
|
| 1049 | +``` |
| 1050 | +Start HTTPGET on MBED RASPBERRY_PI_PICO |
| 1051 | +ESP_AT_Lib v1.2.0 |
| 1052 | +FW Version:AT version:1.7.4.0(May 11 2020 19:13:04) |
| 1053 | +SDK version:3.0.4(9532ceb) |
| 1054 | +compile time:May 27 2020 10:12:17 |
| 1055 | +Bin version(Wroom 02):1.7.4 |
| 1056 | +OK |
| 1057 | +Set AP/STA Mode OK |
| 1058 | +Connect to WiFi OK |
| 1059 | +IP: +CIFSR:APIP,"192.168.4.1" |
| 1060 | ++CIFSR:APMAC,"6a:c6:3a:a6:f0:f1" |
| 1061 | ++CIFSR:STAIP,"192.168.2.76" |
| 1062 | ++CIFSR:STAMAC,"68:c6:3a:a6:f0:f1" |
| 1063 | +disableMUX OK |
| 1064 | +Done |
| 1065 | +Create TCP OK |
| 1066 | +=========================Received============================ |
| 1067 | +HTTP/1.1 200 OK |
| 1068 | +Server: nginx/1.4.2 |
| 1069 | +Date: Tue, 18 May 2021 00:00:44 GMT |
| 1070 | +Content-Type: text/plain |
| 1071 | +Content-Length: 2263 |
| 1072 | +Last-Modified: Wed, 02 Oct 2013 13:46:47 GMT |
| 1073 | +Connection: close |
| 1074 | +Vary: Accept-Encoding |
| 1075 | +ETag: "524c23c7-8d7" |
| 1076 | +Accept-Ranges: bytes |
| 1077 | + |
| 1078 | + |
| 1079 | + `:;;;,` .:;;:. |
| 1080 | + .;;;;;;;;;;;` :;;;;;;;;;;: TM |
| 1081 | + `;;;;;;;;;;;;;;;` :;;;;;;;;;;;;;;; |
| 1082 | + :;;;;;;;;;;;;;;;;;; `;;;;;;;;;;;;;;;;;; |
| 1083 | + ;;;;;;;;;;;;;;;;;;;;; .;;;;;;;;;;;;;;;;;;;; |
| 1084 | + ;;;;;;;;:` `;;;;;;;;; ,;;;;;;;;.` .;;;;;;;; |
| 1085 | + .;;;;;;, :;;;;;;; .;;;;;;; ;;;;;;; |
| 1086 | + ;;;;;; ;;;;;;; ;;;;;;, ;;;;;;. |
| 1087 | + ,;;;;; ;;;;;;.;;;;;;` ;;;;;; |
| 1088 | + ;;;;;. ;;;;;;;;;;;` ``` ;;;;;` |
| 1089 | + ;;;;; ;;;;;;;;;, ;;; .;;;;; |
| 1090 | +`;;;;: `;;;;;;;; ;;; ;;;;; |
| 1091 | +,;;;;` `,,,,,,,, ;;;;;;; .,,;;;,,, ;;;;; |
| 1092 | +:;;;;` .;;;;;;;; ;;;;;, :;;;;;;;; ;;;;; |
| 1093 | +:;;;;` .;;;;;;;; `;;;;;; :;;;;;;;; ;;;;; |
| 1094 | +.;;;;. ;;;;;;;. ;;; ;;;;; |
| 1095 | + ;;;;; ;;;;;;;;; ;;; ;;;;; |
| 1096 | + ;;;;; .;;;;;;;;;; ;;; ;;;;;, |
| 1097 | + ;;;;;; `;;;;;;;;;;;; ;;;;; |
| 1098 | + `;;;;;, .;;;;;; ;;;;;;; ;;;;;; |
| 1099 | + ;;;;;;: :;;;;;;. ;;;;;;; ;;;;;; |
| 1100 | + ;;;;;;;` .;;;;;;;, ;;;;;;;; ;;;;;;;: |
| 1101 | + ;;;;;;;;;:,:;;;;;;;;;: ;;;;;;;;;;:,;;;;;;;;;; |
| 1102 | + `;;;;;;;;;;;;;;;;;;;. ;;;;;;;;;;;;;;;;;;;; |
| 1103 | + ;;;;;;;;;;;;;;;;; :;;;;;;;;;;;;;;;;: |
| 1104 | + ,;;;;;;;;;;;;;, ;;;;;;;;;;;;;; |
| 1105 | + .;;;;;;;;;` ,;;;;;;;;: |
| 1106 | + |
| 1107 | + |
| 1108 | + |
| 1109 | + |
| 1110 | +============================================================ |
| 1111 | + |
| 1112 | +``` |
| 1113 | +
|
1041 | 1114 | --- |
1042 | 1115 | --- |
1043 | 1116 |
|
|
0 commit comments