From fc94234a2a041a77aa46f52c2b49d2ed7e8175bc Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 24 Jul 2020 09:37:35 +0200 Subject: [PATCH] moved the file to the new location added antenna instructions --- content/tutorials/{PyGate.md => expansionboards/pygate.md} | 1 + 1 file changed, 1 insertion(+) rename content/tutorials/{PyGate.md => expansionboards/pygate.md} (98%) diff --git a/content/tutorials/PyGate.md b/content/tutorials/expansionboards/pygate.md similarity index 98% rename from content/tutorials/PyGate.md rename to content/tutorials/expansionboards/pygate.md index 49f306a..8fcc957 100644 --- a/content/tutorials/PyGate.md +++ b/content/tutorials/expansionboards/pygate.md @@ -16,6 +16,7 @@ To connect your Pygate to a LoRa server, please follow these steps: 1. Attach a WiPy 3, GPy or LoPy 4 to the Pygate. The RGB LED of the development board should be aligned with the USB port of the Pygate. 1. Attach the LoRa Antenna to the Pygate. +>Note: Do not attach the antenna to the Lopy4 module. Also, make sure you disabled the Pybytes LoRa connection. 1. Flash the Pycom Device with with a firmware build where Pygate functionality is enabled. In the firmware update tool, please choose pygate as the firmware type. 1. Create a `config.json` for your Pygate and upload it (please check the template further below). 1. Create a `main.py` that creates an uplink (wifi, ethernet or lte) and runs the LoRa packet forwarder (see example below).