Skip to content

Commit e0f8ebf

Browse files
author
Matthieu Antoine
committed
Release v1.2.0
1 parent 856e662 commit e0f8ebf

File tree

726 files changed

+605215
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

726 files changed

+605215
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44

55
This repository provides everything you need to use a LR1110 evaluation kit.
66

7+
## Applicative Host
8+
9+
This project needs an applicative companion software to be running on a computer.
10+
This section describes the steps to build/install/use it.
11+
12+
### Build & Install
13+
14+
To build the host softwares, proceed as follow:
15+
16+
```bash
17+
$ cd $TOP_DIR/host
18+
$ python ./setup.py sdist # Build the source distribution archive
19+
$ python -m pip install dist/<BUILT_SOURCE_DIST>.tar.gz # Install the previously built source distribution
20+
```
21+
22+
### Usage
23+
24+
For the demo mode, the applicative companion software is `Lr1110Demo` that is called as follow:
25+
26+
```bash
27+
$ Lr1110Demo <INITIAL_SOLVER_SEARCH_COORDINATE> <EXACT_COORDINATES> -p <HTTP_PORT> -b 921600 -r <ID_SAMPLE> <AUTHENTICATION_TOKEN>
28+
```
29+
30+
In case of need, a short help page is available:
31+
32+
```bash
33+
$ Lr1110Demo --help
34+
```
35+
736
## Wiki
837

938
The Wiki will give you all the information about this evaluation kit:

0 commit comments

Comments
 (0)