Skip to content

Commit b9ba12d

Browse files
authored
Update README.md
1 parent abf9fc7 commit b9ba12d

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
11
# TBTracker-ESP32
2-
A High Altitude Balloon tracker for ESP32. Supports LoRa, RTTY, Horus V1 4FSK, Horus V2 4FSK
2+
A Plug and Play High Altitude Balloon tracker for ESP32. Supports LoRa, LoRa-APRS, RTTY, Horus V1 4FSK, Horus V2 4FSK.
3+
4+
TBTracker-ESP32 is an Arduino sketch for a tracker for high altitude weather or scientific balloons.
5+
It supports sending telemetry data in mulitple formats:
6+
- RTTY
7+
- LoRa
8+
- LoRa-APRS
9+
- Horus 4FSK V1
10+
- Horus 4FSK V2
11+
12+
You can select multiple modes or just a single mode.
13+
14+
It is designed to send telemetry data in the correct format for https://amateur.sondehub.org.
15+
16+
The code is written in the Arduino IDE for ESP32 with a GPS module and a LoRa module like the sx1278 or sx1276 or Hope RFM9x.
17+
18+
# Library
19+
You will need two install two extra Arduino library from the librairy manager:
20+
- Radiolib
21+
- TinyGPS++
22+
23+
# Hardware
24+
The minimal hardware configuration you need is:
25+
- ESP32 or ESP32S2 board
26+
- GPS module (recommended Ublox Neo or ATGM336H)
27+
- Lora module (sx1278 or sx1276 or Hope RFM9x module)
28+
29+
# Installation
30+
Connect your LoRa and GPS modules to your ESP board and change the values in the settings.h file.See the comments in the settings.h file.
31+
32+
# Versions
33+
34+
V0.1.0:
35+
36+
- Initial commit

0 commit comments

Comments
 (0)