Skip to content

108. Supported Boards ‐ Placas Soportadas

Ricardo Guzman (Richonguzman) edited this page Jun 10, 2024 · 2 revisions

Version en Español

Why do we need to select the environment for a specific ESP32 board?

Each ESP32 board may have its own pins configuration and it depends on each manufacturer. So in this step we should select the right one for the board we want to use as a tracker.( Why? -> not selecting the right one wouldn't activate LoRa, GPS and battery monitoring of the board ).

Which boards are supported?

Right now the tracker works with:

  • TTGO Lilygo V0.7 ( the oldest one )
  • TTGO Lilygo V1.0 ( the most common, on the side of the antenna SMA connector you should find V1_0 or V1_1 )
  • TTGO Lilygo V1.0 ( upgrade from V1.0 with the new SX1268 LoRa Module )
  • TTGO Lilygo V1.2 ( the new one, on the side of the antenna SMA connector you should find V1_2 )
  • TTGO Lilygo V1.2 ( upgrade from V1.2 with Neo8M GPS and SX1262 LoRa Modules )
  • TTGO Lilygo V2.1 ( the small board without GPS module often used for iGate so you add a GPS module)
  • ESP32 Dev Module ( for adding SX1278 or Ebyte 400M30S LoRa Module and Neo6M GPS for DIY Tracker )
  • HELTEC Wifi V3 ( board without GPS module often used for iGate so you add a GPS module)
  • HELTEC Wireless Tracker (new board with great GPS and SX1262 LoRa Module)

What are the differences between T-Beam V1.1 and V1.2?

The old boards used AXP912 power management chip ( which was discontinued ) and the new ones use AXP2101 power management chip.

Where do you select the environment?

In VSCODE , on the Botton is a line with lots of icons/symbols and in the middle a text where it says something like "env:ttgo....".

Press over it and a new window will opens and there you should select the correct "env" for your board.

select environment


¿Por qué necesitamos seleccionar el entorno para una placa ESP32 específica?

Cada placa ESP32 puede tener su propia configuración de pines y depende de cada fabricante. En esta parte tenemos que seleccionar el correcto para la placa que queremos usar como Tracker. ( ¿ Por qué ? -> el no haber seleccionado lo correcto no activaría LoRa, GPS y monitoreo de batería de la placa ).

¿ Cuales son las placas compatibles?

En este momento el Tracker funciona con:

  • TTGO Lilygo V0.7 ( la más vieja )
  • TTGO Lilygo V1.0 ( la más común, en el lateral del conector de la antena SMA deberías de encontrar V1_0 o V1_1 )
  • TTGO Lilygo V1.0 ( actualización de la V1.0 con el nuevo módulo LoRa SX1268 )
  • TTGO Lilygo V1.2 ( la nueva, en el lateral del conector de la antena SMA deberías de encontrar V1_2 )
  • TTGO Lilygo V1.2 ( actualización de la V1.2 con GPS Neo8M y modulo LoRa SX1262 )
  • TTGO Lilygo V2.1 ( una placa pequeña sin módulo GPS que se utiliza a menudo para iGate asi que se le agregara modulo de GPS)
  • ESP32 Dev Module ( para agregar LoRa SX1278 o Ebyte 400M30S y GPS Neo6Mv2 para un Tracker DIY )
  • HELTEC Wifi V3 ( placa sin GPS generalmente usada para iGate asi que se le agregara modulo de GPS)
  • HELTEC Wireless Tracker (nueva placa con el mejor GPS y modulo LoRa SX1262)

¿ Cuáles son las diferencias entre las distintas versiones de las placas T-Beam V1.1 y V1.2 ?

Las placas antiguas usaban el chip de gestión de energia AXP912 ( que se dejó de fabricar ) y las nuevas usan el chip AXP2101.

¿ En dónde seleccionas el entorno ( environment ) ?

Dentro de VSCODE, en la línea de abajo, hay muchos íconos/símbolos y en el medio un texto donde dice algo como "env:ttgo....".

Presiona sobre él y se abrirá una pop up y allí deberás seleccionar el "entorno" correcto para tu placa.

select environment