LoRa operability in other countries
Hello,
Our IoT product is LoRa based, and uses the STM32WLE5JC mcu. For the purpose of operability in several countries, we have used a Molex antenna, which operates in the frequency range 863MHz to 928 MHZ.
We're using the STM32CubeIDE for development, and firmware package STM32Cube FW_WL V1.3.0
- In order for the device to be used in, say Japan for example, is it enough to simply set the active region to one of the values, as defined by the LoRaMacRegion_t struct in LoRaMacInterfaces.h?
- For. the Japan usecase, would LORAMAC_REGION_AS923 be the most appropriate option?
- Are there any other values that need to be set when configuring for specific regions?
Thanks :)
