Skip to content

WiFi SSID with space does not work #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adgbu opened this issue Dec 11, 2023 · 3 comments
Open

WiFi SSID with space does not work #202

adgbu opened this issue Dec 11, 2023 · 3 comments
Assignees
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@adgbu
Copy link

adgbu commented Dec 11, 2023

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 <WiFiS3.h> or <WiFi.h>.

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.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Dec 11, 2023
@adgbu
Copy link
Author

adgbu commented Dec 12, 2023

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.

@pennam pennam self-assigned this Dec 12, 2023
@QuintonBonnett
Copy link

I'm also having this issue! Any chance we can get a bugfix for this? In the meantime, I'll change my SSID to not include spaces.

@andreagilardoni
Copy link
Contributor

The version 0.3.0 is quite old, can you try with newer ones? With version 0.5.2 everything seems to work correctly. You can follow this guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants