From b6758f4a5b30c432845be40945522bbf4ed74913 Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" <69999130+richonguzman@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:48:27 -0300 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 634a0d3..040002e 100644 --- a/README.md +++ b/README.md @@ -1 +1,35 @@ -# LoRa_1W_APRS_Tracker \ No newline at end of file +# LORA (1 Watt Module) APRS Tracker + +This LORA APRS Tracker will work with very cheep hardware (amazon, ebay or aliexpress): +- ESP32 ( ESP32 Dev Module) +- Ebyte 22 400M30S (1 Watt (30dB) Lora SPI Module) +- GY-GPSNEO6MV2 (NEO6M GPS Module) + +This project uses Enconded APRS GPS packet to extends range by saving bytes (increased battery life, higher chances of good packet reception (increased range), lower probability of packet collisions (more channel capacity) and 1 Watt LoRa Module (over the usual 0.1 Watt in commercial boards like the LILYGO T-Beam V.1). + + + + + + +This Repository is based on lots of other Lora APRS Tracker ideas like: + +- https://github.com/lora-aprs/LoRa_APRS_Tracker (the start with LILYGO T-BEAM v.1) +- https://github.com/aprs434/lora.tracker (the great encoding position modification) +- https://github.com/Mane76/lora.tracker (great ideas about changing callsign and other mods) +- https://github.com/sh123/esp32_loraprs (inspiration for accesing the Lora Module with Radiolib library) + + + + +things to do: +- add wiki +- add status update (on the works) +- add message to another APRS capable Radio (on the works) +- add translation to Spanish (and German?) +- add OLED Screen (allready Bought) +- add schematic for the wiring +- add info of 5V DC stepup and charging battery +- add battery monitoring + charging +- add photos of prototipe +- add PCB (with eagle and gerber)