Difference between revisions of "LoRaWAN / Riot-OS Setup"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 13: Line 13:
=== Step 1 ===
=== Step 1 ===


Enter these commands in the shell
Install the following packages


  echo foo
 
  echo bar
  sudo apt-get update
  sudo apt-get install git
                      openocd
                      gcc-multilib
                      build-essential
                      python-serial
                      libudev-dev


=== Step 2 ===
=== Step 2 ===
Line 24: Line 30:
* War and Peace
* War and Peace
* Lord of the Rings
* Lord of the Rings
* The Baroque Cycle
* The Baroque Cy


== Used Hardware ==
== Used Hardware ==

Revision as of 10:03, 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

Make sure to read

  • 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

References