LoRa tutorial — screenshot of os.mbed.com

LoRa tutorial

This tutorial details how to build a private LoRaWAN network from scratch. It outlines the required components and steps to send data from an Arm Mbed end node to the cloud.

Visit os.mbed.com →

Questions & Answers

What is the purpose of this Mbed OS LoRa tutorial?
This tutorial provides instructions for building a private LoRaWAN network. It details the required components and guides users through sending data from an Arm Mbed end node to a cloud service.
Who is the target audience for the private LoRa network tutorial?
This tutorial is intended for developers and engineers who want to implement a custom LoRaWAN solution. It is particularly relevant for those working with Arm Mbed OS devices for IoT applications.
How does building a private LoRa network compare to using public LoRa networks?
Building a private LoRa network, as described in the tutorial, allows users to operate their network in the open spectrum with full control over the infrastructure. This contrasts with public LoRa networks, which are managed by telecom operators.
In what scenarios would someone build their own LoRaWAN network using this guide?
This guide is useful for scenarios requiring a low-power, wide-area network for IoT applications, especially when control over network infrastructure is crucial or existing public networks do not meet specific project requirements.
What are the fundamental components of a LoRaWAN network explained in this tutorial?
The tutorial outlines that a typical LoRaWAN network comprises four main components: end nodes (devices), gateways, a network server, and an application server. It focuses on connecting an Arm Mbed end node within this structure.