Websocket library for M0 Wifi device

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mshulman
 
Posts: 8
Joined: Thu Jul 22, 2021 2:43 pm

Websocket library for M0 Wifi device

Post by mshulman »

Help,

I have the Feather M0 Wifi device (http://adadruit.com/product/3010) board, and I’m looking for a recommendation on a websocket client library.

I found two so far, but neither sketch compiles for my board.

I want to subscribe to a websocket server on my Wifi network and respond to changes in a subscribed channel.

Thank you for your help! I’m new to the Feather community!

User avatar
mshulman
 
Posts: 8
Joined: Thu Jul 22, 2021 2:43 pm

Re: Websocket library for M0 Wifi device

Post by mshulman »

I found that WiFi101 works well and has Websocket support.

Be sure to use `

Code: Select all

WiFi.setPins(8,7,4,2);
in your setup()

User avatar
Franklin97355
 
Posts: 23939
Joined: Mon Apr 21, 2008 2:33 pm

Re: Websocket library for M0 Wifi device

Post by Franklin97355 »

Thanks for posting. Embedded websockets are difficult to code with a minimum memory device.

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”