Skip to content

Commit c105920

Browse files
committed
Update main file information of the project
1 parent 957cb69 commit c105920

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

tinyGS/src/Status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct TextFrame {
6161
};
6262

6363
struct Status {
64-
const uint32_t version = 21021602; // version year month day release
64+
const uint32_t version = 21021700; // version year month day release
6565
const char* git_version = GIT_VERSION;
6666
bool mqtt_connected = false;
6767
PacketInfo lastPacketInfo;

tinyGS/tinyGS.ino

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,40 @@
1818
1919
***********************************************************************
2020
21-
The aim of this project is to create an open network of ground stations
22-
for the LoRa Satellites distributed all over the world and connected
23-
through Internet.
21+
TinyGS is an open network of Ground Stations distributed around the
22+
world to receive and operate LoRa satellites, weather probes and other
23+
flying objects, using cheap and versatile modules.
24+
2425
This project is based on ESP32 boards and is compatible with sx126x and
2526
sx127x you can build you own board using one of these modules but most
2627
of us use a development board like the ones listed in the Supported
2728
boards section.
28-
The developers of this project have no relation with the Fossa team in
29-
charge of the mission, we are passionate about space and created this
30-
project to be able to track and use the satellites as well as supporting
31-
the mission.
3229
3330
Supported boards
34-
Heltec WiFi LoRa 32 V1 (433MHz SX1278)
35-
Heltec WiFi LoRa 32 V2 (433MHz SX1278)
36-
TTGO LoRa32 V1 (433MHz SX1278)
37-
TTGO LoRa32 V2 (433MHz SX1278)
31+
Heltec WiFi LoRa 32 V1 (433MHz & 863-928MHz versions)
32+
Heltec WiFi LoRa 32 V2 (433MHz & 863-928MHz versions)
33+
TTGO LoRa32 V1 (433MHz & 868-915MHz versions)
34+
TTGO LoRa32 V2 (433MHz & 868-915MHz versions)
35+
TTGO LoRa32 V2 (Manually swapped SX1267 to SX1278)
36+
T-BEAM + OLED (433MHz & 868-915MHz versions)
37+
T-BEAM V1.0 + OLED
38+
FOSSA 1W Ground Station (433MHz & 868-915MHz versions)
39+
ESP32 dev board + SX126X with crystal (Custom build, OLED optional)
40+
ESP32 dev board + SX126X with TCXO (Custom build, OLED optional)
41+
ESP32 dev board + SX127X (Custom build, OLED optional)
3842
3943
Supported modules
4044
sx126x
4145
sx127x
4246
4347
World Map with active Ground Stations and satellite stimated position
48+
Web of the project: https://tinygs.com/
49+
Github: https://github.com/G4lile0/tinyGS
4450
Main community chat: https://t.me/joinchat/DmYSElZahiJGwHX6jCzB3Q
4551
46-
In order to onfigure your Ground Station please open a private chat to get your credentials https://t.me/fossa_updates_bot
47-
Data channel (station status and received packets): https://t.me/FOSSASAT_DATA
48-
Test channel (simulator packets received by test groundstations): https://t.me/FOSSASAT_TEST
52+
In order to onfigure your Ground Station please open a private chat to get your credentials https://t.me/tinygs_personal_bot
53+
Data channel (station status and received packets): https://t.me/tinyGS_Telemetry
54+
Test channel (simulator packets received by test groundstations): https://t.me/TinyGS_Test
4955
5056
Developers:
5157
@gmag12 https://twitter.com/gmag12

0 commit comments

Comments
 (0)