LoRaWAN / Riot-OS Setup: Difference between revisions
(→Step 2) |
|||
| Line 26: | Line 26: | ||
=== Step 2 === | === Step 2 === | ||
Install the toolchain | |||
Goto https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm and download | |||
gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 | |||
* War and Peace | * War and Peace | ||
Revision as of 10:06, 16 October 2019
Summary
Setting up a LoRaWAN application with Riot-OS on a STM32 LoRa and Sigfox Discovery Kit
Requirements
- Operating system: Ubuntu 18.04 bionic amd64
- Packages: git
Description
Step 1
Install the following packages
sudo apt-get update
sudo apt-get install git
openocd
gcc-multilib
build-essential
python-serial
libudev-dev
Step 2
Install the toolchain
Goto https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm and download
gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2
- War and Peace
- Lord of the Rings
- The Baroque Cy
Used Hardware
STM32 LoRa and Sigfox Discovery kit Maybe another device to be used with this documentation
Courses
- A course where this documentation was used (2017, 2018)
- Another one (2018)