cancel
Showing results for 
Search instead for 
Did you mean: 

Sigfox and LoRa AT commands for STM32WL5MOC

ChristopheG
Associate II

The STM32WL5MOC component is both LoRaWAN and Sigfox verified. I need to be able to use both types of connections. AT commands for LoRaWAN are readily available. Is there a guide of AT commands for Sigfox and an AT command to switch between modes? Thanks.

1 REPLY 1
Issamos
Lead II

Hello @ChristopheG 

  • For the Sigfox, you should refer to the AN5480 specially the chapter 12 for AT Commands.
  • For the Switch between LoRaWAN and Sigfox on the same application, this is possible as you can see here. But there is not a ready to use AT Command that can do the context switch. You can just implement your own AT Command that do the switch (similar to what is done using the push button on the attached YouTube video).

Best Regards.

II