khoih-prog / WiFiNINA_Generic

Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT, Nano_RP2040_Connect. Now with fix of severe limitation to permit sending much larger data than total 4K
GNU General Public License v3.0
37 stars 12 forks source link

Wio Terminal can't communicate with module error #11

Closed bfrenchrit closed 3 years ago

bfrenchrit commented 3 years ago

Hi, I'm getting the following error when trying to run any of the examples:

Start WiFiNINA CheckFirmwareVersion on SAMD SEEED_WIO_TERMINAL WiFiNINA_Generic v1.8.13 Communication with WiFi module failed!

I have flashed the latest firmware for the RTL8720 chip (2.1.3) could that be the problem?

khoih-prog commented 3 years ago

WIO Terminal can't use WiFiNINA or WiFiNINA_Generic.

You have to use Seeed_Arduino_rpcWiFi Library.

These libraries of mine are supporting WIO_Terminal

  1. WIOTerminal_WiFiManager
  2. WebSockets_Generic
  3. SinricPro_Generic

Go to Seeedstudio Forum for more support.

Good Luck,

bfrenchrit commented 3 years ago

Thanks!

Do those libraries support WPA2 Enterprise, I couldn’t find where they do.

Bryan French

Senior Lecturer and WMC Program Coordinator School of Information Golisano College of Computing and Information Sciences Rochester Institute of Technology

[signature_897485934]Advisor RIT Players

Bldg 70-2619 152 Lomb Memorial Drive Rochester, New York 14623

585-475-6511 @.***

From: Khoi Hoang @.> Reply-To: khoih-prog/WiFiNINA_Generic @.> Date: Monday, September 20, 2021 at 11:17 AM To: khoih-prog/WiFiNINA_Generic @.> Cc: Bryan French @.>, Author @.***> Subject: Re: [khoih-prog/WiFiNINA_Generic] Wio Terminal can't communicate with module error (#11)

WIO Terminal can't use WiFiNINA or WiFiNINA_Generichttps://github.com/khoih-prog/WiFiNINA_Generic.

You have to use Seeed_Arduino_rpcWiFi Libraryhttps://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.

These libraries of mine are supporting WIO_Terminal

  1. WIOTerminal_WiFiManagerhttps://github.com/khoih-prog/WIOTerminal_WiFiManager
  2. WebSockets_Generichttps://github.com/khoih-prog/WebSockets_Generic
  3. SinricPro_Generichttps://github.com/khoih-prog/SinricPro_Generic

Go to Seeedstudio Forumhttps://forum.seeedstudio.com/ for more support.

Good Luck,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/khoih-prog/WiFiNINA_Generic/issues/11#issuecomment-923022270, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEXDGO7YRRCHTQAVIVKHN4DUC5FZZANCNFSM5EMEQKFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

khoih-prog commented 3 years ago

All depends on the basic Seeed_Arduino_rpcWiFi Library, on which those libraries rely on.

I haven't tried WPA2 Enterprise yet, but many other WiFi libraries, even ESP32, ESP8266, WiFiNINA, etc., can connect but also have certain issues with WPA2 Enterprise. You have to do more research on it.

It's better to use ESP32/ESP8266 if you have to use WPA2 Enterprise in University.