cancel
Showing results for 
Search instead for 
Did you mean: 

SX1262 LoRAWAN for STM32F407

sandeepsiv
Associate

Dear Community,

I am currently working on a project involving LoRaWAN and using the STM32F407 MCU. However, most of the available sources and example implementations I have found seem to support different STM32 models.

I would greatly appreciate any guidance on:

  1. LoRaWAN stack support for STM32F407
  2. Example projects or reference implementations compatible with this MCU
  3. Any best practices or recommendations for integrating LoRaWAN with STM32F407

If anyone has experience with this setup or can point me to relevant resources, I would be extremely grateful for your insights.

Best regards,

Sandeep S

1 REPLY 1

The SX1262 neither knows nor cares what microcontroller you use.

Similarly LoRaWAN is not specific to any particular hardware.

So simply take whatever ST code you can find, and port it to your particular hardware.

The only things that will be specific to the MCU are the SPI & GPIOs; maybe also a timer or two.

 

Alternatively, look to Semtech for portable code ...

 

Take a look at https://community.st.com/t5/stm32-mcus-wireless/need-suggestion-for-lora-module-compatible-with-i-cube-lrwan/m-p/770862 

 

PS:

How To Interface Anything to Anything Else.