cancel
Showing results for 
Search instead for 
Did you mean: 

Sigfox communication through arduino IDE with STM32WL55

JOliv.10
Associate

I would like to create a script by arduino IDE that allows me to communicate in Sigfox. I own an STM32WL55. I haven't found any library on the internet that allows me to do this communication. Is there any documentation explaining how to program this communication through arduino IDE or any library?

1 REPLY 1
Imen.D
ST Employee

Hello @JOliv.10​ and welcome to the STM32 Community 🙂

Sigfox isn't yet supported for the STMDuino library for the STM32WL.

You can use the RadioLib library RadioLib: Universal wireless communication library for embedded devices and get inspired from this example Modifying library for the WSSFM10 Sigfox module for compatibility with STM32L476RG.

You have also a choice to build a Sigfox application with STM32CubeWL MCU Package, when you will find several ready-to-use applications:

STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC1\Applications\Sigfox\

You can refer to this document for more details: How to build a Sigfox™ application with STM32CubeWL - Application note.

When your question is answered, please close this topic by choosing Select as Best.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen