Skip to content

01. Installation Guide # Guia de Instalacion

jose luis maquieira taboada edited this page Dec 11, 2023 · 5 revisions

1.1 Download VSCODE: https://code.visualstudio.com/download and install it on your computer.

Descargas el VSCODE: https://code.visualstudio.com/download e instálalo en tu ordenador.


1.2 Open VSCODE and look at the left vertical menu for Extensions. There look for “Platformio” and install it.

Abre el VSCODE y busca Extensiones en el menú vertical izquierdo. Allí adentro buscas “Platformio” y lo instalas.

Install Platformio



1.3 Download the Tracker firmware zip file to your computer from this repository to a folder that will be the working project.

Descargas el archivo zip del firmware del Tracker a tu ordenador, desde este mismo repositorio a una carpeta que será la del trabajo del proyecto.

download zip


1.4 Unzip and import as a new Project into Platformio. Hints: on the bottom horizontal line of VSCODE is a House icon/symbol. Press it and Platformio home/page will open inside VSCODE. Press "Import Arduino Project" and a new menu will open:

Descomprimir e importar como un nuevo proyecto a Platformio. Sugerencias: en la línea horizontal inferior de VSCODE hay un ícono/símbolo de Casa. Presionalo y la página de inicio de Platformio se abrirá dentro de VSCODE. Presione "Importar proyecto Arduino" y se abrirá un nuevo menú:

import arduino

  • Select your board version: TTGO LoRa32-OLED V1 / TTGO LoRa32-OLED V2 / TTGO LoRa32-OLED V2.1.6

  • Selecciona la versión de tu placa que te corresponda: TTGO LoRa32-OLED V1 / TTGO LoRa32-OLED V2 / TTGO LoRa32-OLED V2.1.6

  • Select the folder where you have put the unzipped firmware file you downloaded.

  • Selecciona la carpeta donde guardaste el archivo de firmware descomprimido que descargaste.

  • Press "Import" button.

  • Presiona el botón "Importar".


import board directory