diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-18 13:33:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-18 13:33:06 +0200 |
commit | a574c239214a963bec1a2229c077af261130277c (patch) | |
tree | 9ad620af11d28bbb7f4a97c58c5f88a84f15e42f /README.md | |
parent | cb1cc5e64c0db865de76de2e34f1bcb5f90a2dfd (diff) | |
download | lora-aprs-hb9egm-a574c239214a963bec1a2229c077af261130277c.tar.gz lora-aprs-hb9egm-a574c239214a963bec1a2229c077af261130277c.tar.bz2 lora-aprs-hb9egm-a574c239214a963bec1a2229c077af261130277c.zip |
Add SD card
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,11 +1,26 @@ 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 and +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 |