Updated Compatible boards (markdown)

master
sh123 2021-10-25 16:24:30 +03:00
rodzic 48c77c6ee2
commit d79250f6a9
1 zmienionych plików z 7 dodań i 1 usunięć

@ -1,7 +1,13 @@
# Intro
All work was done on ESP32-WROOM with custom made LoRa shield, Arduino Board is "ESP32 Dev Module".
Supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib).
# Supported LoRa module types
Supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib):
- `SX1278` is a default module, for other `SX127x` modules need to modify module declarations in `loraprs_service.cpp` and `loraprs_service.h`
- `SX126x` is using `DIO1` pin for ISR instead of `DIO0`, compilation might fail and need manual rename `clearDio0Action` and `setDio0Action` to `clearDio1Action` and `setDio1Action`
- other RadioLib module types - check RadioLib documentation, modify code accordingly
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):