Skip to content

Commit

Permalink
Fixes and added Meadow.Cloud GS (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 29, 2024
1 parent 1ba2f89 commit a34fd5b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Create, deploy, and understand your first Meadow application.

![](wildernesslabs_ccm_getting_started.jpg)

<Tabs groupId="os">
<Tabs groupId="ide">
<TabItem value="visualstudio2022" label="Visual Studio 2022" default>

### Step 1 - Install .NET Runtime
Expand Down
9 changes: 3 additions & 6 deletions docs/Meadow/Getting_Started/MCUs/F7_Feather/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ title: Hello, Meadow F7 Feather
subtitle: Create, deploy, and understand your first Meadow application.
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'

![](wildernesslabs_feather_getting_started.jpg)

<Tabs>
<TabItem value="visualstudio" label="Visual Studio 2022" default>
<Tabs groupId="ide">
<TabItem value="visualstudio2022" label="Visual Studio 2022" default>

### Step 1 - Install .NET Runtime

Expand Down Expand Up @@ -52,7 +49,7 @@ Once all the files are transferred to your device, the app will start in debug m
![Meadow Feather F7 running](wildernesslabs_feather_blinky.gif)

</TabItem>
<TabItem value="vscode" label="Visual Studio Code">
<TabItem value="visualstudiocode" label="Visual Studio Code">

### Step 1 - Install .NET Runtime

Expand Down
38 changes: 38 additions & 0 deletions docs/Meadow/Getting_Started/Meadow.Cloud/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: Meadow
sidebar_label: Meadow.Cloud
title: Setting up Meadow.Cloud
subtitle: Setting up Meadow.Cloud
---

### Step 1 - Create a Meadow.Cloud account

Step info

### Step 2 - Provision a Device

Before a device can enjoy things like [Over-the-Air updates](../../Meadow.Cloud/OtA_Updates/index.md) and [Health Monitoring](../../Meadow.Cloud/Health_Monitoring/index.md), it needs to get provisioned with Meadow.Cloud. This is a straightforward process with a few command-line steps:

1. If you havent, you need to [install the Meadow.CLI](../Meadow.CLI/index.md) to interact with Meadow cloud commands.

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

```console
meadow cloud login
```

1. Connect to your Meadow device and provision it with the Meadow CLI. Adding a device name with the `--name` parameter is optional, but will make it easier to identify your device later.

```console
meadow cloud device provision --name "my device"
```

You can visit [https://www.meadowcloud.co](https://www.meadowcloud.co) to verify your device has been successfully provisioned.

### Step 3 - Configure Cloud Updates

Step info

### Step 4 - Verify logs in Meadow.Cloud

Step info
1 change: 1 addition & 0 deletions src/sidebars/meadowOsSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const meadowOsSidebar = [
],
},

"Meadow/Getting_Started/Meadow.Cloud/index",
],
},
{
Expand Down

0 comments on commit a34fd5b

Please sign in to comment.