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 Jan 29, 2023. It is now read-only.
### Release v1.6.0
1. Add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
2. Add Config Portal scaling support to mobile devices.
* Contextual information (e.g. what you were trying to achieve)
20
22
* Simplest possible steps to reproduce
21
23
* Anything that might be relevant in your opinion, such as:
22
24
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
23
25
* Network configuration
24
26
27
+
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
28
+
29
+
---
25
30
26
31
### Example
27
32
28
33
```
29
34
Arduino IDE version: 1.8.19
30
35
RASPBERRY_PI_PICO board
31
-
ArduinoCore-mbed v3.4.1
36
+
ArduinoCore-mbed v3.5.4
32
37
OS: Ubuntu 20.04 LTS
33
-
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
38
+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
34
39
35
40
Context:
36
41
I encountered a crash while trying to use the library
*[1. Without SCAN_WIFI_NETWORKS](#1-without-scan_wifi_networks)
78
80
*[2. With SCAN_WIFI_NETWORKS](#2-with-scan_wifi_networks)
@@ -103,6 +105,9 @@
103
105
*[4. RPi_Pico_ESP8266Shield on MBED RASPBERRY_PI_PICO](#4-rpi_pico_esp8266shield-on-mbed-raspberry_pi_pico)
104
106
*[4.1 Open Config Portal](#41-open-config-portal)
105
107
*[4.2 Got valid Credential from Config Portal, then connected to WiFi](#42-got-valid-credential-from-config-portal-then-connected-to-wifi)
108
+
*[5. RPi_Pico_WizFi360 on WIZNET_WIZFI360_EVB_PICO](#5-RPi_Pico_WizFi360-on-WIZNET_WIZFI360_EVB_PICO)
109
+
*[5.1 Open Config Portal](#51-open-config-portal)
110
+
*[5.2 Got valid Credential from Config Portal, then connected to WiFi](#52-got-valid-credential-from-config-portal-then-connected-to-wifi)
106
111
*[Debug](#debug)
107
112
*[Troubleshooting](#troubleshooting)
108
113
*[Issues](#issues)
@@ -192,23 +197,49 @@ This [**ESP_AT_WM_Lite** library](https://github.com/khoih-prog/ESP_AT_WM_Lite)
192
197
193
198
8. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
194
199
200
+
9.**WIZNET_WIZFI360_EVB_PICO** using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
201
232
2.[`Arduino AVR core 1.8.6+`](https://github.com/arduino/ArduinoCore-avr) for Arduino (Use Arduino Board Manager) for AVR boards. [](https://github.com/arduino/ArduinoCore-avr/releases/latest)
202
-
3.[`Arduino Core for STM32 v2.3.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.). [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
9.[`Adafruit nRF52 v1.3.0+`](https://github.com/adafruit/Adafruit_nRF52_Arduino) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest)
209
-
10.[`Arduino mbed_rp2040 core 3.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
210
-
11.[`Earle Philhower's arduino-pico core v2.6.3+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
211
-
12.[`ESP8266_AT_WebServer library v1.6.0+`](https://github.com/khoih-prog/ESP8266_AT_WebServer) to be able to support ESP32-AT shields. To install, check [](https://www.ardu-badge.com/ESP8266_AT_WebServer)
240
+
10.[`Arduino mbed_rp2040 core 3.5.4+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
241
+
11.[`Earle Philhower's arduino-pico core v2.7.1+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
242
+
12.[`ESP8266_AT_WebServer library v1.7.1+`](https://github.com/khoih-prog/ESP8266_AT_WebServer) to be able to support ESP32-AT shields. To install, check [](https://www.ardu-badge.com/ESP8266_AT_WebServer)
212
243
13.[`FlashStorage_SAMD library v1.3.2+`](https://github.com/khoih-prog/FlashStorage_SAMD) for SAMD21 and SAMD51 boards (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit Itsy-Bitsy M4, etc.). To install, check [](https://www.ardu-badge.com/FlashStorage_SAMD)
213
244
14.[`FlashStorage_STM32F1 library v1.1.0+`](https://github.com/khoih-prog/FlashStorage_STM32F1) for STM32F1/F3 boards. To install. check [](https://www.ardu-badge.com/FlashStorage_STM32F1)
214
245
15.[`FlashStorage_STM32 library v1.2.0+`](https://github.com/khoih-prog/FlashStorage_STM32) for STM32F/L/H/G/WB/MP1 boards. To install. check [](https://www.ardu-badge.com/FlashStorage_STM32)
@@ -888,7 +919,8 @@ Please be noted that the following **reserved names are already used in library*
#### 5. RPi_Pico_WizFi360 on WIZNET_WIZFI360_EVB_PICO
1649
+
1650
+
This is the terminal output when running [RPi_Pico_WizFi360](examples/RPi_Pico_WizFi360) example on **WIZNET_WIZFI360_EVB_PICO**
1651
+
1652
+
#### 5.1 Open Config Portal
1653
+
1654
+
```
1655
+
Start RPi_Pico_WizFi360 on WIZNET_WIZFI360_EVB_PICO
1656
+
ESP_AT_WM_Lite v1.6.0
1657
+
Debug Level = 1
1658
+
[ESP_AT] Using ESP32-AT Command
1659
+
LittleFS Flag read = 0xd0d04321
1660
+
Flag read = 0xd0d04321
1661
+
No doubleResetDetected
1662
+
Saving DOUBLERESETDETECTOR_FLAG to DRD file : 0xd0d01234
1663
+
Saving DRD file OK
1664
+
SetFlag write = 0xd0d01234
1665
+
[ESP_AT] Invalid Stored WiFi Config Data.
1666
+
[ESP_AT] WiFi PWD len < 8
1667
+
[ESP_AT] b:StayInCfgPortal:NoCfgDat
1668
+
[ESP_AT] Scanning Network
1669
+
[ESP_AT] scanWifiNetworks: Done, Scanned Networks n = 9
1670
+
[ESP_AT] WiFi networks found:
1671
+
[ESP_AT] 1: HueNetNew, -71dB
1672
+
[ESP_AT] 2: SmartRG-02a2, -83dB
1673
+
[ESP_AT] 3: , -89dB
1674
+
[ESP_AT] 4: Elkhoury, -77dB
1675
+
[ESP_AT] 6: ESP151CD5, -77dB
1676
+
[ESP_AT] 8: house, -44dB
1677
+
[ESP_AT] 9: Home, -83dB
1678
+
[ESP_AT] SSID=ESP_AT_ABCDEF,PW=ESP_AT_PW
1679
+
[ESP_AT] IP=192.168.220.1,CH=7
1680
+
[ESP_AT] useESP32_AT mode 2 WIZFI360
1681
+
Stop doubleResetDetecting
1682
+
Saving to DRD file : 0xd0d04321
1683
+
Saving DRD file OK
1684
+
LittleFS Flag read = 0xd0d04321
1685
+
ClearFlag write = 0xd0d04321
1686
+
CCC[ESP_AT] h:UpdLittleFS
1687
+
[ESP_AT] h:Rst
1688
+
```
1689
+
1690
+
#### 5.2 Got valid Credential from Config Portal, then connected to WiFi
1691
+
1692
+
```
1693
+
Start RPi_Pico_WizFi360 on WIZNET_WIZFI360_EVB_PICO
1694
+
ESP_AT_WM_Lite v1.6.0
1695
+
Debug Level = 1
1696
+
[ESP_AT] Using ESP32-AT Command
1697
+
LittleFS Flag read = 0xd0d04321
1698
+
Flag read = 0xd0d04321
1699
+
No doubleResetDetected
1700
+
Saving DOUBLERESETDETECTOR_FLAG to DRD file : 0xd0d01234
1701
+
Saving DRD file OK
1702
+
SetFlag write = 0xd0d01234
1703
+
[ESP_AT] con2WF:SSID=HueNet,PW=12345678
1704
+
[ESP_AT] con2WF:OK
1705
+
[ESP_AT] IP=192.168.2.125
1706
+
Stop doubleResetDetecting
1707
+
Saving to DRD file : 0xd0d04321
1708
+
Saving DRD file OK
1709
+
LittleFS Flag read = 0xd0d04321
1710
+
ClearFlag write = 0xd0d04321
1711
+
HHHHHH
1712
+
```
1713
+
1714
+
1715
+
1613
1716
---
1614
1717
---
1615
1718
@@ -1675,7 +1778,7 @@ Submit issues to: [ESP_AT_WM_Lite issues](https://github.com/khoih-prog/ESP_AT_W
1675
1778
13. Enforce WiFi PWD minimum length of 8 chars
1676
1779
14. Enable **scan of WiFi networks** for selection in Configuration Portal
1677
1780
15. Add support to new STM32 core v2.0.0 and new STM32L5 boards.
1678
-
16. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
1781
+
16. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
1679
1782
17. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
1680
1783
18. Add support to **Arduino Nano RP2040 Connect** using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
1681
1784
19. Fix the blocking issue in loop() with configurable `WIFI_RECON_INTERVAL`
@@ -1685,6 +1788,9 @@ Submit issues to: [ESP_AT_WM_Lite issues](https://github.com/khoih-prog/ESP_AT_W
1685
1788
23. Optimize code by passing by `reference` instead of `value`
1686
1789
24. Optional `Board_Name` in Config Portal
1687
1790
25. Add function `isConfigMode()` to signal system is in Config Portal mode
1791
+
26. Add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using [**arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
1792
+
27. Add Config Portal scaling support to mobile devices
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@
9
9
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
10
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
11
11
12
-
13
12
---
14
13
---
15
14
16
15
## Table of Contents
17
16
18
17
*[Changelog](#changelog)
18
+
*[Release v1.6.0](#release-v160)
19
19
*[Release v1.5.2](#release-v152)
20
20
*[Release v1.5.1](#release-v151)
21
21
*[Release v1.5.0](#release-v150)
@@ -34,6 +34,11 @@
34
34
35
35
## Changelog
36
36
37
+
### Release v1.6.0
38
+
39
+
1. Add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
40
+
2. Add Config Portal scaling support to mobile devices.
41
+
37
42
### Release v1.5.2
38
43
39
44
1. Optimize code by using passing by `reference` instead of by `value`
0 commit comments