From 844aeaf0a685180633107e89b9d28023ae05bd78 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 18 May 2023 13:42:52 +0200 Subject: Move tracker into subdir --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index a086256..0000000 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ -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 A. - -See src/main.ino for definitions. - -Pinout ------- - -- u-blox NEO module connected to PD5 and PD6 -- RFM96 connected to SPI A: - - MISO (Arduino 12), MOSI (Arduino 11), SCK (Arduino 13) - - NSS pin: PD14 (Arduino 10) - - DIO0 pin: PF3 (Arduino 8) - - RESET pin: PF15 (Arduino 9) - -- SD Card connected to SPI B: - - MISO (Arduino 25), MOSI (Arduino 22), SCK (Arduino 23) - - CS (Arduino 17) - -Build ------ - -This project requires: https://platform.io - -Compile: - - pio run - -Program NUCLEO board: - - pio run -t upload -- cgit v1.2.3