Updated Compatible boards (markdown)

master
sh123 2021-11-13 15:20:04 +02:00
rodzic 607800f2fe
commit 26772b3595
1 zmienionych plików z 4 dodań i 4 usunięć

@ -2,14 +2,14 @@
All work was done on ESP32-WROOM with custom made **RA-01**/**SX1278** LoRa shield, Arduino Board is "ESP32 Dev Module".
# Supported LoRa and other module types
If using arduino-LoRa library then supported modules are SX1276/77/78/79.
If using RadioLib then supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib/wiki/Modules):
- `SX1278` is a default module, for other `SX127x` modules need to update `module_name.h`, replace `MODULE_NAME` with your module name
- **SX1278** is a default module, for other `SX127x` modules need to update `module_name.h`, replace `MODULE_NAME` with your module name
according to RadioLib naming
- `SX1268` is used when `USE_SX126X` is enabled in `module_name.h`, for other `SX126x` modules need to set corresponding `MODULE_NAME` in `module_name.h`
- **SX1268** is used when `USE_SX126X` is enabled in `module_name.h`, for other `SX126x` modules need to set corresponding `MODULE_NAME` in `module_name.h`
- other RadioLib module types - check [RadioLib documentation](https://github.com/jgromes/RadioLib/wiki/Modules), modify `module_name.h` and code accordingly, open Issue if help is needed, most likely it will not compile out of the box and some changes are needed.
If using arduino-LoRa library then supported modules are **SX1276/77/78/79**.
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