-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (67 loc) · 3.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>uLI – Ultimate LI</h1>
<p>USB interface for XpressNET</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is uLI?</h2>
<blockquote>
<p>Ultimate LI is an opensource and openhardware
implementation of the original <a
href="http://www.lenzusa.com/1newsite1/Li-USB-Ethernet.html">Lenz
Interface</a> developed in <a href="https://kmz-brno.cz/">MRC
Brno I</a> – Model Railway Club Brno I, the Czech Republic.</p>
<p>The project consists of a <a
href="https://github.com/kmzbrnoI/uLI-pcb">PCB layout design</a>
and a <a href="https://github.com/kmzbrnoI/uLI-fw">firmware</a> for
the main MCU. uLI connects to any command station
supporting XpressNET 3.0 or 3.6. On the other side, uLI is
connected directly to the PC via USB cable. After
installation of a <a
href="https://github.com/kmzbrnoI/uLI-fw/tree/master/driver_win">simple
driver</a>, PC sees uLI simply as a serial port. This allows
applications such as <a
href="http://jmri.sourceforge.net/">JMRI</a> to connect to the
railway DCC command station.</p>
<p>uLI is available for free and for everyone. All
materials are in <a href="https://github.com/kmzbrnoI?q=uLI">public
repositories</a> and everyone is welcome to contribute to the
project!</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/uLI-top.jpg" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h3 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h3>
<h3 class="text-center">Small & easy to use</h3>
<p>Ultimate LI fits into 7×5×3 cm case. Just connect your uLI to
the XpressNET and to the PC. That's all.</p>
</div>
<div class="col-sm-4">
<h3 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h3>
<h3 class="text-center">Compatible with common applications</h3>
<p>Every application supporting LI101 of LI101F is also compatible
with uLI. We heavily use uLI with <a
href="http://jmri.sourceforge.net/">JMRI</a> and <a
href="https://hjop.kmz-brno.cz/">hJOP</a> for both normal traffic
and programming.</p>
</div>
<div class="col-sm-4">
<h3 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h3>
<h3 class="text-center">Opensource & openhardware</h3>
<p>All source codes and hardware designs are available in
<a href="https://github.com/kmzbrnoI?q=uLI">public GIT repositories</a>.</p>
</div>
</div>
</div>