Skip to content

01. Installation Guide # Guia de Instalacion

Ricardo Guzman (Richonguzman) edited this page Oct 2, 2024 · 5 revisions

(We have 2 ways to install the LoRa_APRS_Tracker Firmware but currently the main process is Web Installer)

Tracker WEB INSTALLER:

  • Choose your board.
  • Choose Firmware version.
  • Install as factory reset.

Connect the board and press "FLASH FIRMWARE", delete all and continue.

"LoRaTracker-AP" WiFiAP will be created by Tracker board (password is "1234567890"). Use Google Chrome webBrowser and enter 192.168.4.1 and you will find WebUI Configuration Page.


***OLD WAY WITH VSCODE

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