This is a project template for Sigfox & LoRaWan communications on RAK3172 SiP based on STM32WLE5 chip. This template is based on Disk91 IoT SDK repository. The hardware configuration comes from CubeMX, project ioc file can be modified and source can be regenerated.
- This template requires ST CubeIDE the ST-Microelectronic free IDE based on Eclipse + GCC
- This template has been tested on RAK2770 Sticker Tracker
Get project and associated submodules
git clone --recurse-submodules git@github.com:disk91/itsdk-example-sigfox-seeedE5.git
In case you cloned w/o load submodules
git submodule update --init --recursive
- This example is based on Disk91 IoT SDK wher you can find the documentation and more examples.
- The main program is in project_main.c
- The SDK is based on configuration file for most of it's behavior, starting with it_sdk/config.h
- Interaction with device is made on serial console on LPUART, see console documentation
- The console admin password is changeme, you can get the console command with commad ? followed by [Enter] key