cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL5MOC LoRaWAN_AT_Slave

JDave.4
Associate III

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.

4 REPLIES 4
JDave.4
Associate III

Any suggestion?

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

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.

JDave.4
Associate III

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? 

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

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.