Files
2026-06-17 14:00:51 +02:00

76 lines
2.9 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>JMRI Hardware Support - Bluetooth LocoBridge Adapter</title>
<meta name="author" content="Bob Jacobsen">
<meta name="keywords" content=
"Digitrax LocoNet Bluetooth LocoBridge java model railroad JMRI install windows">
<!--#include virtual="/help/en/parts/Style.shtml" -->
</head>
<body>
<!--#include virtual="/help/en/parts/Header.shtml" -->
<div id="mBody">
<!--#include virtual="Sidebar.shtml" -->
<div id="mainContent">
<h1>Hardware Support: Connecting through a Bluetooth LocoBridge Adapter</h1>
<img src="images/Bt_lnbridge_rensad2.png" alt=
"LocoBridge Adapter picture" class="floatRight"> The <a href=
"http://www.mollehem.se/index.php/electronics/smartphoninterface-detail">LocoBridge</a>
allows you to connect remotely through Bluetooth to the adapter, which then connects to a
LocoNet to control your layout.
<p>For more information on the LocoBridge itself, please see <a href=
"http://www.mollehem.se/index.php/electronics/smartphoninterface-detail">its page</a>.</p>
<h2>Setup</h2>
<span class="since">since 4.1</span>
<p>On Intel Mac and Windows systems, all necessary software comes with the JMRI
download.</p>
<p>Note that this connection is not directly supported on Apple Silicon Macs, e.g.
the M1, M2, M3 etc. To use a LocoBridge on one of those Macs, please
<a href="/java/index.shtml">install an Intel-architecture version of Java</a>
so that Rosetta 2 can do the translation for you.</p>
<p>On Linux and other systems, you need to have <code>libbluetooth</code> installed.
Depending on which Linux distribution you are using, you might have to use commands like<br>
<code>sudo apt-get install libbluetooth</code><br>
or<br>
<code>sudo apt-get install libbluetooth-dev</code></p>
<p>For more information,
please see <a href="http://bluecove.org/bluecove-gpl/">this page</a>, which describes the
requirements to use the Blue Cove library that JMRI uses to access Bluetooth.</p>
<h2>Configuration</h2>
<p>To set up a JMRI application to use the LocoBridge:</p>
<ol>
<li>Start JMRI</li>
<li>Open the Preferences window from the Edit menu and configure the Connection as:
<ul>
<li>Select System manufacturer as: Digitrax</li>
<li>Select the System connection as: BT LocoBridge</li>
<li>Select your LocoBridge as: the Bluetooth adapter</li>
<li>Select your Command Station type</li>
</ul>
</li>
<li>Click "Save" at the bottom of the Preferences window, quit JMRI and restart.</li>
</ol>
<!--#include virtual="/help/en/parts/Footer.shtml" -->
</div>
<!-- closes #mainContent-->
</div>
<!-- closes #mBody-->
<script src="/js/help.js"></script>
</body>
</html>