ESP32-RAK3172
ESP32-RAK3172 copied to clipboard
LoRaWAN / LoRa P2P library for ESP32 MCUs and the RAK3172 LoRa SoM.
ESP32 driver for RAK3172 LoRa SoM
Table of Contents
- ESP32 driver for RAK3172 LoRa SoM
- Table of Contents
- About
- FOTA
- Use with PlatformIO
- Use with esp-idf
- Maintainer
About
ESP32 driver for the UART based RAK3172 LoRaWAN / LoRa P2P SoM.
Binary mode with RUI3 API isn´t supported yet!
FOTA
The FOTA for the host CPU requires Bootloader Plus!
Use with PlatformIO
- Add the library to the
lib_depsparameter
lib_deps =
https://gitlab.server-kampert.de/esp32/libraries/rak3172.git
- Copy the
Kconfigfile into thesrcdirectory - Rename
KconfigtoKconfig.projbuild - Run
pio -t menuconfigfrom the root of your project to configure the driver and the examples - Build the project
Use with esp-idf
- Create a directory
componentsin your project root - Clone the repository into the
componentsdirectory - Run
menuconfigfrom the root of your project to configure the driver and the examples - Build the project
Maintainer
- Daniel Kampert