kopia lustrzana https://github.com/sh123/esp32_loraprs
Update README.md
rodzic
19259336b6
commit
f268161c7a
28
README.md
28
README.md
|
@ -37,23 +37,23 @@ If your ESP32 board is compatible or has build in LoRa module then it should wor
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|
Ładowanie…
Reference in New Issue