Skip to content
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

Giga R1 Wifi - Wifi-Access-Point only Possible with Secrets of existing WiFi-Network #920

Open
Sternie73 opened this issue Jul 9, 2024 · 3 comments

Comments

@Sternie73
Copy link

Hello,

at first, sorry for my bad english, I'm from Germany.

I try to open an Access-Point with the example "Web Server AP Mode" form the Arduino-Tutorials for the Giga R1 Wifi.

With the SSID and Password of my existing Network there will be created an Access-Point.
When I change the SSID or Password, the creating failed.

What can I do?

@pennam
Copy link
Contributor

pennam commented Jul 17, 2024

Hello @Sternie73,
this is very strange, i've tested your same example with my Giga R1 WiFi and i'm able to create and AP with the following credentials

SSID:test
PWD:12345678

Is the antenna mounted on your board?

@giorgiogallina
Copy link

I had issues as well opening access point.
It resulted that the password has to be at least 8-characters long (so, for instance, neither "qwerty" nor "qwerty1" are accepted).

By the way, is there any documentation where we can find information on how to best use WiFi library on GIGA R1? That would have saved me one hour of debuging trying to guess what was wrong with my attempt to create an Access Point (and many many more hours that I am still "wasting")

Thank you

@megacct
Copy link

megacct commented Sep 6, 2024

This PR #826 made beginAP return an error rather than crash the OS (took me much longer than an 1hr to find)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants