-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make library compatible with NINA WiFi module #15
base: master
Are you sure you want to change the base?
Conversation
Should change library name too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Serial.print("signal strength (RSSI):"); | |
Serial.print("signal strength (RSSI): "); |
name=WiFi101OTA | ||
version=1.0.2 | ||
name=Arduino_WiFiOTA | ||
version=1.1.0 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Update sketches on your board over WiFi | ||
paragraph=Requires an Arduino/Genuino SAMD board |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should read "SAMD or MEGA AVR"
Depends on arduino/nina-fw#32 and arduino-libraries/WiFiNINA#74