LoRa_APRS_iGate/README.md

91 lines
3.8 KiB
Markdown
Raw Normal View History

2020-03-24 10:42:46 +01:00
# LoRa APRS iGate
2020-09-19 00:34:43 +02:00
![PlatformIO CI](https://github.com/lora-aprs/LoRa_APRS_iGate/workflows/PlatformIO%20CI/badge.svg)
2020-09-19 00:30:42 +02:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0b7452d5b3b747b88c736e253dda51e6)](https://app.codacy.com/gh/lora-aprs/LoRa_APRS_iGate?utm_source=github.com&utm_medium=referral&utm_content=lora-aprs/LoRa_APRS_iGate&utm_campaign=Badge_Grade_Dashboard)
2020-03-24 10:42:46 +01:00
The LoRa APRS iGate will work with very cheep hardware which you can buy from amazon, ebay or aliexpress.
Try it out and be part of the APRS network.
2020-10-25 20:24:03 +01:00
**There is a german [quick start](https://www.lora-aprs.info/docs/LoRa_APRS_iGate/quick-start-guide/) page! Take a look ;)**
2020-05-11 17:50:11 +02:00
![TTGO LoRa32](pics/iGate.png)
2020-04-06 07:27:00 +02:00
## Supported boards
2020-03-24 10:42:46 +01:00
2020-11-02 12:55:55 +01:00
You can use one of the Lora32 boards without changings :
2020-03-24 10:42:46 +01:00
2020-11-15 14:30:39 +01:00
* 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 LoRa32 V2.1 (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/)
* and sure many more...
2020-03-24 10:42:46 +01:00
2020-04-06 07:27:00 +02:00
Here are some amazon-de links for some example boards:
2020-11-15 14:30:39 +01:00
* [LoRa32 V1](https://www.amazon.de/dp/B07VPHYYJD)
* [LoRa32 V1](https://www.amazon.de/dp/B07QRG89ZV)
* [LoRa32 V2](https://www.amazon.de/dp/B07VL97VNH)
* [LoRa32 V2.1](https://www.amazon.de/dp/B07RXSKPBX)
* [T-Beam V1.0](https://www.amazon.de/dp/B07RT9FKPL)
2020-03-24 10:42:46 +01:00
2020-07-22 22:28:51 +02:00
This boards cost around 20 Euros, they are very cheap and perfect for an LoRa iGate.
2020-04-06 07:27:00 +02:00
Keep in minde: you need a 433MHz version!
2020-03-24 10:42:46 +01:00
2020-05-11 16:00:04 +02:00
## Compiling
2020-04-06 07:27:00 +02:00
2020-05-11 16:00:04 +02:00
### How to compile
2020-04-06 07:27:00 +02:00
2020-11-15 14:30:39 +01:00
The best success is to use PlatformIO (and it is the only platform where I can support you).
2020-11-02 14:39:38 +01:00
2020-11-15 14:30:39 +01:00
* 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.
2020-04-06 07:27:00 +02:00
## Configuration
2020-03-24 10:42:46 +01:00
2020-11-15 14:30:39 +01:00
* 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'.
2020-04-06 07:27:00 +02:00
## Future plans
2020-11-15 14:30:39 +01:00
* [x] show time until next beaconing
* [ ] show login issues from IS server
* [ ] 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)
* [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
* [ ] etc.
2020-05-11 16:00:04 +02:00
## LoRa Tracker
Look at my other project: a [LoRa Tracker](https://github.com/peterus/LoRa_APRS_Tracker)
2020-11-02 12:55:55 +01:00
## Hints
### Here are some peculiarities of the different boards
2020-11-02 15:14:02 +01:00
* TTGO T-Beam V1
2020-11-02 12:55:55 +01:00
2020-11-02 15:39:10 +01:00
When adding a 0,96" OLED display direct to the board you have to be careful, there are two different pinout
2020-11-02 14:49:18 +01:00
versions on the market.
2020-11-02 15:08:52 +01:00
For direct mount you need a display with this Pinout -> [VCC - GND - SCL - SDA](pics/display-right.jpg).
2020-11-02 15:03:17 +01:00
A direct mount of the [other display](pics/display-wrong.jpg) is not possible without damage the display!
2020-11-02 14:49:18 +01:00
The 'wrong' display works too but you have to change VCC and GND by wire !
2020-11-02 12:55:55 +01:00
2020-11-15 14:30:39 +01:00
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)