Make library compatible with NINA WiFi module#15
Conversation
Should change library name too :)
per1234
left a comment
There was a problem hiding this comment.
The change I requested in my previous review has been resolved. Thanks!
|
For MKR Vidor 4000, should we document somewhere (maybe the read me) that sketches that contain bitstreams can't be used? |
The readme looks a good place for this info 👍 |
|
I would prefer it to be documented in the library reference page. I think that will make the information more visible to the users: |
| @@ -0,0 +1,91 @@ | |||
| /* | |||
|
|
|||
| This example connects to an WPA encrypted WiFi network. | |||
There was a problem hiding this comment.
| This example connects to an WPA encrypted WiFi network. | |
| This example connects to a WPA encrypted WiFi network. |
| /* | ||
|
|
||
| This example connects to an WPA encrypted WiFi network. | ||
| Then it prints the MAC address of the Wifi shield, |
There was a problem hiding this comment.
| Then it prints the MAC address of the Wifi shield, | |
| Then it prints the MAC address of the WiFi shield, |
|
|
||
| // print the received signal strength: | ||
| long rssi = WiFi.RSSI(); | ||
| Serial.print("signal strength (RSSI):"); |
There was a problem hiding this comment.
| Serial.print("signal strength (RSSI):"); | |
| Serial.print("signal strength (RSSI): "); |
| author=Arduino | ||
| maintainer=Arduino <info@arduino.cc> | ||
| sentence=Update sketches on your board over WiFi | ||
| paragraph=Requires an Arduino/Genuino SAMD board |
Depends on arduino/nina-fw#32 and arduino-libraries/WiFiNINA#74