Connecting with Pico W #876
Unanswered
andzsinszan
asked this question in
Q&A
Replies: 2 comments
-
Okay, after doing some more debugging.. The server is sending the upgrade header (Python's websockets)
The arduinoWebSockets libraries gets
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The main page says Raspberry Pico W is supported, but I cannot get it work.
Connecting to server and upgrading to websocket connection seems to work, but the library does not get into CONNECTED state, stuck in WSC_HEADER state (checked with debugger). From servers side, the websocket channel is OPEN.
The code:
Debug messages from the serial port:
I tried adding compile time flags, like
-D ARDUINO_ARCH_RP2040=1
, but does not work.Do I miss something obvious?
Beta Was this translation helpful? Give feedback.
All reactions