2022-11-29 01:32:25 -08:00
---
id: heltec
2023-07-28 09:19:05 -07:00
title: HELTEC® LoRa 32
sidebar_label: HELTEC® LoRa 32
2023-12-12 17:42:04 -08:00
sidebar_position: 7
2022-11-29 01:32:25 -08:00
---
2023-01-19 05:01:57 -08:00
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
2022-11-29 01:32:25 -08:00
<Tabs
groupId="heltec"
2023-12-14 22:58:05 -08:00
queryString="heltec"
2024-02-09 15:50:52 -08:00
defaultValue="v3"
2022-11-29 01:32:25 -08:00
values={[
2023-07-28 09:19:05 -07:00
{label: 'LoRa32 V2.1', value: 'v2.1'},
2024-02-24 16:09:38 -08:00
{label: 'LoRa32 V3/V3.1', value:'v3'},
2023-07-28 09:19:05 -07:00
{label: 'Wireless Stick Lite V3', value:'Wireless Stick Lite V3'},
{label: 'Wireless Tracker', value: 'tracker'},
2024-03-29 10:31:20 -07:00
{label: 'Wireless Paper v1.0', value: 'paper-v1.0'},
{label: 'Wireless Paper v1.1', value: 'paper-v1.1'}
2022-11-29 01:32:25 -08:00
]}>
<TabItem value="v2.1">
2024-03-29 10:31:20 -07:00
## V2.1
2024-01-25 15:37:36 -08:00
2022-11-29 01:32:25 -08:00
:::warning
Not recommended because of design issues! Support is being phased out. Use V3 in new projects.
:::
2023-07-28 09:19:05 -07:00
- **MCU:**
2022-11-29 01:32:25 -08:00
- ESP32 (WiFi & Bluetooth)
2023-07-28 09:19:05 -07:00
- **LoRa Transceiver:**
2022-11-29 01:32:25 -08:00
- Semtech SX127x
2023-07-28 09:19:05 -07:00
- **Frequency Options:**
2022-11-29 01:32:25 -08:00
- 433 MHz
- 868 MHz
- 915 MHz
2023-07-28 09:19:05 -07:00
- **Connectors:**
2022-11-29 01:32:25 -08:00
- Micro USB
2023-07-28 09:19:05 -07:00
- Antenna:
- U.FL/IPEX antenna connector for LoRa
2022-11-29 01:32:25 -08:00
2024-01-25 15:37:36 -08:00
### Features
2023-01-19 05:01:57 -08:00
2022-11-29 01:32:25 -08:00
- Built in 0.96 inch OLED display
2023-07-28 09:19:05 -07:00
- User and Reset Buttons
2022-11-29 01:32:25 -08:00
- No GPS
2024-01-25 15:37:36 -08:00
### Resources
2023-01-19 05:01:57 -08:00
2022-11-29 01:32:25 -08:00
- Firmware file: `firmware-heltec-v2.1-X.X.X.xxxxxxx.bin`
</TabItem>
2024-01-25 15:37:36 -08:00
2022-11-29 01:32:25 -08:00
<TabItem value="v3">
2024-03-29 10:31:20 -07:00
## V3/V3.1
2024-01-25 15:37:36 -08:00
2023-07-31 20:35:26 -07:00
:::info
This device may have issues charging a connected battery if utilizing a USB-C to USB-C cable. It's recommended to use a USB-A to USB-C cable.
:::
2023-07-28 09:19:05 -07:00
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
- 433 MHz
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
2022-11-29 01:32:25 -08:00
- USB-C
2023-07-28 09:19:05 -07:00
- Antenna:
- Dedicated 2.4 GHz metal spring antenna for WiFi/Bluetooth
- U.FL/IPEX antenna connector for LoRa
2022-11-29 01:32:25 -08:00
2024-02-24 16:09:38 -08:00
### V3.1 differences
Firmware remains the same as V3 below. Compare schematics: [V3.0](https://web.archive.org/web/20221127054612/https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3_Schematic_Diagram.pdf) and [V3.1](https://resource.heltec.cn/download/WiFi_LoRa_32_V3/HTIT-WB32LA(F)_V3.1_Schematic_Diagram.pdf). Key differences:
- Removal of [FDG6322C](https://www.mouser.com/datasheet/2/308/1/FDG6322C_D-2312203.pdf) (a dual N & P channel FET) from the V3.1 power supply.
- Antenna filter values in V3.1 (L11 = 1.8pF, C15 = 2.7nH, C24 = 1.8pF) align more closely with ESP32-S3 reference design than V3.0 (L11 = 1.6nH, C15 = 6.9pF, C24 = 2.4pF).
2024-01-25 15:37:36 -08:00
### Features
2023-01-19 05:01:57 -08:00
2022-11-29 01:32:25 -08:00
- Built in 0.96 inch OLED display
2023-07-28 09:19:05 -07:00
- User and Reset Buttons
2022-11-29 01:32:25 -08:00
- No GPS
2024-02-13 19:46:06 -08:00
### Meshtastic I2C Definitions
- SDA: GPIO41
- SCL: GPIO42
2023-07-28 11:07:24 -07:00
### Pin Map
2024-06-12 08:36:14 -07:00
![HTIT-V3_PIN_MAP](</img/hardware/HTIT-WB32LA(F)_V3.webp>)
2023-07-28 11:07:24 -07:00
2023-12-12 09:25:28 -08:00
Image Source: [Heltec](<https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3.png>)
2023-07-28 11:07:24 -07:00
2024-01-25 15:37:36 -08:00
### Resources
2023-01-19 05:01:57 -08:00
2022-11-29 01:32:25 -08:00
- Firmware file: `firmware-heltec-v3-X.X.X.xxxxxxx.bin`
2024-01-25 15:17:11 -08:00
- Purchase links
2024-06-12 08:36:14 -07:00
- US
- [Rokland](https://store.rokland.com/collections/heltec-products/products/heltec-wifi-lora-32v3)
- International
- [Heltec](https://heltec.org/project/wifi-lora-32-v3/)
- [AliExpress](https://www.aliexpress.us/item/3256805256690400.html)
2022-11-29 01:32:25 -08:00
2024-02-09 14:46:11 -08:00
</TabItem>
2022-11-29 01:32:25 -08:00
<TabItem value="Wireless Stick Lite V3">
2024-03-29 10:31:20 -07:00
## Wireless Stick Lite V3
2024-01-25 15:37:36 -08:00
2023-07-31 20:35:26 -07:00
:::info
This device may have issues charging a connected battery if utilizing a USB-C to USB-C cable. It's recommended to use a USB-A to USB-C cable.
:::
2023-07-28 09:19:05 -07:00
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
2023-12-14 11:37:10 -08:00
- 433 - 510 MHz
2023-07-28 09:19:05 -07:00
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
2022-11-29 01:32:25 -08:00
- USB-C
2023-07-28 09:19:05 -07:00
- Antenna:
- Dedicated 2.4 GHz stamped metal antenna for WiFi/Bluetooth
2023-12-14 11:37:10 -08:00
- U.FL/IPEX antenna connector for LoRa (next to the V3 icon)
2022-11-29 01:32:25 -08:00
2024-01-25 15:37:36 -08:00
### Features
2023-01-19 05:01:57 -08:00
2023-05-13 15:45:04 -07:00
- No display.
2023-07-28 09:19:05 -07:00
- User and Reset Buttons
- Additional GPIO availability
- No GPS
2023-05-13 15:45:04 -07:00
### Meshtastic I2C Definitions
2023-12-12 09:25:28 -08:00
2024-02-13 19:46:06 -08:00
- SDA: GPIO41
- SCL: GPIO42
2023-05-13 15:45:04 -07:00
### Pin Map
2024-01-05 17:53:10 -08:00
![HTIT-WSL_V3_PIN_MAP](/img/hardware/heltek-wsl-v3.svg)
2023-05-13 15:45:04 -07:00
Image Source: [Heltec](https://resource.heltec.cn/download/Wireless_Stick_Lite_V3/HTIT-WSL_V3.png)
2022-11-29 01:32:25 -08:00
2024-01-25 15:37:36 -08:00
### Resources
2023-01-19 05:01:57 -08:00
2022-11-29 01:32:25 -08:00
- Firmware file: `firmware-heltec-wsl-v3-X.X.X.xxxxxxx.bin`
2024-01-29 05:02:04 -08:00
- Purchase Links:
2024-06-12 08:36:14 -07:00
- US
2024-06-12 09:31:25 -07:00
- [Rokland](https://store.rokland.com/collections/heltec-products/products/heltec-wireless-stick-litev3-902-928-mhz)
2024-01-29 05:02:04 -08:00
- International
- [Heltec](https://heltec.org/project/wireless-stick-lite-v2/)
- [AliExpress](https://www.aliexpress.us/item/3256805256996507.html)
2022-11-29 01:32:25 -08:00
2023-07-28 09:19:05 -07:00
</TabItem>
2024-01-25 15:37:36 -08:00
<TabItem value="tracker">
2024-03-29 10:31:20 -07:00
## Wireless Tracker
2023-07-28 09:19:05 -07:00
2023-07-31 20:35:26 -07:00
:::info
This device may have issues charging a connected battery if utilizing a USB-C to USB-C cable. It's recommended to use a USB-A to USB-C cable.
:::
2023-07-28 09:19:05 -07:00
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
- USB-C
- Antenna:
- Dedicated 2.4 GHz metal spring antenna for WiFi/Bluetooth
- U.FL/IPEX antenna connector for LoRa and GNSS
2024-01-25 15:37:36 -08:00
### Features
2023-07-28 09:19:05 -07:00
- Onboard 0.96-inch LCD display
- User and Reset Buttons
2024-01-25 15:37:36 -08:00
### Flashing
2023-12-12 09:25:28 -08:00
2024-06-19 17:52:06 -07:00
To flash ESP32-S3 devices like the Wireless Tracker, you typically need to place them in Espressif's firmware download mode. Use the "1200bps reset" button in the web flasher to do this. If this method does not work for any reason, you can follow the manual process below.
2023-12-12 09:25:28 -08:00
:::warning
Do not proceed unless an antenna is connected to avoid possible damage to the device's radio.
:::
The following process will manually place the device into the Espressif Firmware Download mode:
1. Unplug the device.
2. Press and hold the USER button.
3. Plug device in.
4. After 2-3 seconds, release the USER button.
With the device now in the Espressif Firmware Download mode, you can proceed with flashing using one of the supported flashing methods. It's generally recommended to use the [Web Flasher](https://flasher.meshtastic.org/). You can select "Heltec Wireless Tracker" from the device drop-down.
2024-01-25 15:37:36 -08:00
### Pin Map
2023-07-28 09:19:05 -07:00
2024-02-03 05:33:07 -08:00
![HT-Tracker_V1 Pin Map](/img/hardware/HT-Tracker_V1_Pin_Map.webp)
2023-07-28 09:19:05 -07:00
Image Source: [Heltec](https://heltec.org/project/wireless-tracker/)
2024-01-25 15:37:36 -08:00
### Resources
2023-07-28 09:19:05 -07:00
- Firmware file: `firmware-heltec-wireless-tracker-X.X.X.xxxxxxx.bin`
2024-01-29 05:02:04 -08:00
- Purchase Links:
2024-06-12 08:36:14 -07:00
- US
- [Rokland](https://store.rokland.com/collections/heltec-products/products/heltec-wireless-tracker-v1-1-wi-fi-lora-bt-gnss)
2024-01-29 05:02:04 -08:00
- International
- [Heltec](https://heltec.org/project/wireless-tracker/)
- [AliExpress](https://www.aliexpress.us/item/3256805495189423.html)
2023-07-28 09:19:05 -07:00
</TabItem>
2024-01-25 15:37:36 -08:00
2024-03-29 10:31:20 -07:00
<TabItem value="paper-v1.0">
2023-07-28 09:19:05 -07:00
2024-03-29 10:31:20 -07:00
## Wireless Paper V1.0
2024-01-25 15:37:36 -08:00
2024-03-29 10:31:20 -07:00
:::info
**The Wireless Paper V1.0 is listed as "Wireless Paper V1.0" in the firmware files and on the web flasher.**
2024-01-11 10:31:02 -08:00
2024-01-10 22:50:51 -08:00
This device may have issues charging a connected battery if utilizing a USB-C to USB-C cable. It's recommended to use a USB-A to USB-C cable.
2024-03-29 10:31:20 -07:00
:::
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
2024-03-31 15:58:14 -07:00
- 433 MHz
2024-03-29 10:31:20 -07:00
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
- USB-C
- Antenna:
- U.FL/IPEX antenna connector for LoRa
- Integrated 2.4 GHz PCB antenna
2023-12-18 08:47:02 -08:00
2024-03-29 10:31:20 -07:00
### Features
- Onboard 2.13-inch black and white E-Ink display screen
- User and Reset switches
- No GPS
### Resources
- Firmware file: `firmware-heltec-wireless-paper-v1_0-X.X.X.xxxxxxx.bin`
- Purchase Links:
- International
- [Heltec](https://heltec.org/project/wireless-paper/)
- [AliExpress](https://www.aliexpress.us/item/3256805461611876.html)
</TabItem>
<TabItem value="paper-v1.1">
## Wireless Paper V1.1
:::info
**The Wireless Paper V1.1 is listed as "Wireless Paper" in the firmware files and on the web flasher.**
This device may have issues charging a connected battery if utilizing a USB-C to USB-C cable. It's recommended to use a USB-A to USB-C cable.
2023-07-31 20:35:26 -07:00
:::
2023-12-18 08:47:02 -08:00
2023-07-28 09:19:05 -07:00
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
2024-03-31 15:58:14 -07:00
- 433 MHz
2023-07-28 09:19:05 -07:00
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
- USB-C
- Antenna:
- U.FL/IPEX antenna connector for LoRa
- Integrated 2.4 GHz PCB antenna
2024-01-25 15:37:36 -08:00
### Features
2023-07-28 09:19:05 -07:00
- Onboard 2.13-inch black and white E-Ink display screen
- User and Reset switches
- No GPS
2024-01-25 15:37:36 -08:00
### Resources
2023-07-28 09:19:05 -07:00
- Firmware file: `firmware-heltec-wireless-paper-X.X.X.xxxxxxx.bin`
2024-01-29 05:02:04 -08:00
- Purchase Links:
2024-06-12 08:36:14 -07:00
- US
- [Rokland](https://store.rokland.com/collections/heltec-products/products/heltec-wireless-paper-wi-fi-lora-bt)
2024-01-29 05:02:04 -08:00
- International
- [Heltec](https://heltec.org/project/wireless-paper/)
- [AliExpress](https://www.aliexpress.us/item/3256805461611876.html)
2023-07-28 09:19:05 -07:00
2022-11-29 01:32:25 -08:00
</TabItem>
</Tabs>