Skip to main content
JDave.4
Associate III
September 2, 2025
Question

STM32WL5MOC LoRaWAN_AT_Slave

  • September 2, 2025
  • 2 replies
  • 624 views

Hello,

I would like to use STM32WL5MOC module with AT Slave interface. In STM32WL package:

* Which FW is recommended for STM32WL5MOC module: Single core(
LoRaWAN_AT_Slave) or dual core(LoRaWAN_AT_Slave_DualCore)?

* I couldn't find any examples for master/host MCU. Is there any example demonstrating how to configure the device using AT commands for any STM32 MCU as host?  

Thanks.

2 replies

JDave.4
JDave.4Author
Associate III
September 20, 2025

Any suggestion?

STTwo-32
Technical Moderator
September 26, 2025

Hello @JDave.4 

For your implementation, i suggest you have a look at the LoRaWAN_AT_Slave example. it is made to be used with a host communicating throw UART. The host can be a PC or a Programmed MCU.

Best Regards.

STTwo-32

JDave.4
JDave.4Author
Associate III
September 30, 2025

Hello,

I will use that example but it is only for module FW. What about host MCU example? Which AT commands must be used by host in which sequence? 

STTwo-32
Technical Moderator
October 1, 2025

There is not a host MCU example developed. What you should do is developing the FW of the Host using the AT commands (available on the chapter 14 of the AN5406). For the sequence, you may follow the same sequence of commands as on theLoRaWAN_End_Node.

Best Regards.

STTwo-32