Releases: disk91/stm32-s2lp-sigfox
Send an Sigfox native encrypted frame with stm32 & S2LP
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
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
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
Initial commmit - blink a led