LoRa_APRS_Tracker/README.md

51 lines
1.8 KiB
Markdown
Raw Normal View History

2021-03-05 15:01:07 +01:00
# LoRa APRS Tracker
Forked from <https://github.com/lora-aprs/LoRa_APRS_Tracker>, Peter, OE5BPA
2020-05-11 15:57:49 +02:00
The LoRa APRS Tracker 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-05-11 17:43:05 +02:00
![TTGO T-Beam](pics/Tracker.png)
2020-05-11 15:57:49 +02:00
## Supported boards
You can use one of the Lora32 boards:
* TTGO T-Beam V0.7 (433MHz SX1278)
* TTGO T-Beam V1 (433MHz SX1278)
This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate.
Keep in minde: you need a 433MHz version!
2021-03-05 15:01:07 +01:00
## Intention
2020-05-11 15:57:49 +02:00
2021-03-05 15:01:07 +01:00
I forked this version because of my intention to build a specialized tracker for my mobile home. It should collect data from some sensors, weather condition etc. and send it to the APRS-System in two ways: If no wifi is present, it should just send the Packet to 433 MHz. If a known wifi is present, it should try to send the packet via wifi to the APRS-System direct.
2020-05-11 15:57:49 +02:00
### Dependencies
* [LoRa](https://github.com/sandeepmistry/arduino-LoRa) by Sandeep Mistry
* [APRS-Decoder-Lib](https://github.com/peterus/APRS-Decoder-Lib) by Peter Buchegger
* [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) by Adafruit (with all dependecies)
* [TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus) by Mikal Hart
* [AXP202X_Library](https://github.com/lewisxhe/AXP202X_Library) by Lewis He
## Configuration
2021-03-05 15:01:07 +01:00
Change your configuration in /data/is-cfg,json
2020-05-11 15:57:49 +02:00
## Future plans
2021-03-05 15:01:07 +01:00
At the source i forked the complete configuration may move to [IotWebConf](https://github.com/prampec/IotWebConf).
It may possible i move too...
* [ ] add sending packet direct via wifi to aprs-net (using work from Peter, OE5BPA)
* [ ] some refactoring
* [ ] REST-API or communication with webserver
* [ ] web-page sensors information
* [ ] etc.
2020-05-11 15:57:49 +02:00
2021-03-05 15:01:07 +01:00
# History
2020-05-11 15:57:49 +02:00
2021-03-05 15:01:07 +01:00
01.03.2021 Forked
05.03.2021 Moved configuration to json-file in filesystem