2024-05-26 07:41 AM
Hi
I am using the module Lora-E5 which has the STM32WLE5J inside. Looking at cubeMX , I can select LoraWan, but I want to only use the Lora side. Do I simply select the LoraWan, and use the Lora part, as it requires LoraWan key etc which I wont use.
Best Regards
Scott
Solved! Go to Solution.
2024-05-26 08:23 AM
On the examples i've shared with you you can switch to use LoRa or FSK modulations (LoRa is the default one). SubGHz_Phy is the support middleware for those two modulations which use a frequency under 1 GHz (a Sub-GHz frequency ;)).
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-05-26 07:50 AM
Hello @SSmit.13
If you are looking for a P2P communication using the LoRa technologies. You can select the SUBGHZ_PHY middleware on CubeMX :
For more details, refer to the configuration on this example.
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-05-26 08:12 AM
Hi STTwo-32
Many thanks for your reply. I plan to have many nodes connecting our own hardware (gateway) . The gateway will have 4 hopefully Lora-E5 modules, all communicating at different frequencies, and the nodes connecting to its one of the modules.
The modules have to be lora as we need very low power, and decent distance. Is the above example Lora (even though it says SUBGHZ_PHY)?
Many thanks
Scott
2024-05-26 08:23 AM
On the examples i've shared with you you can switch to use LoRa or FSK modulations (LoRa is the default one). SubGHz_Phy is the support middleware for those two modulations which use a frequency under 1 GHz (a Sub-GHz frequency ;)).
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-05-26 10:05 AM
Hi
Many thanks for the explanation, I never fully understood this, and couldnt see any description on this
Best Regards
Scott
2024-05-27 02:18 AM
Hi STTwo-32
Is there any documentation on how to select lora channel (frequency), spreading factor, and does it do frequency hopping? I would like to use this for a large project, but have ot make sure it fits our requirements
Best Regards
Scott