You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
*[1. Async_AdvancedWebServer on RASPBERRY_PI_PICO_W using CYW43439 WiFi](#1-Async_AdvancedWebServer-on-RASPBERRY_PI_PICO_W-using-CYW43439-WiFi)
@@ -149,8 +150,8 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
149
150
## Prerequisites
150
151
151
152
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
152
-
2.[`Earle Philhower's arduino-pico core v2.5.2+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
153
-
3.[`AsyncTCP_RP2040W library v1.0.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. To install. check [](https://www.ardu-badge.com/AsyncTCP_RP2040W)
153
+
2.[`Earle Philhower's arduino-pico core v2.5.4+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
154
+
3.[`AsyncTCP_RP2040W library v1.0.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. [](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/latest). To install. check [](https://www.ardu-badge.com/AsyncTCP_RP2040W)
@@ -1472,10 +1475,11 @@ Following is debug terminal output when running example [WebClient](examples/Web
1472
1475
```
1473
1476
Start WebClient on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1474
1477
AsyncTCP_RP2040W v1.0.0
1475
-
AsyncWebServer_RP2040W v1.0.2
1478
+
AsyncWebServer_RP2040W v1.0.3
1476
1479
Connecting to SSID: HueNet1
1477
1480
SSID: HueNet1
1478
1481
Local IP Address: 192.168.2.180
1482
+
Country code: CA <================ Country code CA for CYW43_COUNTRY_CANADA
1479
1483
1480
1484
Starting connection to server...
1481
1485
Connected to server
@@ -1549,10 +1553,11 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
1549
1553
```
1550
1554
Start MQTTClient_Auth on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1551
1555
AsyncTCP_RP2040W v1.0.0
1552
-
AsyncWebServer_RP2040W v1.0.2
1556
+
AsyncWebServer_RP2040W v1.0.3
1553
1557
Connecting to SSID: HueNet1
1554
1558
SSID: HueNet1
1555
1559
Local IP Address: 192.168.2.180
1560
+
Country code: CA <================ Country code CA for CYW43_COUNTRY_CANADA
1556
1561
Attempting MQTT connection to broker.emqx.io...connected
1557
1562
Message Send : MQTT_Pub => Hello from MQTTClient_Auth on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1558
1563
Message arrived [MQTT_Pub] Hello from MQTTClient_Auth on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
@@ -1570,10 +1575,11 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
1570
1575
```
1571
1576
Start MQTTClient_Basic on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1572
1577
AsyncTCP_RP2040W v1.0.0
1573
-
AsyncWebServer_RP2040W v1.0.2
1578
+
AsyncWebServer_RP2040W v1.0.3
1574
1579
Connecting to SSID: HueNet1
1575
1580
SSID: HueNet1
1576
1581
Local IP Address: 192.168.2.180
1582
+
Country code: CA <================ Country code CA for CYW43_COUNTRY_CANADA
1577
1583
Attempting MQTT connection to broker.emqx.io...connected
1578
1584
Message Send : MQTT_Pub => Hello from MQTTClient_Basic on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1579
1585
Message arrived [MQTT_Pub] Hello from MQTTClient_Basic on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
@@ -1591,10 +1597,11 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
1591
1597
```
1592
1598
Start MQTT_ThingStream on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1593
1599
AsyncTCP_RP2040W v1.0.0
1594
-
AsyncWebServer_RP2040W v1.0.2
1600
+
AsyncWebServer_RP2040W v1.0.3
1595
1601
Connecting to SSID: HueNet1
1596
1602
SSID: HueNet1
1597
1603
Local IP Address: 192.168.2.180
1604
+
Country code: CA <================ Country code CA for CYW43_COUNTRY_CANADA
1598
1605
***************************************
1599
1606
RP2040W_Pub
1600
1607
***************************************
@@ -1608,6 +1615,29 @@ MQTT Message Send : RP2040W_Pub => Hello from MQTT_ThingStream on RASPBERRY_PI_P
1608
1615
MQTT Message receive [RP2040W_Pub] Hello from MQTT_ThingStream on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1609
1616
```
1610
1617
1618
+
#### 6. Async_AdvancedWebServer_Country on RASPBERRY_PI_PICO_W using CYW43439 WiFi
1619
+
1620
+
Following is the debug terminal when running example [Async_AdvancedWebServer_Country](examples/Async_AdvancedWebServer_Country) on RASPBERRY_PI_PICO_W using CYW43439 WiFi to demonstrate the operation of AsyncWebServer_RP2040W, based on this [AsyncTCP_RP2040W Library](https://github.com/khoih-prog/AsyncTCP_RP2040W) and to display programmed country-code
1621
+
1622
+
1623
+
```
1624
+
Start Async_AdvancedWebServer_Country on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1625
+
AsyncTCP_RP2040W v1.0.0
1626
+
AsyncWebServer_RP2040W v1.0.3
1627
+
Connecting to SSID: HueNet1
1628
+
SSID: HueNet1
1629
+
Local IP Address: 192.168.2.180
1630
+
Country code: CA <================ Country code CA for CYW43_COUNTRY_CANADA
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
## Table of Contents
12
12
13
13
*[Changelog](#changelog)
14
+
*[Release v1.0.3](#Release-v103)
14
15
*[Release v1.0.2](#Release-v102)
15
16
*[Release v1.0.1](#Release-v101)
16
17
*[Initial Release v1.0.0](#Initial-Release-v100)
@@ -20,6 +21,12 @@
20
21
21
22
## Changelog
22
23
24
+
### Release v1.0.3
25
+
26
+
1. Modify examples to display `country-code`
27
+
2. Add tempo method to modify `arduino-pico` core to change `country-code`
28
+
3. Add example [Async_AdvancedWebServer_Country](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/Async_AdvancedWebServer_Country)
0 commit comments