GithubHelp home page GithubHelp logo

isabella232 / lr1110_evk_demo_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lora-net/lr1110_evk_demo_app

0.0 0.0 0.0 133.44 MB

Demonstration application for LR1110 evaluation kit - compatible with transceiver and LoRa Basics Modem-E

C 92.65% C++ 4.83% Assembly 0.16% Makefile 0.07% HTML 0.66% Python 1.62% Shell 0.01%

lr1110_evk_demo_app's Introduction

LR1110 evaluation kit - demonstration application

Introduction

This repository proposes a demonstration application running on a LR1110 evaluation kit.

Additional assets can be found in the Wiki (software packages, command tool, etc.).

Applicative Host

When using a LR1110 transceiver, an applicative companion software running on a computer shall be used.

This section describes the steps to build/install/use it.

Build & Install

To build the host software, proceed as follow:

$ cd $TOP_DIR/host
$ python ./setup.py sdist # Build the source distribution archive
$ python -m pip install dist/<BUILT_SOURCE_DIST>.tar.gz # Install the previously built source distribution

Usage

For the demo mode, the applicative companion software is Lr1110Demo that is called as follow:

$ Lr1110Demo <INITIAL_SOLVER_SEARCH_COORDINATE> <EXACT_COORDINATES> -p <HTTP_PORT> -b 921600 -r <ID_SAMPLE> <AUTHENTICATION_TOKEN>

In case of need, a short help page is available:

$ Lr1110Demo --help

AlmanacUpdate Usage

The AlmanacUpdate command line program is to be used to execute a full almanac update operation of the LR1110 (both transceiver and modem).

It can use almanac coming either from a DAS server or from a GLS server (default is DAS server).

To use it, execute the following in a command line:

$ AlmanacUpdate -h
# Display the help message with all possible flags

$ AlmanacUpdate -d <EVK_COM_PORT> <DAS_TOKEN>
# Update the almanac of an evaluation kit connected on <EVK_COM_PORT> using DAS server

$ AlmanacUpdate -g -d <EVK_COM_PORT> <GLS_TOKEN>
# Update the almanac of an evaluation kit connected on <EVK_COM_PORT> using GLS server

A correct execution of the almanac update operation is determined by the trace being terminated with message Check terminated.

Note: this command can also be used to update the almanacs of a LoRa Basics Modem-E.

lr1110_evk_demo_app's People

Contributors

matthieuantoine avatar mverdy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.