Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Can't connect to AsyncWebSocketServer_RP2040 via javascript #5

@drmue

Description

@drmue

Can't connect to AsyncWebSocketServer via javascript, tried with Firefox 105.0 in Ubuntu 20.02 LTS and Firefox 98.0.2 on Debian 10.
But I'm able to connect via Python 3.7.9.

  1. Upload "PicoWAsyncSockAbare.ino" to RP pico W.

  2. Open Serial Monitor to get IP-adress.

  3. Try to connect with "AsyncSocCl.py".
    (This will work fine)

  4. Try to connect with Webbrowser (Firefox)..
    (It does not work)

Am I do something wrong?

I think, I did understand AsyncWebServer_RP2040 is based on ESPAsyncWebServer.
After uploading ESP32AsyncSockAbare (same code) to ESP32 - Board (NodeEsp), connection is established with Webbrowser and with Python.

AsyncWebServer_RP2040_Issue.zip

Arduino IDE version: 1.8.19
RP2040 core v2.6.0
RASPBERRY_PI_PICO_W Module
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    SupportLibrary supportbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions