Skip to main content
Associate
November 14, 2025
Solved

Sigfox and LoRa AT commands for STM32WL5MOC

  • November 14, 2025
  • 1 reply
  • 158 views

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.

Best answer by Issamos

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

1 reply

Issamos
IssamosBest answer
Lead III
November 14, 2025

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