forked from richonguzman/LoRa_APRS_Tracker
-
Notifications
You must be signed in to change notification settings - Fork 2
en 01 installation
morel edited this page Mar 30, 2026
·
2 revisions
The easiest method is the Web Flasher — no tools required.
- Connect the T-Deck Plus via USB
- Open the flasher:
- Stable Version: https://moricef.github.io/LoRa_APRS_Tracker/
- Development Version (latest features): https://moricef.github.io/LoRa_APRS_Tracker/devel.html
- Click Install and select the USB port. (Tip: if the port is not detected, hold the BOOT button while plugging in the USB cable)
- For a fresh install, check Erase device to wipe any existing configuration
The Web Flasher requires Chrome or Edge (not Firefox).
For those who wish to modify the code or compile it themselves, the project uses PlatformIO:
git clone https://github.com/moricef/LoRa_APRS_Tracker.git
cd LoRa_APRS_Tracker
# Build and upload the firmware
pio run -e ttgo_t_deck_plus_433 --target upload
# Upload the filesystem (SPIFFS/LittleFS)
pio run -e ttgo_t_deck_plus_433 --target uploadfsOn first boot (callsign is NOCALL-7 by default):
- Splash screen with firmware version
-
Initialization screen showing progress:
- Storage (SPIFFS, SD card detection)
- GPS module
- LoRa radio
- WiFi/BLE (disabled by default)
-
First Time Setup screen appears automatically because callsign is
NOCALL-7:- WiFi access point
LoRa-Tracker-APstarts (password:1234567890) - IP address:
192.168.4.1 - Connect a PC or phone to this WiFi network
- Open
http://192.168.4.1in a browser
- WiFi access point
-
Web configuration interface:
- Set your APRS callsign (required)
- Configure LoRa frequency and speed
- Optionally set up a WiFi network for APRS‑IS connection and web‑conf mode
- Configure SmartBeacon, filters, beacon comment, etc.
- Click Save, then Reboot on the T‑Deck
- After reboot, the dashboard screen appears with your configured callsign
- GPS starts searching for satellites (may take 1–2 minutes outdoors)
The automatic web configuration only runs if the callsign is
NOCALL-7. Once configured, subsequent boots go directly to the dashboard.
Before use, configure at least:
| Parameter | Where | Value |
|---|---|---|
| Callsign | Web config → Callsign | Your APRS callsign (e.g. F4ABC-9) |
| LoRa Frequency | Web config → LoRa Frequency | 433.775 MHz (Europe) |
| LoRa Speed | Web config → LoRa Speed | 300 bps (default) |
WiFi and Bluetooth are disabled by default to save memory. Enable them only when needed via Settings.
For advanced configuration changes later:
- Go to Settings → Web‑Conf Mode and enable it
- The tracker reboots and starts the WiFi access point
LoRa‑Tracker‑AP - Connect to
http://192.168.4.1 - Configure parameters, then click Save
- On the T‑Deck, press Back to exit Web‑Conf Mode and reboot
Web‑Conf Mode runs a lightweight web server and displays a minimal configuration screen with WiFi connection info. The normal LVGL UI is suspended during this mode.