Updated Compatible boards (markdown)

master
sh123 2022-12-19 11:06:54 +02:00
rodzic f654300723
commit 533b59c38b
1 zmienionych plików z 6 dodań i 6 usunięć

@ -5,8 +5,8 @@ Arduino Board is "ESP32 Dev Module".
Prototype development board schematics is available at https://github.com/sh123/lora_tracker.
![Board](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/board.png)
![Device](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/device.png)
![Board](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/board.png)
![Device](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/device.png)
# Supported LoRa and other module types
If using **RadioLib** then supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib/wiki/Modules):
@ -18,7 +18,7 @@ according to RadioLib naming
If your ESP32 board is compatible or has build in LoRa module then it should work without redefining pinouts, for custom shields there might be need to redefine pinouts to LoRa module if it differs (see further description in Software Setup section), currently pinouts are connected from LoRa to ESP32-WROOM as (SS/RST/DIO0 could be redefined in config.h):
# Default Pinouts
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/pinouts.png)
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/pinouts.png)
- Common SPI:
- MOSI: GPIO_23/VSPI_MOSI
@ -30,7 +30,7 @@ If your ESP32 board is compatible or has build in LoRa module then it should wor
- DIO0/IRQ: GPIO_14
# SX127x Based Boards
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/tracker.jpg)
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/tracker.jpg)
Supported (built-in screen is not used), just select board in **Arduino IDE->Tools->Board**, no need to redefine pinouts:
- **T-Beam LoRa**
@ -48,9 +48,9 @@ Require LoRa module pinout definitions in `config.h`:
# Solder pad configuration for project dev board
- ESP-WROOM32 38pin
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/esp32_38pin.jpg)
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/esp32_38pin.jpg)
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/solder_pads_38pin.jpg)
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/extras/images/solder_pads_38pin.jpg)
Pinout definitions:
```