Skip to content

Releases: disk91/stm32-s2lp-sigfox

Send an Sigfox native encrypted frame with stm32 & S2LP

20 Dec 21:25
3feaae9
Compare
Choose a tag to compare

This is an example on how to send a native Sigfox encrypted frame with STM32 & S2LP.

See it_sdk/sigfox/sigfox.h to see the list of possible operations (basically any related to Sigfox)
Working and tested on RCZ1
Actually RCZ2 have infinite looping during transmission.

Dependencies:
IT_SDK Version 1.2
STM32 FW version is 1.11.0

Send an encrypted Sigfox frame with stm32 & S2LP

18 Dec 21:51
56a29fa
Compare
Choose a tag to compare

This is an example on how to send an encrypted frame with STM32 & S2LP with Sigfox using a custom EAS128 + SPECK32 encryption.

See it_sdk/sigfox/sigfox.h to see the list of possible operations (basically any related to Sigfox)
Working and tested on RCZ1
Actually RCZ2 have infinite looping during transmission.

Dependencies:
IT_SDK Version 1.1
STM32 FW version is 1.11.0

Send a Sigfox frame with stm32 & S2LP

02 Dec 12:56
cfbc1db
Compare
Choose a tag to compare

This is an exemple on how to send a frame with STM32 & S2LP with Sigfox.
See it_sdk/sigfox/sigfox.h to see the list of possible operations (basically any related to Sigfox)
Working and tested on RCZ1
Actually RCZ2 have infinite looping during transmission.

Dependencies:
IT_SDK Version 1.1
STM32 FW version is 1.11.0

STEP1 - Just a led blinking

03 Nov 09:34
Compare
Choose a tag to compare
Initial commmit - blink a led