Skip to main content

Device Provisioning

Overview

Before a device can enjoy things like Over-the-Air updates and Health Monitoring, it needs to get provisioned with Meadow.Cloud. This is a straightforward process with a few command-line steps:

Step 1 - Install Meadow.CLI

Install the Meadow.CLI using the .NET CLI.

dotnet tool install --global WildernessLabs.Meadow.CLI

Step 2 - Login to your Wilderness Labs account via Meadow.CLI

Use Meadow.CLI to authenticate with Meadow.Cloud. You'll need to register an account with Wilderness Labs if you haven't already done so.

meadow login

Step 3 - Select Meadow device to provision

Select the Meadow device you wish to provision to send data to Meadow.Cloud.

meadow port select

Step 4 - Provision the Meadow device

Provision your device with the Meadow CLI. Adding a device name with the --name parameter is optional, but will make it easier to identify your device later.

meadow device provision --name "my device"

You can visit Meadow.Cloud to verify your device has been successfully provisioned.

Check out other Meadow.Cloud Features

With a device provisioned, check out the other Meadow.Cloud features.