Reorganizing getting-started

master
Ryan Summers 2021-07-16 14:29:51 +02:00
parent 444e61b32b
commit afb1c87b2a
2 changed files with 8 additions and 6 deletions

View File

@ -3,8 +3,8 @@ title: Stabilizer
description: "User Manual"
logo: "/assets/stabilizer-logo.png"
url: "https://quartiq.de"
baseurl: "/stabilizer"
#url: "https://quartiq.de"
#baseurl: "/stabilizer"
exclude: ['README.md']

View File

@ -13,16 +13,18 @@ nav_order: 2
---
# Getting Started
{: .no_toc }
There are a number of steps that must be completed when first getting started with Stabilizer.
1. Set parameters in the firmware source code, such as IP addresses and sampling rate.
1. Build the application by compiling the source code.
1. Upload the application and programming it onto the device.
1. Update the Stabilizer Application
1. Set parameters in the firmware source code, such as IP addresses and sampling rate.
1. Build the application by compiling the source code.
1. Upload the application and programming it onto the device.
1. Set up MQTT for telemetry and configuration.
The following sections will walk you through completing each of these steps.
# Program Stabilizer
# Update Stabilizer
Firmware is compiled and loaded onto Stabilizer to program a specific application.