pull/20/head
Peter Buchegger 2020-11-15 14:30:39 +01:00
rodzic 6ea060098b
commit d9e6127d5c
1 zmienionych plików z 40 dodań i 52 usunięć

Wyświetl plik

@ -38,38 +38,19 @@ Keep in minde: you need a 433MHz version!
### How to compile
The best success is to use PlatformIO.
The best success is to use PlatformIO (and it is the only platform where I can support you).
* Go to [PlatformIO](https://platformio.org/) download and install the IDE.
* If installed open the IDE, go to the left side and klick on 'extensions' then search for 'PatformIO' and install.
* When installed click 'the ant head' on the left and choose import the project on the right.
* Just open the folder and you can compile the Firmware.
### 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
But you don't need to download all this libs, PlatformIO will take care for you ;)
## Configuration
* You can find all nessesary settings to change for your configuration in **data/is-cfg.json**.
* To upload it to your board you have to do this via **Upload File System image** in PlatformIO!
* To find the 'Upload File System image' click the PlatformIO symbol (the little alien) on the left side, choos your configuration, click on 'Platform' and search for 'Upload File System image'.
## LoRa APRS iGates on aprs.fi
Feel free to add a link to your iGate here:
* [OE5BPA-10](https://aprs.fi/info/a/OE5BPA-10)
## Future plans
* [x] show time until next beaconing
@ -77,7 +58,7 @@ Feel free to add a link to your iGate here:
* [ ] add better OLED library to support multiple different OLEDs
* [x] add support to turn OLED on, off and dimming
* [ ] add support for temperature chips (BMExxx)
* [ ] add FTP server support to upload configuration
* [x] 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
@ -100,3 +81,10 @@ A direct mount of the [other display](pics/display-wrong.jpg) is not possible wi
The 'wrong' display works too but you have to change VCC and GND by wire !
feel free to add hints!
## Blog posts and Youtube videos from other Hams
* [OE1ROT](https://www.aronaut.at/2020/11/lora-aprs-gateway-mit-esp32-boards/)
* [DL7AG](http://online.dl7ag.de/lora-aprs-dl7ag-10/)
* [Manuel Lausmann - Tracker](https://www.youtube.com/watch?v=clIlTEFbWLk)
* [Manuel Lausmann - iGate](https://www.youtube.com/watch?v=C7hfVe32pXs)