From f40d696cf85b4c5d21e76b8da29b4f492f2b5930 Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Thu, 2 Jun 2022 09:38:36 -0700 Subject: [PATCH] Create firmware.md --- docs/_pages/firmware.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/_pages/firmware.md diff --git a/docs/_pages/firmware.md b/docs/_pages/firmware.md new file mode 100644 index 0000000..5114c8c --- /dev/null +++ b/docs/_pages/firmware.md @@ -0,0 +1,35 @@ +--- +layout: default +title: Setting Up Firmware +nav_order: 8 +has_children: true +permalink: /setting-up-firmware-enviroment/ +--- + +# Setting up the environment + +This procedure will show how to prepare your system for uploading the firmware to your tracker. + +## 1. Install Visual Studio Code + +Download the [latest Visual Studio Code](https://code.visualstudio.com/download) and install it. + +### Download + +![img](https://i.imgur.com/jXPXIFz.gif) + +### Install + +![img](https://i.imgur.com/hAm3Zu0.gif) + +## 2. Install PlatformIO IDE + +Once Visual Studio Code is installed, open it and install [PlatformIO IDE for VSCode](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide), an extension that will allow you to connect to the tracker, build and upload the firmware. + +![img](https://i.imgur.com/ebV0IgT.gif) + + + + +*Credit goes to the SlimeVR team [adapted from herre](https://docs.slimevr.dev/firmware/setup-and-install.html)* +