diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
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 |