Heltec Wireless Stick Lite (V3)
by Heltec
Display-less ESP32-S3 LoRa board with an SX1262, 2x20 headers and a LiPo charger - the WiFi LoRa 32 V3 without the OLED.

On this page
Heltec Wireless Stick Lite (V3) Pinout
45 pins · 2.54 mm pitch| Pin | GPIO | Labels | Status | Capabilities | Notes |
|---|---|---|---|---|---|
| 1 | - | VeVext | power | - | Vext: switched 3.3 V output, on while GPIO36 is LOW |
| 2 | - | GND | ground | - | |
| 3 | 12 | GPIO12LoRa_RST | strapping | adc · touch · pwm | SX1262 reset. It is ALSO on the header, so do not use it for anything else while the radio is in use |
| 4 | 44 | GPIO44RXU0RXD | uart | uart · pwm | UART0 RX, wired to the CP2102 TX |
| 5 | 43 | GPIO43TXU0TXD | uart | uart · pwm | UART0 TX, wired to the CP2102 RX |
| 6 | 33 | GPIO33 | safe | pwm | |
| 7 | 34 | GPIO34 | safe | pwm | |
| 8 | 35 | GPIO35LED | safe | pwm | the white user LED, lit HIGH |
| 9 | 36 | GPIO36Vext_Ctrl | safe | pwm | Vext switch: LOW turns the Vext rail on |
| 10 | 37 | GPIO37ADC_Ctrl | safe | pwm | switches the battery-voltage divider onto GPIO1 - drive it LOW to read |
| 11 | 38 | GPIO38 | safe | pwm | |
| 12 | 39 | GPIO39 | strapping | pwm | |
| 13 | 40 | GPIO40 | strapping | pwm | |
| 14 | 41 | GPIO41 | strapping | pwm | |
| 15 | 42 | GPIO42 | strapping | pwm | |
| 16 | 45 | GPIO45 | strapping | pwm | |
| 17 | 46 | GPIO46 | strapping | pwm | |
| 18 | 1 | GPIO1VBAT_Read | safe | adc · touch · pwm | battery voltage through a 390K / 100K divider while GPIO37 is LOW |
| 19 | 2 | GPIO2 | safe | adc · touch · pwm | |
| 20 | 3 | GPIO3 | strapping | adc · touch · pwm | |
| 21 | - | 5V | power | - | USB 5 V |
| 22 | - | 3V3 | power | - | |
| 23 | - | GND | ground | - | |
| 24 | 47 | GPIO47 | strapping | pwm | |
| 25 | 48 | GPIO48 | strapping | pwm | |
| 26 | 0 | GPIO0USER | strapping | pwm | the USER button (pull-up); strapping pin |
| 27 | 26 | GPIO26 | safe | pwm | |
| 28 | 20 | GPIO20USB_D+ | uart | adc · pwm | native USB D+ is not connected to the USB-C, so this is a free GPIO |
| 29 | 18 | GPIO18 | safe | adc · pwm | |
| 30 | 21 | GPIO21 | safe | pwm | |
| 31 | 19 | GPIO19USB_D- | uart | adc · pwm | native USB D- is not connected to the USB-C, so this is a free GPIO |
| 32 | 17 | GPIO17 | safe | adc · pwm | |
| 33 | 14 | GPIO14LoRa_DIO1 | strapping | adc · touch · pwm | SX1262 DIO1 interrupt (the arduino-esp32 variant calls it DIO0). It is ALSO on the header, so do not use it for anything else while the radio is in use |
| 34 | - | RSTEN | control | - | chip reset (CHIP_PU), shared with the RST button |
| 35 | 16 | GPIO16 | safe | adc · pwm | |
| 36 | 15 | GPIO15 | safe | adc · pwm | |
| 37 | 7 | GPIO7 | safe | adc · touch · pwm | |
| 38 | 6 | GPIO6 | safe | adc · touch · pwm | |
| 39 | 5 | GPIO5 | safe | adc · touch · pwm | |
| 40 | 4 | GPIO4 | safe | adc · touch · pwm | |
| 41 | 8 | GPIO8LoRa_NSS | safe | adc · touch · pwm | SX1262 chip select |
| 42 | 9 | GPIO9LoRa_SCK | strapping | adc · touch · pwm | SX1262 SPI clock |
| 43 | 10 | GPIO10LoRa_MOSI | strapping | adc · touch · pwm | SX1262 SPI MOSI |
| 44 | 11 | GPIO11LoRa_MISO | strapping | adc · touch · pwm | SX1262 SPI MISO |
| 45 | 13 | GPIO13LoRa_BUSY | strapping | adc · touch · pwm | SX1262 BUSY |
Start with these
14 pins with no boot or system involvementFreely assignable - no strapping, flash, USB or JTAG duties. Ideal first picks for buttons, sensors and LEDs.
Fine - with a little care
16 pins · 14 things to knowGPIO44GPIO43 Used by the CP2102 USB-serial chip onboard hardware
Wired to the CP2102 USB-serial chip on this board. The pin is yours if you give that up, but nothing else can share it.
- GPIO44UART0 RX, wired to the CP2102 TX
- GPIO43UART0 TX, wired to the CP2102 RX
GPIO35 the white user LED, lit HIGH onboard hardware
Wired to the white user LED on this board. The pin is yours if you give that up, but nothing else can share it.
GPIO36 Vext switch: LOW turns the Vext rail on onboard hardware
Wired to the Vext power switch on this board. The pin is yours if you give that up, but nothing else can share it.
GPIO37 switches the battery-voltage divider onto GPIO1 - drive it LOW to read onboard hardware
Wired to the battery-voltage divider switch on this board. The pin is yours if you give that up, but nothing else can share it.
GPIO39 JTAG test clock (MTCK); IO MUX alternates CLK_OUT3 and SUBSPICS1 (chip select on the alternative SUBSPI memory bus, unused on standard modules) JTAG
Default JTAG TCK - keep it free if you debug over JTAG. It is not a flash or PSRAM line on standard modules: those sit on GPIO26-37.
GPIO40 JTAG test data out pin (MTDO) JTAG
Default JTAG TDO output for debugging. Using it as GPIO will interfere with JTAG debugging functionality.
GPIO41 JTAG test data in pin (MTDI) JTAG
Default JTAG TDI input for debugging. Should be reserved for JTAG or left unused if JTAG is to remain available.
GPIO42 JTAG test mode select pin (MTMS) JTAG
Default JTAG TMS signal for debugging. Using this pin for other purposes will disable the JTAG interface (unless JTAG is rerouted to USB).
GPIO45 Bootstrapping pin (selects VDD_SPI flash voltage) Strapping
Determines flash/PSRAM power voltage (3.3 V vs 1.8 V) at boot. Must match hardware configuration; using as GPIO can upset flash supply setting.
GPIO46 Bootstrapping pin (used with GPIO0 for boot mode; controls ROM log output) Strapping
Must be at a defined level during reset (with GPIO0) to select normal or download boot and UART/USB print mode. This pin is input-only (no output drive), so it should be left for its intended strapping function.
GPIO1 battery voltage through a 390K / 100K divider while GPIO37 is LOW onboard hardware
Wired to the battery-voltage divider on this board. The pin is yours if you give that up, but nothing else can share it.
GPIO3 Bootstrapping pin (controls JTAG signal source) Strapping
Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.
GPIO47GPIO48 Octal SPI differential clock legs (SPICLK_P/N_DIFF), used only by the 1.8 V octal flash/PSRAM variants Other
Only the 1.8 V octal parts (ESP32-S3R8V, ESP32-S3R16V) run the differential memory clock here, and on those the pin works at 1.8 V instead of 3.3 V. On the common 3.3 V modules it is a normal GPIO - several devkits drive their RGB LED from GPIO48.
- GPIO47Octal SPI differential clock positive leg (SPICLK_P_DIFF), used only by the 1.8 V octal flash/PSRAM variants
- GPIO48Octal SPI differential clock negative leg (SPICLK_N_DIFF), used only by the 1.8 V octal flash/PSRAM variants
GPIO0 Bootstrapping pin (Chip boot mode selection) Strapping
Must be pulled high (default) or low (to enter UART download mode) at reset. Using it for other functions can interfere with boot mode configuration.
Only if you know the tricks
9 pins · 2 things to knowGPIO12GPIO14GPIO8GPIO9GPIO10GPIO11GPIO13 Used by the SX1262 LoRa radio onboard hardware
Wired to the SX1262 LoRa radio on this board, which is soldered down. Driving it from your own code breaks that function.
- GPIO12SX1262 reset. It is ALSO on the header, so do not use it for anything else while the radio is in use
- GPIO14SX1262 DIO1 interrupt (the arduino-esp32 variant calls it DIO0). It is ALSO on the header, so do not use it for anything else while the radio is in use
- GPIO8SX1262 chip select
- GPIO9SX1262 SPI clock
- GPIO10SX1262 SPI MOSI
- GPIO11SX1262 SPI MISO
- GPIO13SX1262 BUSY
GPIO20GPIO19 USB OTG differential data pair (D- and D+) USB
By default connected to the on-chip USB Serial/JTAG controller. Using it as general GPIO without reconfiguring IO MUX will interfere with USB functionality.
- GPIO20USB OTG positive differential data line (USB_D+)
- GPIO19USB OTG negative differential data line (USB_D-)
The Heltec Wireless Stick Lite (V3) breaks out 45 pins in total: 39 GPIO for your project, with Ve, GND, 5V and 3V3 handling power.
For peripherals, TX/RX on GPIO43 and GPIO44 cover serial logging and flashing.
On the analog side there are 20 ADC-capable pins for sensors and battery monitoring, PWM on every GPIO and 14 capacitive-touch inputs.
If you want zero surprises, GPIO33, GPIO34, GPIO38, GPIO2 and 10 more are free of any such role - the safest first picks. 16 of the exposed pins carry boot-time or system duties on the ESP32-S3 (GPIO44, GPIO43, GPIO35 and 13 more).
Getting started
flash your first firmware in ~2 minutesBoard: Heltec Wireless Stick Lite(V3) Flash Size: 8MB (64Mb) Flash Mode: DIO Partition Scheme: 8M with spiffs (3MB APP/1.5MB SPIFFS) Upload Speed: 921600
// blink the onboard user LED
void setup() {
pinMode(35, OUTPUT);
}
void loop() {
digitalWrite(35, HIGH); delay(500);
digitalWrite(35, LOW); delay(500);
}[env:heltec_wireless_stick_lite_V3]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600esp32-s3-devkitc-1 - or type it after board =.esp32:
board: esp32-s3-devkitc-1
variant: esp32s3
framework:
type: esp-idf
# blink - GPIO35
output:
- platform: gpio
pin: 35
id: led_out
light:
- platform: binary
name: "LED"
output: led_outesp32-s3-devkitc-1 (same ids as PlatformIO).esptool.py --chip esp32s3 --port /dev/ttyACM0 \
--baud 921600 write_flash 0x0 firmware.bin--port = your /dev/tty* (macOS/Linux) or COMx (Windows).Downloads
Free for non-commercial use, credit espboards.dev · LicenseBoard illustration
The bare Heltec Wireless Stick Lite (V3) board drawn to scale at 58.08 × 22.6 mm, with no pin labels on it. Made for slide decks, wiring diagrams and project write-ups where a photo is too busy. Take the scalable SVG for print or editing, the high-resolution PNG to drop straight in, or the transparent PNG when you need it with no background behind it.
Pinout diagram
Every pin on both sides of the board with its functions, drawn by ESPboards from the ESP32-S3 Series Datasheet v2.2 - the same sheet shown at the top of this page. The PNG is a high-resolution image for screens, the SVG is vector so it stays sharp at any size, and the PDF is laid out to print on A4 or Letter.
Yours to use, share and adapt for non-commercial work, as long as you credit espboards.dev - the full terms and ready-made credit lines are here.
Specifications
ESP32-S3 · 58.08 × 22.6 mm · vs other ESP32 chips →Dimensions

About this board
At its core is the ESP32-S3 - a dual-core Xtensa with vector extensions suited to AI workloads.
Expect to pay about $14.90 - less than the ~$29 most ESP32-S3 boards go for.
39 GPIO are broken out - more than most ESP32-S3 boards, so the pin budget is rarely the constraint.
Onboard you'll find LoRa (SX1262), battery charging (TP4054) via SH1.25 2-pin, status LEDs (User (white), Charge) and Reset/User buttons.
- The ESP32-S3 and SX1262 sit under a metal shield can - the same core as the Wireless Shell (V3) module
- SX1262 LoRa radio on an IPEX 1.0 (u.FL) socket; sold as HTIT-WSL-HF (863-928 MHz) and HTIT-WSL-LF (470-510 MHz)
- Two LoRa lines are also on the headers: GPIO12 (radio reset, J2 pin 3) and GPIO14 (DIO1, J3 pin 13)
- Battery voltage on GPIO1 through a 390K / 100K divider, enabled by driving GPIO37 LOW
- Vext (GPIO36, LOW = on) switches a 3.3 V rail for external sensors
- No PSRAM - the ESP32-S3FN8 has 8 MB of in-package flash only
- The arduino-esp32 variant sets SPI to SS 34 / MOSI 35 / SCK 36 / MISO 37, which are the LED, Vext and battery-read pins; the radio is on 8 / 10 / 9 / 11, so pass those to SPI.begin() yourself
Where to buy
prices are typical street prices
Resources
Similar boards




