Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jul 2, 2024
1 parent 60dbf18 commit f1249fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@ The application requires nRF700x Wi-Fi device with a nRF5x companion chip with f
- Manually Add a Wi-Fi Network
- Provisioning to Wi-Fi network

## Libraries

Include the library in your project by adding the following to your `build.gradle` file.

```gradle
dependencies {
implementation 'no.nordicsemi.android.wifi:provisioning-ble:<version>'
}
```

```gradle
dependencies {
implementation 'no.nordicsemi.android.wifi:provisioning-softap:<version>'
}
```

```gradle
dependencies {
implementation 'no.nordicsemi.android.wifi:provisioning-nfc:<version>'
}
```

#### Known Issues
* Provisioning over SoftAP
- Verification may fail at times and even though the device could be successfully provisioned to the network.
Expand Down

0 comments on commit f1249fa

Please sign in to comment.