2024-10-10 06: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.
2024-10-10 06:54 AM - edited 2024-10-10 06: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:
2024-10-10 06:58 AM - edited 2024-10-10 07: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 ?
2024-10-10 07:09 AM
The linked thread is about doing both "simultaneously"
2024-10-10 07:13 AM
Thank you for your help. I will have a look at it.
Best regards,
2024-10-10 07: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.