Skip to content

WiFi SSID with space does not work #202

Open
@adgbu

Description

@adgbu

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.

Metadata

Metadata

Assignees

Labels

topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions