-
Notifications
You must be signed in to change notification settings - Fork 18
WiFi Hangs when attempting to start WiFi (Adafruit M4 Express Airlift Lite board) #2
Comments
Hi @gmstuff Thanks for using the library. The MySQL_MariaDB_Generic Library is using WiFiNINA_Generic Library for boards with WiFiNINA. It seems that your board has some issue with WiFiNINA_Generic Library library as you described. To isolate the issue, please test using the examples in to see if both are OK with your ADAFRUIT_METRO_M4_AIRLIFT_LITE board. Then post the results back here. I'm sorry I don't have an ADAFRUIT_METRO_M4_AIRLIFT_LITE board to test and verify. The issue might be you haven't connected / modified the file
If you can run OK with Original WiFiNINA, I'll modify the |
Thanks for the speedy response ! I saw in the However you asked I test the WiFiNINA_Generic and the standard WiFiNINA examples: Here are the results When I use the example :
And change only the SSD and Password for the wifi
However, When I use the example :
And change only the SSD and Password for the wifi
I don’t get any warnings in the compile window:
|
That's great. Can you just add the line
to WiFiNINA_Pinout_Generic Line 223 It will look like:
I think the issue will be fixed. |
Ok I am officially impressed! :-) :-) - I beat my head on the wall for two days trying everything I could and got no where! Then I posted tonight an issue and its fixed! That was a crazy fast response and fix!! Having made the mod you told me to make, then This is my output : You are THE Man!!! Thank you ! |
Good to know. I'll update the WiFiNINA_Generic Library and certainly have a note on your contribution to add
to WiFiNINA_Generic Library supported list. Enjoy your project. Best Regards, |
### New in v1.7.2 1. Add support to Adafruit Airlift M4 boards: METRO_M4_AIRLIFT_LITE, PYBADGE_AIRLIFT_M4. Thanks to [Gerard Moorcroft](https://github.com/gmstuff) to report issue [**WiFi Hangs when attempting to start WiFi (Adafruit M4 Express Airlift Lite board)**](khoih-prog/MySQL_MariaDB_Generic#2) leading to this new version. 2. Add WIFININA_GENERIC_VERSION
Dear Gerard, Your contribution (reporting and collaborating) leads to new WiFiNINA_Generic Library v1.7.2 and is noted in Contributions and Thanks. Please don't hesitate to report new issues and/or request for enhancement. Best Regards, New in v1.7.2
|
Hey Man, I am totally not worthy of a mention
I appreciate your help in helping me! Alls I did was ask for help, you guys are the brains and the solution finders!
The SQL_Connector is helping my project hugely, so please, no thanks to me, all thanks to you guys!!
From: Khoi Hoang [mailto:[email protected]]
Sent: Thursday, November 5, 2020 12:59 AM
To: khoih-prog/MySQL_MariaDB_Generic
Cc: gmstuff; Mention
Subject: Re: [khoih-prog/MySQL_MariaDB_Generic] WiFi Hangs when attemptin to start WiFi (Adafruit M4 Express Airlift Lite board) (#2)
Dear Gerard,
Your contribution (reporting and collaborating) leads to new WiFiNINA_Generic Library v1.7.2<https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.7.2> and is noted in Contributions and Thanks<https://github.com/khoih-prog/WiFiNINA_Generic#contributions-and-thanks>.
Please don't hesitate to report new issues and/or request for enhancement.
Best Regards,
…________________________________
New in v1.7.2
1. Add support to Adafruit Airlift M4 boards: METRO_M4_AIRLIFT_LITE, PYBADGE_AIRLIFT_M4. Thanks to Gerard Moorcroft<https://github.com/gmstuff> to report issue WiFi Hangs when attempting to start WiFi (Adafruit M4 Express Airlift Lite board)<#2> leading to this new version.
2. Add WIFININA_GENERIC_VERSION
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AREGAQ5XMSFTKKHKYLWDA7LSOI5LFANCNFSM4TKZXX7A>.
|
Can anybody give me a pointer please :-)
Using out of the box example (say the Connect_WiFiNINA example in the MySQL_MariaDB_Generic folder) the code stops dead whenever WiFI.xxxxxxx is attempted
So in the case of this example, the code compiles, prints the first output line to the Serial Monitor then hangs for ever at the line
In the monitor window I get :
I installed the MySQL_MariaDB_Generic library from the Arduino IDE Library manager
I upgraded the firmware on the Adafruit M4 Express Airlift Lite board to be latest 1.7.1 firmware
I have deleted the Arduino IDE
Deleted the sketches\library\MySQL_MariaDB_Generic folder
Reinstalled the 1.8.13 version of the IDE
Reinstalled the Adafruit drivers and boards
And every time I try to compile and run one of the MySQL examples it hangs on any attempt to run the WiFi code.
Using the same board, when I flip over to one of the standard WiFiNINA example sketches they are able to run and connect to my WiFi network so I know the board and WiFi network is good.
Arduino IDE: 18.13
Board: Adafruit M4 Express Airlift Lite
Sketch ibraries\MySQL_MariaDB_Generic\examples\WiFiNINA\Connect_WiFiNINA\ Connect_WiFiNINA.ino (only changed the SSID and Wifi Password
WiFiNINA Firmware : 1.7.1
Serial monitor output :
Code snip with the extra Serial.println line is below:
Can anybody give me any pointers at all?
Thanks so much in advance!
The text was updated successfully, but these errors were encountered: