I’m kinda new to stm32 environment. I have a project where I have to connect two lora e5 developement boards using lora protocol and send data between them. Is there any procedure to do in st cube ide or any code repositories?
Thanks in advance
I’m kinda new to stm32 environment. I have a project where I have to connect two lora e5 developement boards using lora protocol and send data between them. Is there any procedure to do in st cube ide or any code repositories?
Thanks in advance
The code examples for custom firmware seems to be limited to stm32. There are very few examples sadly… It seems that most poeple using using as a peripheral with another mcu. In many application this is overkill as we already have a core m4.
Please, let us know if you find something useful.
Example : Grove LoRa-E5 P2P communication using CircuitPython - Hackster.io
I found a code example in STM32CubeWL using STM32 environment : GitHub - STMicroelectronics/STM32CubeWL: STM32Cube MCU Full FW Package for the STM32WL series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on boards provided by ST (Nucleo boards) : STM32CubeWL/Projects/NUCLEO-WL55JC/Applications/SubGHz_Phy/SubGHz_Phy_PingPong_DualCore at de65a6e5e3aa178705e20c71f7d78db198a80ccc · STMicroelectronics/STM32CubeWL · GitHub
Good luck
I adjust the STM32 PingPong example code for the Lora E5 without to use another mcu.
https://github.com/johflo/Seeed-Lora-e5.git
Johannes