Using RAK3172 as LoRa repeater

Hi Team,

I’m designing a LoRa repeater module for IoT application. We have already used RAK3172 for our LoRa based sensors so can we use same module to function as a LoRa repeater.?

Best Regards,
Vyshnav Krishnan

Welcome to the forum @vyshKrish

LoRa P2P or LoRaWAN?

RUI3 does not support LoRaWAN repeater function. It might be possible if you write a custom firmware based on STM32CubeIDE (not sure if LoRaWAN repeater example is included there)

For LoRa P2P, you can use the RX and TX functions/callbacks of RUI3 to build a repeater (like a Mesh network). But you have to write this code by yourself.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.