aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-05-10 16:14:07 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-05-10 16:14:07 +0200
commitad5b307ba39752b01670de19a4e924f724925504 (patch)
treec1289d9cdd4e3cbd704756787a9d55a61192fe2f /README.md
downloadlora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.tar.gz
lora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.tar.bz2
lora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.zip
Add initial code
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..71a3e6d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+NUCLEO-H743ZI APRS-LoRa Tracker
+===============================
+
+Connect u-blox NEO-M8N (or other u-blox receiver) to USART-B (RX PD5 and TX PD6) and RFM96 to SPI.
+
+See src/main.ino for definitions.
+
+
+
+This project requires: https://platform.io
+
+Compile:
+
+ pio run
+
+Program NUCLEO board:
+
+ pio run -t upload