Code Monkey home page Code Monkey logo

Comments (17)

newEndeavour avatar newEndeavour commented on July 19, 2024 1

It turns out, v19.5.4 WINC1500 firmware fixes this issue.
Here are the plugins:
https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin
https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/tag/v0.9.2

from wifi101.

geetee24 avatar geetee24 commented on July 19, 2024

I tried the arduino with a new netgear router and the wifi101 can wpa connect to it just fine.

there is something wrong with the wifi101 libraary and in that it can not connect to the linksys unit. please advise.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

Hi @geetee24,

Which model of Linksys router are you using? Do you know if the WPA mode is set to "WPA/WPA2 mixed network"?

We can open a support ticket with Atmel on your behalf, once we have more details.

from wifi101.

geetee24 avatar geetee24 commented on July 19, 2024

as i already told you, yes it is in mixed mode. I also alreadhy told
you the router model.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

Support case 00042898 is open with Atmel to track this.

cc/ @Fede85

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

We've received the following response from Atmel support:

We tried reproducing the issue, but we did not see any issue connecting with the Linksys AP with WPA/WPA2 mixed mode security. We do not have the exact Linksys AP model, instead we used Linksys AP router model "WAP300N". If the customer still face the issue, kindly share the air capture and debug log information.

We can provide a version of the library that enables debug logs for those interested in helping and are using a MKR1000 or Zero with the WiFi101 shield. Unfortunately, the Uno does not have enough resources to support enabling debug logging.

I will ask for more clarification on what is mean't by "air capture".

from wifi101.

john212 avatar john212 commented on July 19, 2024

I am having exactly the same problem as gentee24. Linksys EA3500 router with latest firmware (1.1.40.162464). MKR1000 with latest firmware (19.4.4). Latest WiFi101 Library (passed firmware compatibility check for ver. 19.4.4). The MKR1000 is able to scan and find and report via the serial monitor local WiFi networks and its MAC address, type of encryption (WPA reported) and signal strength, But it will not connect to WiFi network, router is set to "WPA/WPA2 Mixed Mode Personal". The router just ignores the login attempt from the Mkr100. No errors or other problems are noted. I tried substituting the WPA passphrase key for the passphrase, no joy. Any help or advice would be appreciated. If you would like be to use the "debugging" library referred to I would be happy to but I need a little more details on how to install/use as I have not used a debugger before. Thanks for listening. -- John

from wifi101.

geetee24 avatar geetee24 commented on July 19, 2024

I got no resolution from the authors of the library. They felt that it was an issue with the router model. I disagree.

I had to work around it by turning off the WPA WPA2 Mixed Mode personal and set it instead to just WPA2 which is a hack. The authors of this library seem to have dropped this serious issue.

Good luck to you.

from wifi101.

john212 avatar john212 commented on July 19, 2024

I have changed the router to WPA2 and it works. I guess now I will have to find out which legacy device around the house is still using WPA vs WPA2. It was probably time to switch to WPA2 anyway since it is more secure. Silver lining. :-) Thanks for the postings geetee24, I learned a lot by troubleshooting this, but it was also very frustrating because I couldn't find anything wrong. Cheers.

from wifi101.

geetee24 avatar geetee24 commented on July 19, 2024

You are welcome. I too spent a lot of time on the matter. I wish the authors of the library would resolve the issue.

Like you, it is time for WPA to go away but we do need the code base fixed.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

This issue can only be resolved by Atmel with a firmware update.

If you would like be to use the "debugging" library referred to I would be happy to but I need a little more details on how to install/use as I have not used a debugger before.

@john212 I've pushed a branch that enables debug logging here: https://github.com/sandeepmistry/WiFi101/tree/samd-debug-enabled

You can download it as a zip and extract, then overwrite the existing <SKETCHBOOK>/libraries/WiFi101 folder.

For the "air capture" tool Atmel referred to it's called AirPcap which is quite expensive. So I doubt we can provide this capture to Atmel.

from wifi101.

timpulver avatar timpulver commented on July 19, 2024

Same for me with library version 0.10.0 and Fritz!Box 7170 running the latest firmware.
Switching the router from WPA/WPA2 mixed mode to WPA2 solved the problem.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

@timpulver since the issue lies within the WINC1500 firmware which Atmel controls, you'll have to contact Atmel via opening a support ticket. They have closed my original support case since I was unable to provide more details.

from wifi101.

timpulver avatar timpulver commented on July 19, 2024

Anybody already has an account there who can open another ticket?

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

There's a PR build of the IDE that contains the new v19.5.2 WINC1500 firmware: arduino/Arduino#6069 (comment). Any one up for testing it with the master version of the library to see if this has been fixed?

from wifi101.

newEndeavour avatar newEndeavour commented on July 19, 2024

Hi sandeepmistry, do you know if this has been fixed? I experience the same issue with my MKR1000 / WINC1500 and discovering this issue right now (WINC1500 unable to join AP network)
Thanks in advance for all the help and reference you can provide.

from wifi101.

per1234 avatar per1234 commented on July 19, 2024

Closing as fixed by the firmware update.

from wifi101.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.