Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.6 KB

File metadata and controls

29 lines (22 loc) · 1.6 KB

Clima.Pro Application Deployment

Step 1. - Prepare Dev Environment

  • Download and install Visual Studio - For either Windows or macOS. Community edition will work fine.

  • Follow the Meadow.OS Deployment Guide:

    • Install Meadow.CLI
    • Download the latest Meadow.OS and flash it to the Meadow board.
  • Follow the Hello, Meadow Guide:

    • Install the Meadow Visual Studio Extension(s).
    • Create and deploy the Meadow template application to ensure everthing is setup correctly.

Expected Development version stack (RC-1)

At this point, you should have the following versions on your dev machine and Meadow:

  • Meadow.CLI - v.0.90.0
  • VS Tools for Meadow - v0.90.0
  • Meadow
    • Meadow.OS - v0.9.0.2
    • Mono Runtime - v0.9.0.2
    • ESP32 Coprocessor - v0.9.0.2

Step 2. - Deploy the Clima App

  • Clone the Clima Repo - Clone the Clima(this) repository locally.
  • Open the Clima VS Solution - Navigate to the source folder and open the Clima.sln file in Visual Studio, or the source folder in VS Code.
  • Add WiFi Credentials - Edit the secrets.cs file to have the correct credentials for the WiFi your Clima will connect to.
  • Deploy the MeadowClimaProKit App