on 2025-08-25 4:14 AM
This article explains how to set up Sigfox connectivity on the STM32WL3x microcontroller. Sigfox is a low-power wide-area network (LPWAN) technology designed for IoT applications requiring long-range and low-energy communication. By following this step by step process, you build and flash the Sigfox CLI application. Afterwards, generate and program your Sigfox credentials into the device, and verify that the device is ready to communicate on the Sigfox network. This setup enables secure and reliable Sigfox communication for IoT projects.
SIGFOX_FLASHER "SFX_ID;SFX_PAC;SFX_KEY;rcz;freqOffset;rssiOffset;lbtOffset" -e encryptionMode -f outputFileName
Example:SIGFOX_FLASHER "01234567;0123456789012345;01234567890123456789012345678901;1;0;0;0" -e none -f myCredentials.bin