Merge library SubGHz and LoRaWAN on stm32wl5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 6:41 AM
Hello,
I have a question regarding having both library (from the example files) SubGHz and LoRaWAN on the same microcontroller STM32WL5MOC at the same time and my idea is to use a switch to choose which on i would like to use depending in the case of use.
Solved! Go to Solution.
- Labels:
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 7:20 AM
Do you mean that you want to have an application that include both LoRaWAN and SUBGHZ. Then on your application you can switch between a P2P application using SUBGHZ and LoRaWAN application based on the LoRaWAN. This is possible but not throw CubeMX since it does not allow that. But you can do it on your own (a project not based on CubeMX as on this video for both SIGFOX and LoRaWAN).
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 6:54 AM - edited ‎2024-10-10 6:55 AM
Are you looking to be able to switch "on-the-fly" as the code is running - effectively having both "live" simultaneously - or do you just want to select one or the other at startup?
Maybe this thread helps:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 6:58 AM - edited ‎2024-10-10 7:06 AM
The idea is to choose one or the other using the switch at the start up. Is it Possible this way? or can it be change on the fly too ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 7:09 AM
The linked thread is about doing both "simultaneously"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 7:13 AM
Thank you for your help. I will have a look at it.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 7:20 AM
Do you mean that you want to have an application that include both LoRaWAN and SUBGHZ. Then on your application you can switch between a P2P application using SUBGHZ and LoRaWAN application based on the LoRaWAN. This is possible but not throw CubeMX since it does not allow that. But you can do it on your own (a project not based on CubeMX as on this video for both SIGFOX and LoRaWAN).
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.
