|
18 | 18 |
|
19 | 19 | *********************************************************************** |
20 | 20 |
|
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 | +
|
24 | 25 | This project is based on ESP32 boards and is compatible with sx126x and |
25 | 26 | sx127x you can build you own board using one of these modules but most |
26 | 27 | of us use a development board like the ones listed in the Supported |
27 | 28 | 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. |
32 | 29 |
|
33 | 30 | 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) |
38 | 42 |
|
39 | 43 | Supported modules |
40 | 44 | sx126x |
41 | 45 | sx127x |
42 | 46 |
|
43 | 47 | 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 |
44 | 50 | Main community chat: https://t.me/joinchat/DmYSElZahiJGwHX6jCzB3Q |
45 | 51 |
|
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 |
49 | 55 |
|
50 | 56 | Developers: |
51 | 57 | @gmag12 https://twitter.com/gmag12 |
|
0 commit comments