stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
37 stars 7 forks source link

Example request: FreeRTOS+Low Power+LoRaWAN #19

Closed jpmeijers closed 1 year ago

jpmeijers commented 1 year ago

My ideal setup would be an STM32 running FreeRTOS, going into Low Power mode in its idle task, periodically sending LoRa packets from a FreeRTOS task.

Basically I would need to combine these three libraries:

Currently this is not possible. The first hurdle to overcome is issue #9. After that one would need to combine LowPower with FreeRTOS. I also imagine one would need to replace the LoRaWAN internal scheduler with FreeRTOS.

fpistm commented 1 year ago

Hi @jpmeijers

STM32FreeRTOS is provided "as is" and is up to end user to configure and use it. So no example using is planned. About LowPower, #9 already exists to track this.

It is community project, feel free to share examples if you want.