new getting started procedure

This commit is contained in:
gijsio
2020-08-11 16:16:04 +02:00
parent 1399e45895
commit 72d8c651ac
7 changed files with 21 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ In the following guide, we will explain the basic process to get started using y
<!-- ![](/gitbook/assets/getting_started%20%281%29.png) -->
# Step 1: Setting up the hardware
## Step 1: Setting up the hardware
Congratulations on your Pycom module! In the first part of this getting started guide, we will take you through setting up your device. Firstly we will cover how to connect the module to your computer via USB.
@@ -130,6 +130,14 @@ import os
os.fsformat('/flash')
```
## Getting started with
From here on, you can continue to use the additional features of your expansionboard:
|[ Pygate](/tutorials/expansionboards/pysense/)| [Pysense](/tutorials/expansionboards/pysense/) | [Pysense 2.0 X](/tutorials/expansionboards/pysense/)| [Pytrack](/tutorials/expansionboards/pysense/)| [Pytrack 2.0 X](/tutorials/expansionboards/pysense/)| [PyScan ](/tutorials/expansionboards/pysense/)|
|:---|:---|:---|:---|:---|:---|
| ![](/gitbook/assets/expansion_board_3_lopy4.png)|![](/gitbook/assets/pysense_icon.png) | ![](/gitbook/assets/pytrack_icon.png)| ![](/gitbook/assets/pytrack_icon.png)| ![](/gitbook/assets/pytrack_icon.png)| ![](/gitbook/assets/pytrack_icon.png) |
# Step 4: Further reading
Now that we got the basic example running, you can continue with the links below.