Update README.md

pull/15/head
sh123 2021-02-09 17:44:59 +02:00 zatwierdzone przez GitHub
rodzic 19259336b6
commit f268161c7a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 14 dodań i 14 usunięć

Wyświetl plik

@ -37,23 +37,23 @@ If your ESP32 board is compatible or has build in LoRa module then it should wor
![alt text](images/pinouts.png) ![alt text](images/pinouts.png)
Common SPI: Pinouts:
- MOSI: GPIO_23/VSPI_MOSI - Common SPI:
- MISO: GPIO_19/VSPI_MISO - MOSI: GPIO_23/VSPI_MOSI
- SCK: GPIO_18/VSPI_SCK - MISO: GPIO_19/VSPI_MISO
- SCK: GPIO_18/VSPI_SCK
- Board specific:
- SS/CS/NSS: GPIO_5
- RST/RESET: GPIO_26
- DIO0/IRQ: GPIO_14
Board specific: Supported (built-in screen is not used), just select board in **Arduino IDE->Tools->Board**, no need to redefine pinouts:
- SS/CS/NSS: GPIO_5 - **T-Beam LoRa**
- RST/RESET: GPIO_26 - **LoPy**, **LoPy4**
- DIO0/IRQ: GPIO_14 - **TTGO LoRa32 v1**
Supported, just select board in **Arduino IDE->Tools->Board**, no need to redefine pinouts:
- **T-Beam LoRa**
- **LoPy**, **LoPy4**
- **TTGO LoRa32 v1**
Require LoRa module pinout definitions in `config.h`: Require LoRa module pinout definitions in `config.h`:
- **Heltec WiFi LoRa 32 (v2)** (screen is not used), redefine pinouts as - **Heltec WiFi LoRa 32 (v2)**, redefine pinouts as
``` ```
#define LORA_RST 14 #define LORA_RST 14
#define LORA_IRQ 26 #define LORA_IRQ 26