2024-08-13 02:32 AM
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
Thanks :)
Solved! Go to Solution.
2024-08-13 02:50 AM
Hello @helixembedded
1) To configure your module to work on Japan, you have to set the #define ACTIVE_REGION on the lora_app.h file of your project to LORAMAC_REGION_AS923.
2) Yes, LORAMAC_REGION_AS923 is the Band used in Japan.
3) Yes, you have to verify if there is any restriction on this country for the maximum TX_power values or the DR.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-13 02:50 AM
Hello @helixembedded
1) To configure your module to work on Japan, you have to set the #define ACTIVE_REGION on the lora_app.h file of your project to LORAMAC_REGION_AS923.
2) Yes, LORAMAC_REGION_AS923 is the Band used in Japan.
3) Yes, you have to verify if there is any restriction on this country for the maximum TX_power values or the DR.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.