-
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.
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
- Clone the Clima Repo - Clone the Clima(this) repository locally.
- Open the Clima VS Solution - Navigate to the
source
folder and open theClima.sln
file in Visual Studio, or thesource
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