This repository provides everything you need to use a LR1110 evaluation kit.
This project needs an applicative companion software to be running on a computer. This section describes the steps to build/install/use it.
To build the host softwares, 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
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
The Wiki will give you all the information about this evaluation kit: