Vom Fachmann für dein Motorrad
Beeline Moto II Silver Edition Motorrad Navigationssystem schwarz #1
229,00€
Nur noch 3 vorrätig
- Hersteller: Beeline
- Artikelnummer: BLD3.0_SVR
- Produktart: Motorrad Navigationssystem
- Farbe: Silber (Silver Edition)
- Display: Rundes, kontraststarkes Display mit Hintergrundbeleuchtung
- Konnektivität: Bluetooth zur Verbindung mit Smartphone (iOS/Android)
- Befestigung: Lenkerhalterung im Lieferumfang enthalten
- Akkulaufzeit: Bis zu ca. 30 Stunden (laut Hersteller)
- Wasserdichtigkeit: IP67-zertifiziert
- Bedienung: Einfache Steuerung über ein zentrales Bedienelement
Das Beeline Moto II Silver Edition ist ein kompaktes Navigationssystem speziell für Motorräder. Es bietet eine intuitive Navigation und ist für den Einsatz bei unterschiedlichsten Wetterbedingungen konzipiert.
Vorteile auf einen Blick
Das Navigationssystem überzeugt durch seine einfache Handhabung und robuste Bauweise.
- Klares, gut ablesbares Display – auch bei direkter Sonneneinstrahlung
- Lange Akkulaufzeit für ausgedehnte Touren
- Einfache Montage an nahezu jedem Motorradlenker
- Wetterfest nach IP67-Standard – geeignet für jede Witterung
- Kompakte Bauform ohne störende Kabel oder große Halterungen
Technische Daten
Zentrale technische Merkmale im Überblick:
- Kreisförmiges Display mit LED-Hintergrundbeleuchtung und klarer Richtungsanzeige
- Konnektivität via Bluetooth zu iOS- und Android-Smartphones (Beeline App erforderlich)
- Akkulaufzeit bis zu ca. 30 Stunden je nach Nutzung und Einstellungen (laut Hersteller)
- Ladung per USB-C-Anschluss möglich, Ladezeit ca. 1–2 Stunden (je nach Netzteil)
- Befestigungssystem kompatibel mit verschiedenen Lenkerdurchmessern (Standardhalterung enthalten)
- Schutzklasse IP67 – staub- und wasserdicht für den Outdoor-Einsatz geeignet
Einsatzbereiche
Das Beeline Moto II Silver Edition eignet sich besonders für Motorradfahrende, die eine unkomplizierte Navigation auf Straßen- und Abenteuertouren suchen. Es ist ideal für den Freizeitbereich, Pendelnde sowie Touring-Enthusiast*innen und kann sowohl auf klassischen Motorrädern als auch auf Rollern eingesetzt werden.
Lieferumfang
- Navigationsgerät Beeline Moto II Silver Edition
- Lenkerhalterung (Universalhalterung)
- Ladekabel USB-C auf USB-A
- Schnellstartanleitung / Dokumentation (je nach Ausführung mehrsprachig)
- Befestigungsmaterialien zur Montage am Lenker (Gummieinsätze, Schrauben etc.)
- Hinweis: Je nach Ausführung oder Set können weitere Zubehörteile enthalten sein.
FAQ
Ist das Gerät mit allen Motorrädern kompatibel?
Die beiliegende Universalhalterung passt an die meisten gängigen Motorradlenker; bei Sonderformen kann ggf. Zubehör erforderlich sein.
Muss das Smartphone während der Fahrt verbunden bleiben?
Ja, das Navigationssystem erhält die Routenführung über die Beeline App vom gekoppelten Smartphone.
ISt das Gerät wasserdicht?
Laut Herstellerangabe ist das Gerät nach IP67 gegen Staub und zeitweiliges Untertauchen geschützt.
Lässt sich das Display auch mit Handschuhen bedienen?
Die Bedienung erfolgt über ein zentrales Bedienelement, das auch mit Handschuhen nutzbar ist.
Bietet das System Sprachnavigation?
Das Gerät selbst gibt keine Sprachanweisungen aus; Hinweise erfolgen visuell über das Display.
Alle Angaben ohne Gewähr.
Deichstraße 120 - 122
27318 Hoya
Niedersachsen Deutschland
info@hartje.de
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Beeline Moto II Spiegelhalterung für Roller / Scooter
Hersteller: Beeline Artikelnummer: MNT3.0_MIRRORXBAR Produktart: Spiegelhalterung Farbe: Schwarz (je nach Ausführung) Material: Aluminium (laut Herstellerangabe)…
34,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Beeline Moto II Gunmetal Grey Edition Motorrad Navigationssystem
Hersteller: Beeline Artikelnummer: BLD3.0_GMG Produktart: Motorrad Navigationssystem Farbe: Gunmetal Grey Display: 1,28 Zoll LCD, transreflektiv,…
229,00€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Beeline Moto II Halteplatte mit Stromversorgung
Hersteller: Beeline Artikelnummer: MNT3.0_PWR Produktart: Halteplatte mit Stromversorgung Farbe: Schwarz Material: Kunststoff/Metall (laut Herstellerangabe) Kompatibilität:…
54,99€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Beeline Moto II AMPS Halterung
Hersteller: Beeline Artikelnummer: MNT3.0_AMPS Produktart: AMPS-Halterung für Navigationsgeräte Farbe: Schwarz Material: Aluminium (laut Herstellerangabe) Befestigungssystem:…
22,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

Beeline Moto II Spiegelhalterung für Roller / Scooter
Hersteller: Beeline Artikelnummer: MNT3.0_MIRRORXBAR Produktart: Spiegelhalterung Farbe: Schwarz (je nach Ausführung) Material: Aluminium (laut Herstellerangabe)...
34,90€

Beeline Moto II Gunmetal Grey Edition Motorrad Navigationssystem
Hersteller: Beeline Artikelnummer: BLD3.0_GMG Produktart: Motorrad Navigationssystem Farbe: Gunmetal Grey Display: 1,28 Zoll LCD, transreflektiv,...
229,00€

Beeline Moto II Halteplatte mit Stromversorgung
Hersteller: Beeline Artikelnummer: MNT3.0_PWR Produktart: Halteplatte mit Stromversorgung Farbe: Schwarz Material: Kunststoff/Metall (laut Herstellerangabe) Kompatibilität:...
54,99€

Beeline Moto II AMPS Halterung
Hersteller: Beeline Artikelnummer: MNT3.0_AMPS Produktart: AMPS-Halterung für Navigationsgeräte Farbe: Schwarz Material: Aluminium (laut Herstellerangabe) Befestigungssystem:...
22,90€




