Wi-Fi configuration
There are two options to configure the WiFi of the device. You can configure the WiFi with an SD Card or the Azure Sphere CLI. If you use a Mikroe Retro 8800 Click, then the IP address will be displayed on the LED panel when the device successfully connects to a WiFi network.
WiFi provisioning with an SD card
If you deploy the Altair emulator with an Mikroe SD card Click then you can provision the Wi-Fi from the SD card.
macOS users WiFi provisioning with an SD card
If you deploy the Altair emulator with an Mikroe SD card Click then you can provision the Wi-Fi from the SD card.
Windows and Linux users WiFi provisioning with Azure Sphere CLI
Install the Azure Sphere SDK.
- The Quickstart: Install the Azure Sphere SDK for Windows will step you through the process.
- The Quickstart: Install the Azure Sphere SDK for Linux will step you through the process.
Review the device WiFi configuration section for more information on setting up Wi-Fi with the Azure Sphere CLI.
List existing WiFi configurations
azsphere device wifi list
Forget a WiFi configuration
azsphere device wifi forget -i NETWORK_ID
Add a WiFi configuration
azsphere device wifi add -s YOUR_SSID -p YOUR_NETWORK_PASSWORD
Test the Wi-Fi has connected. From a command prompt, issue the following command.
azsphere device wifi show-status