Replies: 5 comments 6 replies
-
HI @stefat Thanks for your interest in the library. I've tested and everything is OK using the WiFiWebClient example, which include the similar code WiFiNINA_Generic/examples/WiFiWebClient/WiFiWebClient.ino Lines 149 to 165 in db7af00 Try to use the latest Debug Terminal
|
Beta Was this translation helpful? Give feedback.
-
Hi @stefat I just found out that if you run WiFiWebServer example with WiFiNINA_Generic/examples/WiFiWebServer/WiFiWebServer.ino Lines 134 to 143 in db7af00 You have to remove them for that You can help open an issue in the |
Beta Was this translation helpful? Give feedback.
-
Hi @stefat Check the new release WiFiNINA_Generic v1.8.14-7. Your contribution is noted in Contributions and Thanks No issue or discussion is too small to be ignored. Please feel free to post any problem next time, certainly after reasonable tests and retests. The library will be better and better thanks to contributing users like you. Best Regards, Releases v1.8.14-7
|
Beta Was this translation helpful? Give feedback.
-
Did you remove WiFiNINA_Generic/examples/WiFiWebServer/WiFiWebServer.ino Lines 134 to 143 in db7af00 and replace with WiFiNINA_Generic/examples/WiFiWebServer/WiFiWebServer.ino Lines 141 to 153 in bbce55c You can't use |
Beta Was this translation helpful? Give feedback.
-
yes ! Problem is analogRead() with Arduino-Pico.
Serial monitor on both platforms:
|
Beta Was this translation helpful? Give feedback.
-
Settings:
Nano RP2040 Connect sdk core: Arduino-Pico core in ~ /Library/Arduino15/packages/rp2040/2.6.2/
Libraries:
The Issue:
Just successfully connected the sw hangs doing a IPAddress ip = WiFi.localIP() instruction.
The RP2040 connected as a Station or AP shows the same behaviour.
The code:
The following printWiFiStatus() is called: edited from the original example sketch.
The serial monitor shows:
and nothing more.
Any clue ?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions