
Welcome aboard to the our video site for sailors. We are being constantly blasted by scammers and pirates, so registration is invite only
contact@sailorsahoy.com with "Invite". No spam, no newsletters. Just a free account
Re-wiring the NMEA2000 network of our lagoon 400 || Sailing SV GOAT ep 101
NMEA 2000 (often written **N2K**) is the standard marine network used to connect instruments on boats—GPS, wind sensors, engine data, autopilot, tank levels, etc.—into one shared system. Think of it like the boat’s internal “internet,” but built for reliability and real-time data. Given you’re sailing and already running systems like Signal K and onboard electronics, this is exactly the backbone tying everything together. --- # 🧭 What NMEA 2000 actually is At its core, NMEA 2000 is: * A **CAN bus network** (same tech used in cars) * Running at **250 kbps** * Using a **backbone + drop cable architecture** * With standardized connectors (usually **Micro-C**) ### Key concepts: * **Backbone (trunk):** Main cable running through the boat * **Drop cables:** Short cables connecting devices to the backbone * **T-connectors:** Where devices plug into the backbone * **Terminators:** Required resistors at each end of the backbone * **Power injection:** 12V power supplied into the network --- # ⚙️ How the network is structured Here’s the mental model: ``` [Terminator]—[T]—[T]—[T]—[T]—[Terminator] | | | GPS Wind MFD ``` * The **horizontal line = backbone** * The **vertical lines = drop cables to devices** --- # 🔌 Components you need ### 1. Backbone cable * Thick cable running the length of your boat ### 2. T-connectors * One per device * Backbone plugs into left/right * Device plugs into the bottom ### 3. Drop cables * Short cables from device → T-connector * Max length: **6 meters** ### 4. Terminators (CRITICAL) * One **male** and one **female** * Must be at **each end of the backbone** ### 5. Power cable * Injects 12V into the network * Typically connected near the middle of the backbone --- # ⚡ Wiring step-by-step ## Step 1 — Build the backbone Start by laying out your T-connectors: ``` [T]—[T]—[T]—[T] ``` Then connect them side-by-side to form a line. --- ## Step 2 — Add terminators At both ends: ``` [Terminator]—[T]—[T]—[T]—[T]—[Terminator] ``` 👉 Without terminators, the network **won’t work properly**. --- ## Step 3 — Add power Insert a power cable into one T: * Red → +12V (fused, usually 3–5A) * Black → Ground ⚠️ Important: * Only **ONE power source** on the network * Do NOT power from multiple devices --- ## Step 4 — Connect devices Each device gets: * A drop cable * Plugged into a T-connector Example: ``` [T] → GPS [T] → Chartplotter [T] → Wind sensor ``` --- ## Step 5 — Turn it on Once powered: * Devices auto-detect each other * Data flows automatically (plug-and-play) --- # 📏 Important rules (people often get wrong) ### 1. Total backbone length * Max: **~100 meters** ### 2. Drop cable length * Max: **6 meters per device** ### 3. Total drop length * Max combined: **78 meters** ### 4. Power * Inject near the center of the backbone * Avoid powering from one extreme end --- # 🧠 How data works (simple view) Devices broadcast messages called **PGNs (Parameter Group Numbers)** Example: * GPS → position * Wind sensor → wind angle/speed * Engine → RPM, temp All devices can “listen” to all data. --- # 🔗 Integrating with your setup (important for you) Since you're already using: * Signal K * Grafana * Onboard systems You’ll likely want: ### 👉 NMEA 2000 → Signal K gateway Examples: * Actisense NGT-1 * Yacht Devices USB Gateway * CANable (DIY option) This lets you: * Log NMEA 2000 data * Visualize it in Grafana * Automate (like your anchor logging system) --- # ⚠️ Common mistakes ❌ Missing terminators ❌ Powering network from multiple points ❌ Using drop cables as backbone ❌ Exceeding cable lengths ❌ Mixing NMEA 0183 directly (needs converter) --- # 🧰 Minimal working setup example If you wanted the simplest network: * 2x Terminators * 3x T-connectors * 1x Power cable * 1x GPS * 1x Chartplotter That’s it—you’ve got a working NMEA 2000 network. --- # 🧭 Practical tip for your boat Given your Bavaria 44 and offshore setup: * Run backbone along **main cable routes (port or starboard side)** * Place T-connectors near: * Helm * Nav station * Engine panel * Keep drops short and clean * Label everything (huge time saver later) ---

