Links2004 / arduinoWebSockets

arduinoWebSockets
GNU Lesser General Public License v2.1
1.89k stars 556 forks source link

Support for arduino rev4 wifi #891

Closed dmtzs closed 3 months ago

dmtzs commented 3 months ago

Interested in this library to be used for an arduino rev4 wifi to connect to websockets. Is there a timeline to make this library available for arduino rev 4 wifi?

Links2004 commented 3 months ago

I dont have a Arduino UNO R4 WiFi, so I can not test it, but the lib will for sure run on the ESP32-S3 on it. no Idea about the RA4M1 part.

but it only makes sense to run the lib on the ESP32 based on the block diagram. since there is only a Serial connection and some pins in between the RA4M1 and ESP32. and a direct network connection is required for this lib to work.

image

dmtzs commented 3 months ago

So which example you recommend me to use? In thee examples is using old wifi.h, which should be now wifis3.h (I already changed that) but don't understand which is the correct library to install for wifimulti.h

dmtzs commented 3 months ago

As I don't signs of real support o will close the issue as there's no intention to support arduino 4 wifi

Links2004 commented 3 months ago

see https://github.com/Links2004/arduinoWebSockets/pull/894