From 6a33093eddb0507be3fb5b4611f663ba19ba2c9e Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 19 Sep 2020 00:46:50 +0200 Subject: [PATCH] Update README.md --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index c5ed54f..4bae336 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ Try it out and be part of the APRS network. You can use one of the Lora32 boards: -* Heltec WiFi LoRa 32 V1 (433MHz SX1278) - * Heltec WiFi LoRa 32 V2 (433MHz SX1278) - * TTGO LoRa32 V1 (433MHz SX1278) - * TTGO LoRa32 V2 (433MHz SX1278) - * TTGO T-Beam V0.7 (433MHz SX1278) - * TTGO T-Beam V1 (433MHz SX1278) - * Tracker D from [OE1ACM and OE1CGC](https://www.lora-aprs.at/) - * many more... +* Heltec WiFi LoRa 32 V1 (433MHz SX1278) +* Heltec WiFi LoRa 32 V2 (433MHz SX1278) +* TTGO LoRa32 V1 (433MHz SX1278) +* TTGO LoRa32 V2 (433MHz SX1278) +* TTGO T-Beam V0.7 (433MHz SX1278) +* TTGO T-Beam V1 (433MHz SX1278) +* Tracker D from [OE1ACM and OE1CGC](https://www.lora-aprs.at/) +* many more... 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/B07QRG89ZV) - * [LoRa32 V2](https://www.amazon.de/dp/B07VL97VNH) - * [T-Beam V1.0](https://www.amazon.de/dp/B07RT9FKPL) +* [LoRa32 V1](https://www.amazon.de/dp/B07VPHYYJD) +* [LoRa32 V1](https://www.amazon.de/dp/B07QRG89ZV) +* [LoRa32 V2](https://www.amazon.de/dp/B07VL97VNH) +* [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. 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 - * [LoRa](https://github.com/sandeepmistry/arduino-LoRa) by Sandeep Mistry - * [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 - * [LoRa-APRS-Lib](https://github.com/peterus/LoRa-APRS-Lib) by Peter Buchegger - * [ArduinoJson](https://github.com/bblanchon/ArduinoJson) by Benoit Blanchon - * [AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) by Lewis He - * [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) by Adafruit (with all dependecies) - * [NTPClient](https://github.com/arduino-libraries/NTPClient) by Fabrice Weinberg +* [LoRa](https://github.com/sandeepmistry/arduino-LoRa) by Sandeep Mistry +* [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 +* [LoRa-APRS-Lib](https://github.com/peterus/LoRa-APRS-Lib) by Peter Buchegger +* [ArduinoJson](https://github.com/bblanchon/ArduinoJson) by Benoit Blanchon +* [AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) by Lewis He +* [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) by Adafruit (with all dependecies) +* [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 ;) @@ -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: - * [OE5BPA-10](https://aprs.fi/info/a/OE5BPA-10) +* [OE5BPA-10](https://aprs.fi/info/a/OE5BPA-10) ## Future plans - * add FTP server support to upload configuration - * add web server for configuration and other things - * add statistics for received packages - * show received packages on a map - * add better library to support multiple OLEDs - * etc. +* add FTP server support to upload configuration +* add web server for configuration and other things +* add statistics for received packages +* show received packages on a map +* add better library to support multiple OLEDs +* etc. ## LoRa Tracker