Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example request: FreeRTOS+Low Power+LoRaWAN #19

Closed
jpmeijers opened this issue Apr 25, 2023 · 1 comment
Closed

Example request: FreeRTOS+Low Power+LoRaWAN #19

jpmeijers opened this issue Apr 25, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@jpmeijers
Copy link

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
Copy link
Member

fpistm commented Apr 27, 2023

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.

@fpistm fpistm added the wontfix This will not be worked on label Apr 27, 2023
@fpistm fpistm closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants