Skip to content

Kampi/ESP32-RAK3172

Repository files navigation

ESP32 driver for RAK3172 LoRa SoM

License: MIT Build

Table of Contents

About

ESP32 driver for the UART based RAK3172 LoRaWAN / LoRa P2P SoM.

Binary mode with RUI3 API isn´t supported yet!

FUOTA

The FUOTA for the host CPU requires Bootloader Plus or similar implementations.

Clock Synchronization

Clock Synchronization is provided for devices with LoRaWAN < 1.1.

Use with PlatformIO

  • Add the library to the lib_deps parameter
lib_deps =
    https://github.com/Kampi/ESP32-RAK3172.git
  • Copy the Kconfig file into the src directory
  • Rename Kconfig to Kconfig.projbuild
  • Run pio -t menuconfig from the root of your project to configure the driver and the examples
  • Build the project

Use with esp-idf

  • Create a directory components in your project root
  • Clone the repository into the components directory
  • Run menuconfig from the root of your project to configure the driver and the examples
  • Build the project

Additional resources

Support me

If you are interested in the RAK3172 modules or in other RAKwireless products, you can use my reference link and the code KAMPI to get a 3% discount on your next order.

Maintainer

Sponsor this project

 

Packages

No packages published