/itsdk-example-rak2270

Skeleton project for RAK2270 with itsdk

Primary LanguageC

RAK 2270 sticker tracker (RAK3172 SiP/STM32WLE5) ItSdk project template

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.

Dependencies

Installation

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

Getting started

  • 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

Setup