arduino-libraries / WiFiNINA

142 stars 107 forks source link

WiFi Web Server example not compatible on Windows & Mac using WiFiNINA #228

Open jazhe opened 2 years ago

jazhe commented 2 years ago

Hello there!

I'm using the Nano RP2040 example and WiFi Web Server (from the WiFiNINA library) on Windows (my main computer), even though it compiles and loads fine, it can't establish a connection through the browser. When I try it on Linux everything works fine. I also tried it on Mac, but it's the same problem as on Windows. Also, if I try to connect it using Firefox, there is a delay when it is loading the WebServer, but in Chrome it works perfectly. I would like to know why this happens and also if could be a possible solution.

Best, Jaz

sabas1080 commented 2 years ago

+1

JAndrassy commented 2 years ago

you write "When I try it on Linux ..". try what: build and upload the sketch or connect from browser?

jazhe commented 2 years ago

Sorry, my mistake. I mean, when I try to connect from the browser. Using Linux and Chrome, it works well and quickly. But when I try the same process using Windows and Chrome, it keeps loading, but nothing happens.

sabas1080 commented 1 year ago

WIFINiNA: v1.8.13 Core mbed: v3.4.1

working windows and linux