kopia lustrzana https://github.com/sh123/esp32_loraprs
Update README.md
rodzic
580121a27b
commit
87f4e4b0e1
|
@ -36,7 +36,7 @@ Modem could also be used for **LoRa Codec2 digital voice DV communication**
|
|||
# Compatible Boards
|
||||
All work was done on ESP32-WROOM with custom made LoRa shield, Arduino Board is "ESP32 Dev Module".
|
||||
|
||||
Supported modules - all supported by [RadioLib](https://github.com/jgromes/RadioLib)
|
||||
Supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib).
|
||||
|
||||
If your ESP32 board is compatible or has built 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):
|
||||
|
||||
|
@ -76,7 +76,7 @@ Install via libraries:
|
|||
|
||||
# Software Setup
|
||||
- Decide if you want to use arduino-LoRa or RadioLib library, uncomment `USE_RADIOLIB` in sketch if you want to use RadioLib
|
||||
- If you are using RadioLib and not using SX1278 module then modify module declarations in `loraprs_service.cpp` and `loraprs_service.h` find and replace `SX1278` with your module name. Consult [RadioLib Wiki](https://github.com/jgromes/RadioLib/wiki).
|
||||
- If you are using RadioLib and not using SX1278 module then modify module declarations in `loraprs_service.cpp` and `loraprs_service.h` find and replace `SX1278` with your module name. Read more about supported modules at [RadioLib Wiki](https://github.com/jgromes/RadioLib/wiki).
|
||||
- **NB! select next partition scheme for ESP32 in Arduino IDE Tools menu:** "Minimal SPIFFS (1.9 MB APP with OTA/190 KB SPIFFS)"
|
||||
- for boards, which do not have this option, need to modify `~/.arduino15/packages/esp32/hardware/esp32/1.0.4/boards.txt` and add required partition option
|
||||
- **use 80 MHz ESP32 frequency** in Arduino SDK, it will prolong battery life when operating portable, higher CPU speed is not required, there are no CPU intensive operations
|
||||
|
|
Ładowanie…
Reference in New Issue