HELTEC Wireless Tracker ESP32S3 SX1262 GPS Meshtastic LoRaWAN 868Mhz


Description

Wireless Tracker is a development kit based on ESP32-S3FN8. It integrates both SX1262 and UC6580 to provide fast GNSS solution for IoT. It can track any object and then upload that data wirelessly by Wi-Fi, Bluetooth, LoRa, and has been widely used in Meshtastick.

Wireless Tracker supports L1 + L5/L2, and supports GPS, GLONASS, BDS, Galileo, NAVIC, QZSS multi-system joint positioning. It is perfectly compatible with Arduino, can be widely used in development such as bicycle sharing services, tracking pets or livestock, locating vehicles, tracking children, etc.

Features

  • ESP32-S3FN8+SX1262+UC6580 Chipset, supports Wi-Fi, LoRa, Bluetooth, GNSS.

  • Low power design of dual-frequency multi-system based on 22nm technology.

  • Supports L1 + L5/L2, supports GPS, GLONASS, BDS, Galileo, NAVIC, QZSS multi-system joint positioning.

  • Type-C USB interface with a complete voltage regulator, ESD protection, short circuit protection, RF shielding, and other protection measures.

  • Onboard SH1.25-2 battery interface, integrated lithium battery management system (charge and discharge management, overcharge protection, battery power detection, USB / battery power automatic switching).

  • Onboard Wi-Fi, Bluetooth dedicated 2.4GHz metal spring antenna, reserved IPEX (U.FL) interface for LoRa and GNSS use.

  • Onboard 0.96-inch 160*80 dot matrix LCD display, which can be used to display debugging information, battery power, and other information.

  • Support the Arduino development environment.

Specifications

Parameters

Description

Master Chip

ESP32-S3FN8 (Xtensa®32-bit lx7 dual core processor)

LoRa Chipset

SX1262

GNSS Chipset

UC6580

Frequency

470~510MHz, 863~928MHz

Max. TX Power

21±1dBm

Max. Receiving Sensitivity

-134dBm

Wi-Fi

802.11 b/g/n, up to 150Mbps

Bluetooth LE

Bluetooth 5, Bluetooth mesh

Hardware Resource

7*ADC1 + 2*ADC2; 7*Touch; 3*UART; 2*I2C; 2*SPI; etc.

Interface

Type-C USB; 2*1.25 lithium battery interface; LoRa ANT(IPEX1.0); 2*18*2.54 Header Pin

Battery

3.7V lithium battery power supply and charging

Operating Temperature

-20 ~ 70 ℃

Dimensions

65.48 * 28.06* 13.52mm

Pin Map

Resource

Get Start

FAQ

1

If you encounter an issue where your device is unable to download a program, you can follow these steps to resolve it.

1. Check if the USB cable supports data transfer by verifying if the connected cell phone supports file transfer.

2. Connect the USB cable, press and hold the ‘USER’ key, then press the ‘RST’ key once. Finally, release the ‘USER’ key to initiate the code download.

2

Upon downloading the code, if the screen does not respond?

Connect the serial port and check whether the node is activated. If the node is not activated, refer to this link to activate it: https://docs.heltec.org/general/how_to_use_license.html.

3

GNSS data is displayed as ‘0,0,0’ ?

  1. Confirm your hardware version, V1.1 has changed the power control pin of the GNSS chip (GPIO 3 is set to HIGH on). Please carefully review the schematic or refer to the corresponding hardware version’s example program.

  2. GNSS requires open outdoor environments or try with an external antenna.

4

How can LoRa be useful in your home automation projects?

Imagine that you want to measure the moisture in your field. Although, it is not far from your house, it probably doesn’t have Wi-Fi coverage. So, you can build a sensor node with an ESP32 and a moisture sensor, that sends the moisture readings once or twice a day to another ESP32 using LoRa.The later ESP32 has access to Wi-Fi, and it can run a web server that displays the moisture readings.This is just an example that illustrates how you can use the LoRa technology in your ESP32 projects.

Last updated

Was this helpful?