arduino / ArduinoCore-renesas

MIT License
110 stars 75 forks source link

WiFi SSID with space does not work #202

Open adgbu opened 9 months ago

adgbu commented 9 months ago

Unable to connect to a WiFi network with a name (SSID) that contains a space (e.g. "My wifi").

This happens on an Arduino Uno R4 WiFi board. The WiFi firmware is updated to the current latest (0.3.0). The problem can be replicated with the examples under WiFiS3 from the Arduino IDE, e.g. WiFiUdpSendReceiveString.ino.

I have confirmed that the same sketch does connect to WiFi without problem if I just use a different local WiFi which has a name (SSID) without spaces.

In both cases the security setting is a WPA2 password and the password contains only ASCII chars 33-126.

It makes no difference if the sketch includes or .

I am pretty sure that I have connected to the same network (e.g. "My wifi") before with Arduino framework sketches running on both ESP32 DevKitC and on Raspberry Pi Pico W. I believe this is an issue specifically with ArduinoCore-renesas.

adgbu commented 9 months ago

I have now confirmed that the same sketch works on the Raspberry Pi Pico W board and connects to "My wifi" without problem. Programmed from Arduino IDE 2.2.1 using the Arduino-Pico core by earlphilhower.