From 533b59c38bd863304293214c18825c974f8fe35a Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 19 Dec 2022 11:06:54 +0200 Subject: [PATCH] Updated Compatible boards (markdown) --- Compatible-boards.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Compatible-boards.md b/Compatible-boards.md index c9b363e..d60bd7d 100644 --- a/Compatible-boards.md +++ b/Compatible-boards.md @@ -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: ```