2024-07-09 12:01 AM
Hallo,
I have a board with stm32u5. This board sends mqtt messages to a broker using a cellular modem.
As os, I'm using AZURE RTOS. I'm wondering if it's better to use lwip, netxduo or stm32_cellular as a substratum. Where can I find examples of netxduo with cellular modem?To use netxduo, I have to flag something else apart nx core and mqtt? thank you a lot.
Solved! Go to Solution.
2024-09-02 04:25 AM
Hello @IVent.1,
For using NetX Duo with a cellular modem on an STM32U5 board running Azure RTOS, you can adapt examples from other STM32 series available on GitHub. Refer to the NetX Duo Examples on GitHub. Ensure you configure the cellular modem settings, network interface, memory pool size, stack size, and system time base appropriately. For more details on cellular LTE CatM and NBIoT, visit the Introduction to Cellular LTE CatM / NBIoT.
Where can I find examples of netxduo with cellular modem?
-download the X-cube-Cellular firmware package X-CUBE-CELLULAR - Cellular software expansion for STM32Cube - STMicroelectronics
the answer to your question what to use Azure way FreeRtos and Lwip way will depend on your understanding of booth solutions and your preferences, but we cannot say that one solution is better than the other and should be used this is a choice you need to make after evaluating booth solutions and insuring you have all the necessary documentation and resources to begin your development.
Regards
2024-09-02 04:25 AM
Hello @IVent.1,
For using NetX Duo with a cellular modem on an STM32U5 board running Azure RTOS, you can adapt examples from other STM32 series available on GitHub. Refer to the NetX Duo Examples on GitHub. Ensure you configure the cellular modem settings, network interface, memory pool size, stack size, and system time base appropriately. For more details on cellular LTE CatM and NBIoT, visit the Introduction to Cellular LTE CatM / NBIoT.
Where can I find examples of netxduo with cellular modem?
-download the X-cube-Cellular firmware package X-CUBE-CELLULAR - Cellular software expansion for STM32Cube - STMicroelectronics
the answer to your question what to use Azure way FreeRtos and Lwip way will depend on your understanding of booth solutions and your preferences, but we cannot say that one solution is better than the other and should be used this is a choice you need to make after evaluating booth solutions and insuring you have all the necessary documentation and resources to begin your development.
Regards