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" description: "User Manual"
logo: "/assets/stabilizer-logo.png" logo: "/assets/stabilizer-logo.png"
url: "https://quartiq.de" #url: "https://quartiq.de"
baseurl: "/stabilizer" #baseurl: "/stabilizer"
exclude: ['README.md'] exclude: ['README.md']

View File

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