Update README.md

This commit is contained in:
Peter Buchegger 2020-09-19 00:46:50 +02:00 committed by GitHub
parent a904cb31b5
commit 6a33093edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,20 +12,20 @@ Try it out and be part of the APRS network.
You can use one of the Lora32 boards: You can use one of the Lora32 boards:
* Heltec WiFi LoRa 32 V1 (433MHz SX1278) * Heltec WiFi LoRa 32 V1 (433MHz SX1278)
* Heltec WiFi LoRa 32 V2 (433MHz SX1278) * Heltec WiFi LoRa 32 V2 (433MHz SX1278)
* TTGO LoRa32 V1 (433MHz SX1278) * TTGO LoRa32 V1 (433MHz SX1278)
* TTGO LoRa32 V2 (433MHz SX1278) * TTGO LoRa32 V2 (433MHz SX1278)
* TTGO T-Beam V0.7 (433MHz SX1278) * TTGO T-Beam V0.7 (433MHz SX1278)
* TTGO T-Beam V1 (433MHz SX1278) * TTGO T-Beam V1 (433MHz SX1278)
* Tracker D from [OE1ACM and OE1CGC](https://www.lora-aprs.at/) * Tracker D from [OE1ACM and OE1CGC](https://www.lora-aprs.at/)
* many more... * many more...
Here are some amazon-de links for some example boards: Here are some amazon-de links for some example boards:
* [LoRa32 V1](https://www.amazon.de/dp/B07VPHYYJD) * [LoRa32 V1](https://www.amazon.de/dp/B07VPHYYJD)
* [LoRa32 V1](https://www.amazon.de/dp/B07QRG89ZV) * [LoRa32 V1](https://www.amazon.de/dp/B07QRG89ZV)
* [LoRa32 V2](https://www.amazon.de/dp/B07VL97VNH) * [LoRa32 V2](https://www.amazon.de/dp/B07VL97VNH)
* [T-Beam V1.0](https://www.amazon.de/dp/B07RT9FKPL) * [T-Beam V1.0](https://www.amazon.de/dp/B07RT9FKPL)
This boards cost around 20 Euros, they are very cheap and perfect for an LoRa iGate. This boards cost around 20 Euros, they are very cheap and perfect for an LoRa iGate.
Keep in minde: you need a 433MHz version! Keep in minde: you need a 433MHz version!
@ -38,14 +38,14 @@ The best success is to use PlatformIO. Go to [PlatformIO](https://platformio.org
### Dependencies ### Dependencies
* [LoRa](https://github.com/sandeepmistry/arduino-LoRa) by Sandeep Mistry * [LoRa](https://github.com/sandeepmistry/arduino-LoRa) by Sandeep Mistry
* [APRS-IS-Lib](https://github.com/peterus/APRS-IS-Lib) by Peter Buchegger * [APRS-IS-Lib](https://github.com/peterus/APRS-IS-Lib) by Peter Buchegger
* [APRS-Decoder-Lib](https://github.com/peterus/APRS-Decoder-Lib) by Peter Buchegger * [APRS-Decoder-Lib](https://github.com/peterus/APRS-Decoder-Lib) by Peter Buchegger
* [LoRa-APRS-Lib](https://github.com/peterus/LoRa-APRS-Lib) by Peter Buchegger * [LoRa-APRS-Lib](https://github.com/peterus/LoRa-APRS-Lib) by Peter Buchegger
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson) by Benoit Blanchon * [ArduinoJson](https://github.com/bblanchon/ArduinoJson) by Benoit Blanchon
* [AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) by Lewis He * [AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) by Lewis He
* [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) by Adafruit (with all dependecies) * [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) by Adafruit (with all dependecies)
* [NTPClient](https://github.com/arduino-libraries/NTPClient) by Fabrice Weinberg * [NTPClient](https://github.com/arduino-libraries/NTPClient) by Fabrice Weinberg
But you don't need to download all this libs, PlatformIO will take care for you ;) But you don't need to download all this libs, PlatformIO will take care for you ;)
@ -58,16 +58,16 @@ To find the 'Upload File System image' click the PlatformIO symbol (the little a
Feel free to add a link to your iGate here: Feel free to add a link to your iGate here:
* [OE5BPA-10](https://aprs.fi/info/a/OE5BPA-10) * [OE5BPA-10](https://aprs.fi/info/a/OE5BPA-10)
## Future plans ## Future plans
* add FTP server support to upload configuration * add FTP server support to upload configuration
* add web server for configuration and other things * add web server for configuration and other things
* add statistics for received packages * add statistics for received packages
* show received packages on a map * show received packages on a map
* add better library to support multiple OLEDs * add better library to support multiple OLEDs
* etc. * etc.
## LoRa Tracker ## LoRa Tracker