cancel
Showing results for 
Search instead for 
Did you mean: 

LoRa FHSS Receiving in STM32WL55JC (E5) module?

bozgan
Associate

I want to work with Lora FHSS. Resources on this subject are limited.

 \STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_LrFhss. ;
I looked at the FHSS example you told me about. This example works in TX mode only. It only sends data using FHSS. I want to listen to this transmitted data with the same model STM32 Nucleo WLE5JC card. Is there an example of this? How can I configure the FHSS configuration to always listen?

5 REPLIES 5
STTwo-32
ST Employee

Hello @bozgan 

For now, there is not such an implementation. The only available example is the TX one that I've shared with you previously. 

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.

bozgan
Associate

 @STTwo-32 @Andrew Neil 
Let's say I ran the TX (transmission) based on your example. For listening (RX), what should I configure it according to? What criteria and factors should I pay attention to?

For now, this is not implemented on the current version of the stack. It will may be added on the future.

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.

AIUI, the LoRa part of STM32WL is based on Semtech IP ?

So, by looking at how Semtech do  this in their own drivers, one should be able to work out what to do it ... ?