Libraries created / updated to support new RASPBERRY_PI_PICO_W boards

These libraries are created or updated to add support to new RASPBERRY_PI_PICO_W boards, using Earle Philhower's arduino-pico core v2.4.0+.

The lists will be updated gradually.


Modified Libraries

New Libraries

AsyncWebServer_RP2040W

Release v1.4.0

  1. Add LittleFS functions such as AsyncFSWebServer
  2. Add examples AsyncFSWebServer and AsyncFSWebServer_Complex to demo the new feature

AsyncFSWebServer_Complex on RASPBERRY_PI_PICO_W using CYW43439 WiFi

Following is debug terminal output when running example AsyncFSWebServer_Complex on RASPBERRY_PI_PICO_W using CYW43439 WiFi.

Start AsyncFSWebServer_Complex on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
AsyncTCP_RP2040W v1.1.0
AsyncWebServer_RP2040W v1.4.0
Connecting to SSID: HueNet1
SSID: HueNet1
Local IP Address: 192.168.2.77
Opening / directory
FS File: CanadaFlag_1.png, size: 40.25KB
FS File: CanadaFlag_2.png, size: 8.12KB
FS File: CanadaFlag_3.jpg, size: 10.89KB
FS File: css, size: 0B
FS File: edit.htm.gz, size: 4.02KB
FS File: favicon.ico, size: 1.12KB
FS File: graphs.js.gz, size: 1.92KB
FS File: index.htm, size: 3.63KB
FS File: js, size: 0B

AsyncWebServer started @192.168.2.77
Open http://192.168.2.77/edit to see the file browser
AsyncFSEditor::handleRequest: Sending AsyncWebServerResponse

You can access the Async_WebSockets Servers at the displayed server IP, e.g. 192.168.2.77

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.