Formatted HTML
This commit is contained in:
parent
10e8f6a7de
commit
f1a8bd6721
12 changed files with 2162 additions and 1989 deletions
|
@ -1,35 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
|
||||
<title>
|
||||
Einführung EUCs
|
||||
</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css">
|
||||
<title>Einführung EUCs</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css" />
|
||||
</head>
|
||||
<!-- Tipp: Klappen sie die übergeordneten kapitel und divs zu, auto textwrap sollte an sein -->
|
||||
<body>
|
||||
|
@ -66,19 +63,21 @@
|
|||
<img src="img/cover.jpg" />
|
||||
</header>
|
||||
|
||||
<!--light-mode--><script>
|
||||
<!--light-mode-->
|
||||
<script>
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("light-mode");
|
||||
var element = document.body
|
||||
element.classList.toggle("light-mode")
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü--><script>
|
||||
<!--menü-->
|
||||
<script>
|
||||
function menü() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="hidden";
|
||||
document.getElementById("navbar").style.visibility="visible";
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "hidden"
|
||||
document.getElementById("navbar").style.visibility = "visible"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -138,16 +137,19 @@
|
|||
</script>
|
||||
-->
|
||||
|
||||
<!--closeit--><script>
|
||||
<!--closeit-->
|
||||
<script>
|
||||
function closeit() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="visible";
|
||||
document.getElementById("navbar").style.visibility="hidden";
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "visible"
|
||||
document.getElementById("navbar").style.visibility = "hidden"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--Intro--><article><div class="row">
|
||||
<!--Intro-->
|
||||
<article>
|
||||
<div class="row">
|
||||
<h2>Bevor Sie lesen:</h2>
|
||||
<p>Hier sind ein paar Dinge, bevor Sie anfangen zu lesen.</p>
|
||||
|
||||
|
@ -160,23 +162,29 @@
|
|||
<p>Zu guter Letzt, um Bilder auf dem PC zu vergrößern, bewegen Sie einfach Ihre Maus darüber. Halten Sie die Maus in der Mitte, um das Zoomen zu vermeiden.</p>
|
||||
</div>
|
||||
|
||||
<!--was sind eucs--><div class="row">
|
||||
<!--was sind eucs-->
|
||||
<div class="row">
|
||||
<h2>Was sind EUCs</h2>
|
||||
|
||||
<div class="righties"><img src="img/what is euc.jpg" /></div>
|
||||
<img class="lefties" src="img/KidsKS16X.jpg">
|
||||
<img class="lefties" src="img/KidsKS16X.jpg" />
|
||||
<p>EUC steht für <b>E</b>lectric<b>U</b>ni<b>C</b>ycle, zu Deutsch elektrisches Einrad. Im einfachsten Sinne ist es ein Akku betriebener Motor von einem Reifen ummantelt, der mit Neigungssensoren aufrecht gehalten wird. Das Prinzip ist ähnlich zu einem Segway oder Hoverboard, aber mehr dazu im Teil <a href="#funktion">Funktionsweise</a>. Man steht nach vorne gerichtet auf 2 Pedalen die seitlich am Gerät sind, mit dem Reifen zwischen den Beinen. Zum Beschleunigen nach vorne lehnen, zum Bremsen nach hinten. Lenken ist ähnlich zum normalen Einrad oder auch Fahrrad.</p>
|
||||
</div>
|
||||
|
||||
<!--warum?--><div class="row">
|
||||
<!--warum?-->
|
||||
<div class="row">
|
||||
<h2 id="why">Warum Einrad fahren?</h2>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/whyS22.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/whyS22.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/SkippinTrafficDanceWW.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/SkippinTrafficDanceWW.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Viele Fragen einen, warum man denn nicht einfach E-Bike oder Kick Scooter fährt. Nun es gibt mehrere Gründe:</p>
|
||||
|
||||
|
@ -195,7 +203,8 @@
|
|||
<p>Aber nicht nur zum Reisen ist das sehr <b>praktisch</b>, sondern auch <b>im Alltag</b>. Beim Einkaufen kann man es einfach mit sich führen, statt es Draußen anketten zu müssen. Man braucht keinen Fahrradstellplatz oder muss sich sorgen machen, das es gestohlen wird. Aber vor allem die kleineren Geräte haben noch einen weiten Vorteil: sie passen in ein Auto, auch in Mengen. Wenn man nun einen Trip an einen schönen Ort machen will, um dort mit dem Einrad zu fahren, kann man sie einfach in den Kofferraum packen, oder gar zwischen die Füße. Mit E-bikes oder Scootern wäre das undenkbar. Auch kann man sich von überall abholen lassen, oder irgendwo hingebracht werden und selbst zurückkommen. Vor allem für Schüler oder Leute, die kein Auto wollen/haben, ist das ein Segen.</p>
|
||||
</div>
|
||||
|
||||
<!--funktion--><div class="row">
|
||||
<!--funktion-->
|
||||
<div class="row">
|
||||
<h2 id="funktion">Technische Funktionsweise</h2>
|
||||
|
||||
<div class="righties"><img src="img/Funktionsblld.webp" /></div>
|
||||
|
@ -207,7 +216,9 @@
|
|||
|
||||
<p>Zu wenige <b id="parallelen">Parallelen</b> in einem Akkupack sorgen für eine unsichere Stromversorgung des Motors, da bei hoher Beanspruchung es zum Spannungsabfall (Voltage sag) kommt. Das heißt, dass der Akku kurzzeitig nicht mehr so viel Leistung geben kann, was bei einem selbstbalancierendem Gerät sehr gefährlich ist. Deswegen haben die meisten Geräte 4 oder mehr Parallelen. Außerdem haben die meisten Geräte 2 separate Akkusysteme, sodass wenn eins ausfällt der Fahrer immer noch sicher anhalten kann. Die Hohe Spannung ist notwendig, um die hohen Geschwindigkeiten zu ermöglichen. Auf umso mehr Spannung der Motor läuft, umso weniger Ampere braucht der Motor um dieselbe Leistung zu erreichen. Hohe Ampere brauchen ein robusteres Motherboard, dickere Kabel und verursachen mehr Wärme.</p>
|
||||
|
||||
<p>Alle Akkupacks haben ein <b><a href="#BMS">BMS</a></b> (Battery Managment System), welches je nach Ausstattung und Qualität für die Sicherheit der Zellen sorgt. Werden Akkuzellen zu stark belastet, zu stark entladen oder geladen, können sie im besten Fall an Kapazität verlieren, und im schlimmsten Fall in Flammen aufgehen. Ein gutes <a href="#BMS">BMS</a> ist also essenziell für die Sicherheit des Gerätes und des Fahrers. Mehr dazu im Teil <a href="#akkuss">Akkusicherheit</a>.</p>
|
||||
<p>
|
||||
Alle Akkupacks haben ein <b><a href="#BMS">BMS</a></b> (Battery Managment System), welches je nach Ausstattung und Qualität für die Sicherheit der Zellen sorgt. Werden Akkuzellen zu stark belastet, zu stark entladen oder geladen, können sie im besten Fall an Kapazität verlieren, und im schlimmsten Fall in Flammen aufgehen. Ein gutes <a href="#BMS">BMS</a> ist also essenziell für die Sicherheit des Gerätes und des Fahrers. Mehr dazu im Teil <a href="#akkuss">Akkusicherheit</a>.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/MoBo.jpg" /></div>
|
||||
<div class="lefties"><img src="img/realMoBo1.PNG" /></div>
|
||||
|
@ -229,20 +240,30 @@
|
|||
<p>Das Zusammenspiel aus diesen Komponenten ergibt ein extrem leistungsstarkes kleines schnelles Gerät, welches von 0 auf 50kmh in 3 Sekunden beschleunigt und bis zu 90kmh erreichen kann, 50° steile Wände hochfährt und trotzdem untern Tisch passt.</p>
|
||||
</div>
|
||||
|
||||
<!--begriffe--><div class="row">
|
||||
<!--begriffe-->
|
||||
<div class="row">
|
||||
<h3 id="begriffe">Begriffs- und Spezifikations Erklärungen</h3>
|
||||
<div class="col-6"><style>p {text-align: left;}</style>
|
||||
<div class="col-6">
|
||||
<style>
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
<p><b id="tiltback">Tilt-back</b>: Die Pedale des Geräts neigen sich nach hinten, um den Fahrer abzubremsen. Wird bei niedrigem Akku stand oder zu hoher Beanspruchung benutzt, um die Elektronik zu schützen.</p>
|
||||
|
||||
<p><b>Pedal Dip</b>: Die pedale geben nach, das Gerät kann die gefragte Leistung nicht aufrechterhalten und die Pedale neigen sich schlagartig nach vorne (Oder nach hinten beim starken Bremsen). In den meisten Fällen kommen die Pedale aber sofort wieder hoch, sodass die Fahrt ungestört weiter gehen kann.</p>
|
||||
|
||||
<p><b>Pedal-angle</b>: Winkel in dem die Pedale zum Gerät stehen, von vorne gesehen. Ein steilerer Winkel sorgt für mehr Halt in Kurven, kann aber auch unangenehm werden für längere Fahrten.</p>
|
||||
|
||||
<p class="imghover"><b id="spiked-pedals">Spiked-pedals</b>: Spitzen auf den Pedalen, die Schuhen mehr Halt geben. Ähnlich zu Mountainbike Pedalen, sind es meist einschraubbare spitze Metallstifte, die sich etwas in den Schuh bohren, um versehentliches abrutschen zu vermeiden. Wird heute statt Schleifpapier genommen, da es auch bei Nässe und Schlamm guten halt bietet. <a href="https://youtu.be/aWU9lZAfKXM">Beispiel</a>
|
||||
<div class="hidden"><img src="img/SpikedPedals.jpeg"></div></p>
|
||||
<div class="imghover">
|
||||
<b id="spiked-pedals">Spiked-pedals</b>: Spitzen auf den Pedalen, die Schuhen mehr Halt geben. Ähnlich zu Mountainbike Pedalen, sind es meist einschraubbare spitze Metallstifte, die sich etwas in den Schuh bohren, um versehentliches abrutschen zu vermeiden. Wird heute statt Schleifpapier genommen, da es auch bei Nässe und Schlamm guten halt bietet. <a href="https://youtu.be/aWU9lZAfKXM">Beispiel</a>
|
||||
<div class="hidden"><img src="img/SpikedPedals.jpeg" /></div>
|
||||
</div>
|
||||
|
||||
<p class="imghover"><b id="pads">Pads</b>: aus Plastik oder Schaumstoff bestehende Teile die seitlich am Gerät montiert werden, meist gedruckt aus TPU und PLA und befestigt mit großflächigem starkem Klettband. Sie sind zur besseren Kontrolle des Gerätes, vor allem für schwere und schnelle Einräder wichtig. Sie werden in 2 Typen aufgeteilt, wobei viele beides zusammen kombinieren. <a href="https://youtu.be/mI8IDQhXSi8">Beispiel</a>
|
||||
<div class="hidden"><img src="img/Pads.jpg"></div></p>
|
||||
<div class="imghover">
|
||||
<b id="pads">Pads</b>: aus Plastik oder Schaumstoff bestehende Teile die seitlich am Gerät montiert werden, meist gedruckt aus TPU und PLA und befestigt mit großflächigem starkem Klettband. Sie sind zur besseren Kontrolle des Gerätes, vor allem für schwere und schnelle Einräder wichtig. Sie werden in 2 Typen aufgeteilt, wobei viele beides zusammen kombinieren. <a href="https://youtu.be/mI8IDQhXSi8">Beispiel</a>
|
||||
<div class="hidden"><img src="img/Pads.jpg" /></div>
|
||||
</div>
|
||||
|
||||
<p><b>Power Pads</b>: haben Kontakt an den Waden und dem Schienenbein, dienen zum besseren beschleunigen und bremsen. Essenziell für schwere Geräte mit hohen pedalen.</p>
|
||||
|
||||
|
@ -251,9 +272,11 @@
|
|||
<p><b>Wobbles</b>: beschreibt das unbeabsichtigte Wackeln des Geräts bei höherer Geschwindigkeit. Mehr dazu <a href="#wobbles">hier</a></p>
|
||||
</div>
|
||||
|
||||
<div style="padding-left: 3%;" class="col-6">
|
||||
<p class="imghover"><b id="trolley">Trolley Handle</b>: ein ausfahrbarer Griff zum Schieben des Gerätes, ähnlich wie bei einem Koffer.
|
||||
<div class="hidden"><img src="img/KidsKS16X.jpg"></div></p>
|
||||
<div style="padding-left: 3%" class="col-6">
|
||||
<div class="imghover">
|
||||
<b id="trolley">Trolley Handle</b>: ein ausfahrbarer Griff zum Schieben des Gerätes, ähnlich wie bei einem Koffer.
|
||||
<div class="hidden"><img src="img/KidsKS16X.jpg" /></div>
|
||||
</div>
|
||||
|
||||
<p><b>Kill-Switch</b>: ein Knopf unterm Griff, der den Motor abschaltet. Sorgt beim Anheben dafür, das der Motor nicht hochdreht.</p>
|
||||
|
||||
|
@ -281,12 +304,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!--sicherheit--><div class="row">
|
||||
<!--sicherheit-->
|
||||
<div class="row">
|
||||
<h2 id="sicherheit">Sicherheit</h2>
|
||||
<p>Die wohl zweit häufigste Frage ist meist, ob man darauf denn nicht einfach umfällt und ob das denn überhaupt sicher ist. Die Kurze Antwort: ja ist es. Es gibt zwar wie bei jedem Fortbewegungsmittel Risiken, aber sie sind sehr viel kleiner und unwichtiger als man zu Anfang annehmen würde. Trotzdem haben sich über die Jahren ein paar sicherheitstechnische Aspekte ergeben, die hier weiter erklärt werden:</p>
|
||||
</div>
|
||||
|
||||
<!--ausrüstung--><div class="row">
|
||||
<!--ausrüstung-->
|
||||
<div class="row">
|
||||
<h3 id="ausrüstung">Schutzausrüstung</h3>
|
||||
<div class="righties"><img src="img/Gear2.jpg" /></div>
|
||||
<div class="lefties"><img src="img/Gear1.jpg" /></div>
|
||||
|
@ -294,17 +319,22 @@
|
|||
|
||||
<p>Bei höheren Geschwindigkeiten (<b>über 30kmh</b>) sollte ein Helm getragen werden, vorzugweise ein Fullface Helm. Bis 60kmh reicht da auch ein MTB-Helm, oder aus dem Motorcross Bereich. Auch sollte an Ellenbogen und Schulter Schutz gedacht werden, beliebt sind hier die <a href="https://lazyrolling.com/">LazyRolling</a> Jacken, welche alle Protektoren eingebaut haben und meist auch gute Sichtbarkeit bei Nacht bieten. Bei den Helmen sind der <a href="https://www.ridetsg.com/shop/pass-pro-solid-color----bonus-visor-/79025-30-173/">TSG Pass</a> und neuerdings der <a href="https://www.predatorhelmets.com/products/dh6-x">Predator DH6-X</a> sehr beliebt, wegen des hohen Sicht Feldes, kleinen Gewicht und stylischem Aussehen. Bei Geschwindigkeiten von <b>80 bis 100kmh</b> sollte man über Motorrad Ausrüstungen nachdenken, da die oben genannte Dinge nicht für diese Geschwindigkeiten gebaut wurden.</p>
|
||||
|
||||
<p>Generell Gelten 2 Sachen:<br>
|
||||
Die beste Ausrüstung ist die, die man auch trägt. Soll heißen, dass egal wie gut deine Ausrüstung ist, sie nur etwas bringt, wenn man sie tatsächlich trägt. Dafür muss sie einem bequem sitzen und man muss sich gut darin fühlen. <br>
|
||||
Und: Dress for the slide, not the ride. (Kleide dich für den Fall, nicht die Fahrt.) Dies besagt, dass man sich stehts für den schlimmsten Fall angemessen kleiden sollte. Zum Beispiel sollte man auf einem Inmotion V8 mit 28kmh top Geschwindigkeit nicht volle Motorrad Ausrüstung tragen, da sie die Sicht einschränkt und viel zu viel für die Situation wäre. Aber auf einen Master Pro mit 100kmh auch keinen Fahrradhelm tragen.</p>
|
||||
<p>
|
||||
Generell Gelten 2 Sachen:<br />
|
||||
Die beste Ausrüstung ist die, die man auch trägt. Soll heißen, dass egal wie gut deine Ausrüstung ist, sie nur etwas bringt, wenn man sie tatsächlich trägt. Dafür muss sie einem bequem sitzen und man muss sich gut darin fühlen. <br />
|
||||
Und: Dress for the slide, not the ride. (Kleide dich für den Fall, nicht die Fahrt.) Dies besagt, dass man sich stehts für den schlimmsten Fall angemessen kleiden sollte. Zum Beispiel sollte man auf einem Inmotion V8 mit 28kmh top Geschwindigkeit nicht volle Motorrad Ausrüstung tragen, da sie die Sicht einschränkt und viel zu viel für die Situation wäre. Aber auf einen Master Pro mit 100kmh auch keinen Fahrradhelm tragen.
|
||||
</p>
|
||||
<div><img src="img/Gear3.webp" /></div>
|
||||
</div>
|
||||
|
||||
<!--cut-offs--><div class="row">
|
||||
<!--cut-offs-->
|
||||
<div class="row">
|
||||
<h3 id="cutout">Cut-off's</h3>
|
||||
<div class="righties"><video autoplay muted loop>
|
||||
<source src="video/Cutout1.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video autoplay muted loop>
|
||||
<source src="video/Cutout1.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>Cut-off's sind die größte Quelle der nicht eigenverantwortlichen Unfälle. Ein Cut-off oder auch Cut-out bedeutet, dass das Gerät mitten in der Fahrt aus geht, und der Fahrer im besten Fall abspringt, und im schlimmsten fall direkt in den Asphalt knallt. Die Gründe dafür sind vielfältig, hier ein paar Beispiele:</p>
|
||||
|
||||
<p>Bei <b>Überlastung</b> gehen ältere oder schlecht gebaute Geräte einfach aus, entweder weil sie durchgebrannt sind oder weil sich die Elektronik vorm Durchbrennen schützt. Überlastungen passieren, wenn man zu steile Wege hochfährt, wenn man auf hoher Geschwindigkeit einem großen Buckel in der Straße begegnet oder wenn man nahe der top Geschwindigkeit nochmal beschleunigt. Natürlich ist dieses Verhalten nicht unbemerkt geblieben, weswegen die Hersteller Techniken eingebaut haben um ein Cut-off wegen Überlastung zu vermeiden.</p>
|
||||
|
@ -320,19 +350,21 @@
|
|||
<p>Trotz all dieser Gründe, sind Cut-outs sehr selten und bei richtiger Fahrweise so gut wie nie ein Problem. Und wenn man sich historisch sichere Geräte kauft, wie KS16X oder Veteran Sherman, kann man relativ sorglos sein.</p>
|
||||
</div>
|
||||
|
||||
<!--akkusicheit--><div class="row">
|
||||
<!--akkusicheit-->
|
||||
<div class="row">
|
||||
<h3 id="akkuss">Brände, Akkusicherheit</h3>
|
||||
<p>Vorweg: im Gegensatz zu z.B. Hoverboards sind Einräder recht sicher in Sachen Brände und Akkusicherheit. In der Vergangenheit war aber vor allem Gotway/Begode für Akkubrände und fehlende Akkusicherheit bekannt. Doch spätestens seitdem <a href="https://youtu.be/8h41p13e4TU?t=610" target="_blank" rel="noreferrer noopener">abrennen vom KS S20 Prototyp</a> ist die Sorge auch für andere Marken da.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/shortS22Fire.MP4" type="video/mp4">
|
||||
</video></div>
|
||||
<img class="lefties" src="img/burned.png">
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/shortS22Fire.MP4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<img class="lefties" src="img/burned.png" />
|
||||
<p><b>Brandursachen</b> können mehrere sein, hier ein paar Beispiele:</p>
|
||||
|
||||
<p><b>Tiefenentladung</b>, also das Entladen unter die empfohlene Spannung der Zellen, schädigt den <a href="#akku">Akku</a> und erhöht das Risiko. Vor allem Begode hat da wenig Schutz, und lässt meist bei niedrigem Akkustand noch viel Leistung aus dem Akku ziehen, so wie das Gerät bis zur absoluten Entleerung fahren. Aber auch Ninebot hat damit ein Problem, da sich der <a href="#akku">Akku</a> wegen dem <a href="#BMS">BMS</a> auch entlädt, wenn das Gerät aus ist. Bei längeren Stand Zeiten ohne wieder Aufladung führt das zu Schäden. Ninebot hat kaum bekannte Brände, mehr dazu im Kapitel <a href="#hersteller">Hersteller</a>.</p>
|
||||
|
||||
<p><b>Geräte mit einer 4P Konfiguration</b>, also nur 4 <a href="#parallelen">parallelen</a>
|
||||
Akkuzellen Reihen, sind ebenfalls öfter betroffen von Akkubränden. Das liegt wie im Teil <a href="#akku">Akku</a> erwähnt daran, dass bei einer 4P Konfiguration die Zellen stark belastet werden, und somit nur eine kurze Lebensdauer haben und Schaden nehmen können.</p>
|
||||
<p><b>Geräte mit einer 4P Konfiguration</b>, also nur 4 <a href="#parallelen">parallelen</a> Akkuzellen Reihen, sind ebenfalls öfter betroffen von Akkubränden. Das liegt wie im Teil <a href="#akku">Akku</a> erwähnt daran, dass bei einer 4P Konfiguration die Zellen stark belastet werden, und somit nur eine kurze Lebensdauer haben und Schaden nehmen können.</p>
|
||||
|
||||
<p><b>Physikalischer Schaden</b>, also Erschütterung oder Penetration der Zellen kann ebenfalls zum Kurzschluss und im schlimmsten Fall zum Brand führen. Das ist eher selten, aber ebenfalls häufiger bei Begode, da hier die Akkus ausschließlich in schrumpfschlauch gepackt werden, und sich dann relativ frei im Gehäuse bewegen können. Wohingegen <a href="#hersteller">Kingsong</a> und <a href="#hersteller">Inmotion</a> die Akkus extra verpacken und meist auch Wasserfest konstruieren.</p>
|
||||
|
||||
|
@ -341,25 +373,32 @@
|
|||
<p><b>Wasserschäden</b> im Akkupack oder auf dem Motherboard können wie bei jedem elektronischen Gerät zu Überschlägen führen. Diese können auch noch Tage später zum Brand führen, vor allem wenn das Gerät nach einer vollen Durchnässung geladen wird. Erst kürzlich gab es dazu einen <a href="https://youtu.be/WFLHCIbDJAw?t=939" target="_blank" rel="noreferrer noopener">Fall</a>.</p>
|
||||
|
||||
<div class="righties"><img src="img/BMS.jpg" /></div>
|
||||
<p><b>Akkusicherheit</b>: Dafür ist ein <b id="BMS">BMS</b> zuständig. Ein <b>B</b>attery <b>M</b>anagement <b>S</b>ystem hat die Aufgabe,<br>
|
||||
-den Akku vor zu hohen Strömen zu schützen,<br>
|
||||
-ihn nicht unter die spezifizierte Spannung entladen zu lassen,<br>
|
||||
-ihn auch nicht über die maximale Spannung laden zu lassen,<br>
|
||||
-die Temperatur im Blick zu halten und<br>
|
||||
-im Falle eines Kurzschlusses sich vom restlichen System zu trennen.</p>
|
||||
<p>
|
||||
<b>Akkusicherheit</b>: Dafür ist ein <b id="BMS">BMS</b> zuständig. Ein <b>B</b>attery <b>M</b>anagement <b>S</b>ystem hat die Aufgabe,<br />
|
||||
-den Akku vor zu hohen Strömen zu schützen,<br />
|
||||
-ihn nicht unter die spezifizierte Spannung entladen zu lassen,<br />
|
||||
-ihn auch nicht über die maximale Spannung laden zu lassen,<br />
|
||||
-die Temperatur im Blick zu halten und<br />
|
||||
-im Falle eines Kurzschlusses sich vom restlichen System zu trennen.
|
||||
</p>
|
||||
<p>Bessere BMSs, auch smart BMS genannt, können auch aktiv die Zellen in ihrer Spannung angleichen, um eine zu große Spannungsdifferenz zwischen den Zellen zu vermeiden. Das ist für die Langlebigkeit eines Akkupacks sehr wichtig.</p>
|
||||
|
||||
<p>Bisher (2022) hat nur das Kingsong S22 ein Smart <a href="#BMS">BMS</a>, welches einem erlaubt die Spannung einer jeder Zelle in der App zu sehen und zu kontrollieren. Nicht smarte <a href="#BMS">BMS</a> haben sogenanntes passive Balance, also passives angleichen der Spannungen der Zellen. Dafür muss das Gerät regelmäßig auf 100% geladen werden, und danach länger am Stecker gelassen werden.</p>
|
||||
</div>
|
||||
|
||||
<!--fahrweise--><div class="row">
|
||||
<!--fahrweise-->
|
||||
<div class="row">
|
||||
<h3 id="fahrweise">Fahrweise</h3>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC4bad.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC4bad.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>Das wohl mit Abstand größte Sicherheitsrisiko bildet die Fahrweise des Fahrers. Ähnlich wie bei Motorädern, kann rücksichtloses fahren und zu hohe Geschwindigkeiten schnell zu Unfällen führen. Unähnlich zu Motorädern, stirbt kaum einer bei einem Unfall mit einem EUC. Die Geräte sind bis auf ein paar ausnahmen so klein und relativ langsam, dass es zwar Verletzungen, aber kaum Todesfälle gibt.</p>
|
||||
|
||||
<p>Trotzdem gibt es auch hier interessante Phänomene:</p>
|
||||
|
@ -367,12 +406,16 @@
|
|||
<p>Im Gegensatz zu Scootern, sorgt die <b>steile Lernkurve</b> für mehr Respekt vor dem Gerät und dem eigenen Können. Viele gehen erst in die nähe des Straßenverkehrs, wenn sie länger geübt haben und sich sicher fühlen, wohingegen vor allem bei ausleih-Scootern die erste Fahrt meist direkt zwischen Autos oder Fußgängern stattfindet. Das sorgt für erheblich weniger Vorfälle mit EUCs.</p>
|
||||
|
||||
<p>EUC fahren ist ein sehr <b>Skill basiertes</b> Fortbewegungsmittel. Selbst die Notbremse muss lange geübt werden, in verschieden Szenarien und vor allem in Kurven. Häufig kommt es vor, dass Fahrer nach den ersten paar Kilometern fahren schon aufhören, sich aktiv zu pushen und zu verbessern. So kommt es öfter dazu, dass selbst Jahre lange Fahrer unsicher beim auf und absteigen sind, und sich in Notsituationen nicht zu helfen wissen. Viele haben einen falschen Stand oder fahren mit wackeligen Beinen, was <a href="#wobbles">Wobbles</a> verursacht und somit zum Fall führt. Das ist auch der Grund, weswegen im schnitt die NewYorker Fahrer weniger Unfälle haben als andere Gruppen und Städte, trotz, oder eben weil sie so aggressiv fahren und somit ein sehr hohes Skill Level haben. Diese Geräte können nur so viel wie ihr Fahrer, und sind mit dem richtigen Skill zu unglaublichem im Stande.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC2.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC3.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC2.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC3.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p><b>Unfälle</b> an sich sind hier auch noch mal zu erwähnen, denn es gibt einige entscheidende unterschiede, welche EUCs in gewisser Weise sicherer machen als andere Fahrzeuge.</p>
|
||||
|
||||
<p>Erstens, man <b>steht aufrecht</b> und hat die Hände und den Körper frei. Das allein sorgt für ein viel leichteres Abfangen eines Sturzes, als zum Beispiel bei einem Fahrrad oder Scooter. Bei denen fliegt man entweder über den Lenker, oder rutscht seitlich aus und hat nicht beide Beine, um einen aufzufangen.</p>
|
||||
|
@ -380,34 +423,38 @@
|
|||
<p>Zweitens steht man nach <b>vorne gerichtet</b>, und wird nicht wie beim OneWheel seitlich in den Boden <a href="https://dictionary.cambridge.org/de/worterbuch/englisch/yeet" target="_blank" rel="noreferrer noopener">geyeetet</a>. Die meisten können bei unter 25kmh einfach abspringen und auslaufen, ohne überhaupt zu fallen. Das ist sonst nur bei sehr wenig Geräten dieser Art Möglich. Natürlich ist man nicht so sicher wie auf einem dicken Motorrad, oder wie in einem Auto. Aber im Vergleich zum Motorrad, sind die Geschwindigkeiten meist lachhaft klein und somit viel ungefährlicher. Außerdem trägt man meist eh die empfohlene Ausrüstung, sodass 99% der Fälle einfach gar nichts passiert.</p>
|
||||
</div>
|
||||
|
||||
<!--wobbles--><div class="row">
|
||||
<!--wobbles-->
|
||||
<div class="row">
|
||||
<h3 id="wobbles">Wobbles</h3>
|
||||
<div class="righties"><video id="vwobble" autoplay muted loop>
|
||||
<source src="video/Whobble2.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video id="vwobble" autoplay muted loop>
|
||||
<source src="video/Whobble2.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>Wobbles sind ein noch nicht ganz verstandenes Problem. Wobble beschreiben das hin und her <b>wackeln des Gerätes</b> während schneller fahrt. Wie im Thema <a href="#reifen">Reifen</a> erwähnt, haben Straßenreifen öfter die Neigung dazu zu wackeln. Das Gerät wackelt dann in seiner eigen Resonanz, bei Motorrädern bekannt als <b>Lenkerflattern</b>.</p>
|
||||
|
||||
<p>Man kann dem entgehen in dem man den <b>Reifendruck niedrig</b>er hält und ein balanciertes Gerät hat, also mit gleichmäßiger Gewichts Verteilung. Auch zum Vermeiden hilft es, immer leicht zu <b>carven</b>, also schlängelnd zu fahren. Wenn man trotzdem Wobbles bekommt, hilft es gute <a href="#pads">Pads</a> zu haben, da einem diese mehr Halt auf dem Gerät geben und einem somit mehr Zeit geben zu reagieren. Aber darüber, wie man sie wirklich beendet gibt es verschiedene Meinungen: die einen sagen man sollte lockerlassen und bremsen, die anderen sagen auf keinen Fall bremsen, sondern fester zupacken und beschleunigen.</p>
|
||||
|
||||
<p>Allerdings ist das Beispiel Video hier auch ein Extremfall, wenn auch perfekt mit den Knieschonern abgefangen. Im normal Fall würde man beim bremsen leichtes wackeln spüren, und diesen mit der Zeit auch unter kontrolle bekommen. Generell sagen viele, dass es eine <b>Sache des Trainings</b> und der Erfahrung ist. Auch sind Geräte wie die MSuper-Reihe, RS's und EXN's von Gotway anfälliger als zum Beispiel das Veteran Sherman oder das <a href="Geräte.html">KS S22</a>.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--leistng--><div class="row">
|
||||
<!--leistng-->
|
||||
<div class="row">
|
||||
<h3 id="leistung">Leistung als Sicherheitsfeature</h3>
|
||||
|
||||
<p>Vor allem Politiker und Leute außerhalb dieses Sports denken, dass mehr Leistung gleichbedeutend mit höherem Risiko ist. Sie liegen bei Scootern und E-bikes damit auch fast richtig, weil diese nicht auf Leistung zur Stabilisierung angewiesen sind. EUCs, OneWheels und alle Arten von Hoverboards und Segways sind dies aber, und das sorgt für einen kleinen Widerspruch. Mehr Leistung gibt dem Fahrer sehr viel <b>brems Sicherheit</b>, und <b>vermindert das Risiko</b> eines durch Überlastung indizierten <a href="#cutout">Cut-offs</a>. Auch sorgt eine größere Batterie für mehr <b>Leistungsreserve</b> für schweres Terrain. Doch sorgt mehr Leistung ebenfalls für erheblich höhere Geschwindigkeiten, was überhaupt erst die Tür zu all den Unfällen öffnet.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--federung--><div class="row">
|
||||
<!--federung-->
|
||||
<div class="row">
|
||||
<h3 id="federung">Federung als Sicherheitsfeature</h3>
|
||||
<p>Fast alle neuen und angekündigten Geräte haben eine Art integrierte Federung. Zu Anfang als Gimmick und als „nur für Offroad“ eingeschätzt, entwickelt sich dieses Feature langsam zu einer Notwendigkeit. Denn bei einem selbst balancierenden Gerät sorgt jeder Buckel in der Straße für eine Leistungs-Spitze im Controller. Das ist bei 35kmh meist kein Problem, aber bei 70kmh kann das für viele Geräte schon zu viel sein. Federung nimmt die entstehende Leistungs-Spitze größtenteils weg, und sorgt gleichzeitig dafür, dass die Füße vom Fahrer nicht von Gerät geschossen werden. Ausnahme sind hier die Pogostick Designs im Inmotion V11, welches in Ausnahme Fällen den Fahrer einfach emporschießt, statt zu federn. Trotzdem, vor allem die progressiven Federungen sorgen nicht nur für erheblich mehr Komfort, sondern auch für Fahrer Sicherheit. Und erlauben Mountainbike ähnliche Performance auf den Trails. <a href="https://youtu.be/1O7gFB6ofFI">Viedeo dazu</a></p>
|
||||
</div>
|
||||
|
||||
<!--reifen--><div class="row">
|
||||
<!--reifen-->
|
||||
<div class="row">
|
||||
<h3 id="reifen">Reifen</h3>
|
||||
<img class="righties" src="img/Tires.PNG">
|
||||
<img class="righties" src="img/Tires.PNG" />
|
||||
<p>Reifen werden unterteilt in 3 Kategorien:</p>
|
||||
|
||||
<p><b>Offroad</b> Reifen, auch Nobbys genannt, haben äußerst viel und meist ein sehr grobes Profil. Sie sind meist lauter auf der Straße, haben einen größeren Wendekreis und fühlen sich auf der Straße bei weitem nicht so agil und wendig an wie Straßenreifen. Dafür haben sie meist hervorragenden Grip im Wald und können auch durch tiefen Matsch fahren. Außerdem wurde festgestellt, dass Nobbys weniger wobblen als Straßenreifen (<a href="https://youtu.be/qcRcUIF69LU" target="_blank" rel="noreferrer noopener">Vergleich</a>), wahrscheinlich wegen dem geringeren Reifendruck und dem weicheren Material. Nobbys haben noch den Vorteil, dass sie meist länger halten. So hält ein Standard Kenda K262 locker 10000km, wo ein CST Straßenreifen nur 3-4000km hält.</p>
|
||||
|
@ -415,107 +462,142 @@
|
|||
<p><b>Straßenreifen</b> sind wie der Name sagt für Asphalt besser geeignet, sie lassen das Gerät agiler und schneller wirken als ein Nobby. Auch sind sie erheblich leiser, sie fühlen sich erheblich besser in Kurven an und erlauben sehr feine Manöver. Hier sind 2 Reifen zu nennen, einmal der CST c-1488 welcher zum Leiden vieler als Standardstraßenreifen mit dem Gerät geliefert wird. Dieser Reifen hat eine kurze Lebensspanne, und im Gegensatz zum zweiten Reifen ein schlechtes Material. Der zweite bekannte Reifen ist der Michelin City pro, welcher aus einem top Material besteht und somit länger hält. <a href="https://youtu.be/PjNLci-06-8" target="_blank" rel="noreferrer noopener">Review zum City Pro</a></p>
|
||||
|
||||
<p><b>Hybride</b> sind beliebt bei Leuten, die weder ständig im matschigen Wald oder ausschließlich auf der Straße unterwegs sind. Sie versuchen das beste beider Welten anzubieten.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--historie--><div class="row">
|
||||
<!--historie-->
|
||||
<div class="row">
|
||||
<h2 id="historie">Historie der EUCs</h2>
|
||||
|
||||
<div class="righties"><img src="img/solowheel-1.jpg" /></div>
|
||||
<img class="lefties" style="clear: none;" src="img/historieEUC.webp">
|
||||
<p>Die Grundlegende Technik kam mit dem <a href="https://de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener"><b>Segway</b></a> auf den Markt. Doch mangelnde Leistung, Akkugröße und die Bauweise, zusammen mit dem Design und dem Preis sorgten für einen spektakulären Flop dieser Technik. Es gab schon 1930 erste Prototypen und Einzelversuche, aber erst das <b>SoloWheel</b> im Jahr 2010 hat die typischen Eigenschaften eines heutigen EUCs. Auch wenn dass das erste nennenswerte EUC ist, ist es aus heutiger Sicht kaum benutzbar. Unergonomisch, schwach, viel zu kleiner Akku und somit kaum Brems- oder Beschleunigungs Möglichkeiten (siehe <a href="#leistung">Leistung als Sicherheitesfeature</a>). Trotzdem markierte dieses Gerät den Start des Sports, und definierte ihn somit.</p>
|
||||
<img class="lefties" style="clear: none" src="img/historieEUC.webp" />
|
||||
<p>
|
||||
Die Grundlegende Technik kam mit dem <a href="https://de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener"><b>Segway</b></a> auf den Markt. Doch mangelnde Leistung, Akkugröße und die Bauweise, zusammen mit dem Design und dem Preis sorgten für einen spektakulären Flop dieser Technik. Es gab schon 1930 erste Prototypen und Einzelversuche, aber erst das <b>SoloWheel</b> im Jahr 2010 hat die typischen Eigenschaften eines heutigen EUCs. Auch wenn dass das erste nennenswerte EUC ist, ist es aus heutiger Sicht kaum benutzbar. Unergonomisch, schwach, viel zu kleiner Akku und somit kaum Brems- oder Beschleunigungs Möglichkeiten (siehe <a href="#leistung">Leistung als Sicherheitesfeature</a>). Trotzdem markierte dieses Gerät den Start des Sports, und definierte ihn somit.
|
||||
</p>
|
||||
|
||||
<p>Es dauerte weitere 4 Jahre, bis <a href="#kinsong"><b>KingSong</b></a> gegründet wurde, und als Wettbewerber Innovation antrieb. <a href="#inmotion"><b>Inmotion</b></a> folgte daraufhin, und setzte den Standard für Qualität und Features. Erst Danach kam <a href="#begode"><b>Gotway</b></a> auf dem Markt. Gotway änderte das Wesen der EUCs auf andere Art und vielleicht sogar mehr als Inmotion: sie brachten von vorneherein Leistungsstärkere Geräte raus. Es fehlte ihnen an gutem Design und an Qualität, sie sahen im inneren aus wie Hobby Projekte. Auch hat Gotway bis vor kurzem noch immer das gleiche schlechte Design für alle Geräte benutzt, wo hingegen Kingsong und Inmotion sichtlich mehr Gedanken in Design und Qualität steckten. </p>
|
||||
<p>
|
||||
Es dauerte weitere 4 Jahre, bis <a href="#kinsong"><b>KingSong</b></a> gegründet wurde, und als Wettbewerber Innovation antrieb. <a href="#inmotion"><b>Inmotion</b></a> folgte daraufhin, und setzte den Standard für Qualität und Features. Erst Danach kam <a href="#begode"><b>Gotway</b></a> auf dem Markt. Gotway änderte das Wesen der EUCs auf andere Art und vielleicht sogar mehr als Inmotion: sie brachten von vorneherein Leistungsstärkere Geräte raus. Es fehlte ihnen an gutem Design und an Qualität, sie sahen im inneren aus wie Hobby Projekte. Auch hat Gotway bis vor kurzem noch immer das gleiche schlechte Design für alle Geräte benutzt, wo hingegen Kingsong und Inmotion sichtlich mehr Gedanken in Design und Qualität steckten.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/z10.jpeg" /></div>
|
||||
<p><a href="#ninebot"><b>Ninebot</b></a> kaufte Segway, und kam <b>2015</b> mit dem Ninebot One raus. Ein 250wh Gerät mit schicken LEDs und weißem Design. Danach kam ein Gerät nach dem anderen raus. Gotway produzierte immer größere und schnellere Geräte, Inmotion, Kingsong und Ninebot boten immer mehr Features und versuchten mit Gotway in Sachen Leistung mitzuhalten. <b>2019</b> kam das zuerst unbeliebte, später ikonische Ninebot Z10 heraus. 45kmh, 1100wh und ein absolut einmaliges Design trennt es auch heute noch von allen anderen Geräten. Aber es hatte viele Probleme, und leider war es das letzte EUC das Ninebot produzierte. Zu dem Zeitpunkt war Gotway schon bei <b>50kmh+</b> mit dem Monster und Nicola, auch die Akkus waren doppelt so groß. Gotway, heute genannt Begode, hat sich das Image der hohen Leistung und Geschwindigkeit aufgebaut. Viele nahmen die schlechte Verarbeitungsqualität und selten auch <a href="#akkuss">Akkubrände</a> in Kauf, weil es einfach keine Alternative gab. Erst <b>2020</b> änderte sich das langsam, als Inmotion und Kingsong beide 50kmh Geräte mit gutem Design veröffentlichten. Und beide Geräte änderten den Markt nachhaltig.</p>
|
||||
<p>
|
||||
<a href="#ninebot"><b>Ninebot</b></a> kaufte Segway, und kam <b>2015</b> mit dem Ninebot One raus. Ein 250wh Gerät mit schicken LEDs und weißem Design. Danach kam ein Gerät nach dem anderen raus. Gotway produzierte immer größere und schnellere Geräte, Inmotion, Kingsong und Ninebot boten immer mehr Features und versuchten mit Gotway in Sachen Leistung mitzuhalten. <b>2019</b> kam das zuerst unbeliebte, später ikonische Ninebot Z10 heraus. 45kmh, 1100wh und ein absolut einmaliges Design trennt es auch heute noch von allen anderen Geräten. Aber es hatte viele Probleme, und leider war es das letzte EUC das Ninebot produzierte. Zu dem Zeitpunkt war Gotway schon bei <b>50kmh+</b> mit dem Monster und Nicola, auch die Akkus waren doppelt so groß. Gotway, heute genannt Begode, hat sich das Image der hohen Leistung und Geschwindigkeit aufgebaut. Viele nahmen die schlechte Verarbeitungsqualität und selten auch <a href="#akkuss">Akkubrände</a> in Kauf, weil es einfach keine Alternative
|
||||
gab. Erst <b>2020</b> änderte sich das langsam, als Inmotion und Kingsong beide 50kmh Geräte mit gutem Design veröffentlichten. Und beide Geräte änderten den Markt nachhaltig.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/S22shutterkode1.jpg" /></div>
|
||||
<p>Inmotion und Kingsong haben beide relativ zeitnah die ersten Geräte mit <b>Federung</b> heraus gebracht. Kingsong entwarf das heute beliebte Schwingarm-Design, Inmotion entwickelte eine Luftkolben basierte Pedal Federung. Begode hat später beide Varianten kopiert, natürlich in erheblich schlechterer Form, und blieb letztlich beim Schwingarm-Design. Auch in diesem Jahr trat <a href="#veteran"><b>Veteran</b></a> (Lieperkim) auf den Markt, mit dem absoluten Bestseller Veteran Sherman. Allein dieses Gerät und die <a href="https://youtu.be/i2OwOEHQ4vA" target="_blank" rel="noreferrer noopener">Videos</a> darüber brachten eine ganze Welle an neuen Einradfahren auf den Markt, einfach weil es das erste gut gebaute und gleichzeitig super schnelle Gerät war. Endlich war man nicht mehr auf die mindere Qualität von Begode angewiesen, sondern konnte stabil auf <b>70kmh</b> cruisen und musste sich keine sorgen machen, das bei einem Crash die Batterien aus dem Gehäuse flogen.</p>
|
||||
<p>
|
||||
Inmotion und Kingsong haben beide relativ zeitnah die ersten Geräte mit <b>Federung</b> heraus gebracht. Kingsong entwarf das heute beliebte Schwingarm-Design, Inmotion entwickelte eine Luftkolben basierte Pedal Federung. Begode hat später beide Varianten kopiert, natürlich in erheblich schlechterer Form, und blieb letztlich beim Schwingarm-Design. Auch in diesem Jahr trat <a href="#veteran"><b>Veteran</b></a> (Lieperkim) auf den Markt, mit dem absoluten Bestseller Veteran Sherman. Allein dieses Gerät und die <a href="https://youtu.be/i2OwOEHQ4vA" target="_blank" rel="noreferrer noopener">Videos</a> darüber brachten eine ganze Welle an neuen Einradfahren auf den Markt, einfach weil es das erste gut gebaute und gleichzeitig super schnelle Gerät war. Endlich war man nicht mehr auf die mindere Qualität von Begode angewiesen, sondern konnte stabil auf <b>70kmh</b> cruisen und musste sich keine sorgen machen, das bei einem Crash die Batterien aus dem Gehäuse flogen.
|
||||
</p>
|
||||
|
||||
<p><b>2022</b> ist das Jahr der meisten Neuzugänge, alleine Begode hat mindestens 7 Geräte veröffentlicht oder angekündigt, 6 davon mit Federung. Inmotion hat das V13 angekündigt und Kingsong hat mit dem S22 einen Verkaufsschlager unter die Leute gebracht. Veteran hat mit dem Sherman S nun ebenfalls ein Suspension Einrad vorgestellt, welches vorraussichtlich neue Standards in Robustheit und Qualität setzen wird.</p>
|
||||
|
||||
<p>Wie an der bisherigen Geschichte unschwer zu erkennen ist, <b>entwickeln</b> sich die Firmen und Einräder <b>immer rasanter</b>. Es brauchte fast 6 Jahre nach dem ersten Einrad bis überhaubt ernst zu nehmende Geräte auf den Markt kamen. Dann nur noch 4 jahre um von wackeligen 35kmh auf stabile 70kmh und 100km Reichweite zu kommen. Und in den letzten 2 Jahren gab es so viele Neuerungen; Metall Konstruktionen, Federungen, Smart BMS's, Bildschirme, Spiked Pedals als Standard, brauchbare <a href="#pads">Pads</a> als Standard, Wasserfestigkeit, 100kmh top Speed, 240km reichweite, fast 5000wh Akkus...</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--auflistung--><div class="row">
|
||||
<!--auflistung-->
|
||||
<div class="row">
|
||||
<h2 id="geräte">Liste der Geräte</h2>
|
||||
<p>Hier werden nur die relevantesten und bekanntesten Geräte aufgelistet, eine vollständige sortierbare Übersicht ist <a href="https://www.electricunicycles.eu/product_catalog" target="_blank" rel="noreferrer noopener">hier</a>.</p>
|
||||
|
||||
<a href="KSS22DE.html"
|
||||
><div class="raster">
|
||||
<h3>Kingsong S22</h3>
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/S20Werbevideo.mp4" type="video/mp4" />
|
||||
</video></div
|
||||
></a>
|
||||
|
||||
<a href="KSS22DE.html" ><div class="raster">
|
||||
<h3>Kingsong S22</h3><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/S20Werbevideo.mp4" type="video/mp4"></video>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Kingsong 16X</h3>
|
||||
<img src="img/KS16X.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Kingsong 16X</h3><img src="img/KS16X.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V8</h3>
|
||||
<img src="img/inmotionV8.jfif" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V8</h3><img src="img/inmotionV8.jfif"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V10</h3>
|
||||
<video width="auto" height="auto" autoplay muted loop><source src="video/V10.mp4" type="video/mp4" /></video></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V10</h3><video width=auto height=auto autoplay muted loop><source src="video/V10.mp4" type="video/mp4"></video>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V11</h3>
|
||||
<img src="img/V11 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V11</h3><img src="img/V11 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V12</h3>
|
||||
<img src="img/V12 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V13</h3>
|
||||
<img src="img/V13 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V12</h3><img src="img/V12 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Kingsong S18</h3>
|
||||
<img src="img/S18.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V13</h3><img src="img/V13 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Master</h3>
|
||||
<img src="img/Master.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Kingsong S18</h3><img src="img/S18.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode T4</h3>
|
||||
<img src="img/T4.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Master</h3><img src="img/Master.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Mten4</h3>
|
||||
<img src="img/Mten4.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode T4</h3><img src="img/T4.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Master Pro</h3>
|
||||
<img src="img/Master Pro.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode EX30</h3>
|
||||
<img src="img/EX30.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Mten4</h3><img src="img/Mten4.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Gotway Monster Pro</h3>
|
||||
<img src="img/MonsterPro.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Master Pro</h3><img src="img/Master Pro.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Veteran Sherman</h3>
|
||||
<img src="img/moddedSherman1.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode EX30</h3><img src="img/EX30.jpg"/>
|
||||
</div></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Gotway Monster Pro</h3><img src="img/MonsterPro.jpg"/>
|
||||
</div></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Veteran Sherman</h3><img src="img/moddedSherman1.jpg"/>
|
||||
</div></a>
|
||||
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Veteran Sherman S</h3><img src="img/ShermanSepic.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Veteran Sherman S</h3>
|
||||
<img src="img/ShermanSepic.jpg" /></div
|
||||
></a>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
<footer>
|
||||
</footer>
|
||||
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,35 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
|
||||
<title>
|
||||
Introduction EUCs
|
||||
</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css">
|
||||
<title>Introduction EUCs</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -53,7 +50,9 @@
|
|||
<a href="#geräte">Device list</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='EUC Überblick DE.html';">Sprache</button>
|
||||
<div><button onclick="closeit()"><a><-Close</a></button></div>
|
||||
<div>
|
||||
<button onclick="closeit()"><a><-Close</a></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
|
@ -66,19 +65,21 @@
|
|||
<img src="img/cover.jpg" />
|
||||
</header>
|
||||
|
||||
<!--light-mode--><script>
|
||||
<!--light-mode-->
|
||||
<script>
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("light-mode");
|
||||
var element = document.body
|
||||
element.classList.toggle("light-mode")
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü--><script>
|
||||
<!--menü-->
|
||||
<script>
|
||||
function menü() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="hidden";
|
||||
document.getElementById("navbar").style.visibility="visible";
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "hidden"
|
||||
document.getElementById("navbar").style.visibility = "visible"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -138,16 +139,19 @@
|
|||
</script>
|
||||
-->
|
||||
|
||||
<!--closeit--><script>
|
||||
<!--closeit-->
|
||||
<script>
|
||||
function closeit() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="visible";
|
||||
document.getElementById("navbar").style.visibility="hidden";
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "visible"
|
||||
document.getElementById("navbar").style.visibility = "hidden"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--Intro--><article><div class="row">
|
||||
<!--Intro-->
|
||||
<article>
|
||||
<div class="row">
|
||||
<h2>Before you read:</h2>
|
||||
<p>Here are a few things before you start to read.</p>
|
||||
<p>First, this side looks best opened on PC at fullscreen, because then some extra photos and videos will appear which are hidden otherwise. Mouse hover effects also only appear on PC.</p>
|
||||
|
@ -159,23 +163,29 @@
|
|||
<p>Lastly, to zoom into pictures on pc, just hover your mouse over them, keep mouse in the middle to avoid zooming.</p>
|
||||
</div>
|
||||
|
||||
<!--was sind eucs--><div class="row">
|
||||
<!--was sind eucs-->
|
||||
<div class="row">
|
||||
<h2>What are EUCs</h2>
|
||||
|
||||
<div class="righties"><img src="img/what is euc.jpg" /></div>
|
||||
<img class="lefties" src="img/KidsKS16X.jpg">
|
||||
<img class="lefties" src="img/KidsKS16X.jpg" />
|
||||
<p>EUC stands for <b>E</b>lectric<b>U</b>ni<b>C</b>ycle. In simplest terms its a battery powered motor surrounded by a motorcycle tire, kept upright with gyroskopes. The principle is similar to a segway, but more on that in chapter <a href="#funktion">technical functionality</a>. You stand on two sidemounted pedals, facing forward with the wheel inbetween your legs. To accelerate you lean forward, to break you lean back. Steering is similar to a normal unicycle or bike.</p>
|
||||
</div>
|
||||
|
||||
<!--warum?--><div class="row">
|
||||
<!--warum?-->
|
||||
<div class="row">
|
||||
<h2 id="why">Why ride a unicycle?</h2>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/whyS22.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/whyS22.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/SkippinTrafficDanceWW.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/SkippinTrafficDanceWW.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Many people ask, why not just ride an E-bike or E-scooter? Well, there are multiple reasons:</p>
|
||||
|
||||
|
@ -194,7 +204,8 @@
|
|||
<p>But this is not only very <b>practical</b> for travelling, but also <b>in everyday life</b>. You can carry it with you when you go shopping instead of having to chain it outside. No need to park your bike or worry about it being stolen. But the smaller devices in particular have another major advantage: they fit in a car, even in larger quantities. Now, if you want to take a trip to a nice place to ride a unicycle, you can just put them in the trunk, or even between your feet. That would be impossible with e-bikes or scooters. You can also be picked up from anywhere, or be dropped off anywhere and come back yourself. This is a blessing, especially for students or people who don't have or want a car.</p>
|
||||
</div>
|
||||
|
||||
<!--funktion--><div class="row">
|
||||
<!--funktion-->
|
||||
<div class="row">
|
||||
<h2 id="funktion">Technical functionality</h2>
|
||||
|
||||
<div class="righties"><img src="img/Funktionsblld.webp" /></div>
|
||||
|
@ -206,7 +217,9 @@
|
|||
|
||||
<p>Not enough <b id="parallels">parallels</b> in a battery pack result in an unreliable power supply for the motor, as high power demands can lead to a voltage drop (voltage sag). This means that for the duratiob of high demand the battery cannot provide full power, which is very dangerous with a self-balancing device. Because of this, most devices have 4 or more parallels. In addition, most devices have 2 separate battery systems, so the driver can still stop safely incase one fails. The high voltage is necessary to enable the high speeds. The higher the voltage the motor runs at, the fewer amperes the motor needs to achieve the same power output. High amps require a more robust motherboard, thicker cables, and generate more heat.</p>
|
||||
|
||||
<p>All battery packs have a <b><a href="#BMS">BMS</a></b> (Battery Management System), which ,dependant on the variant and quality, ensures the safety of the cells. If battery cells get overloaded, discharged or charged too much, they can in the best case lose capacity and in the worst case burst into flames. A good <a href="#BMS">BMS</a> is therefore essential for the safety and longevity of the device and the rider. More on this in the <a href="#akkuss">Battery Safety</a> section.</p>
|
||||
<p>
|
||||
All battery packs have a <b><a href="#BMS">BMS</a></b> (Battery Management System), which ,dependant on the variant and quality, ensures the safety of the cells. If battery cells get overloaded, discharged or charged too much, they can in the best case lose capacity and in the worst case burst into flames. A good <a href="#BMS">BMS</a> is therefore essential for the safety and longevity of the device and the rider. More on this in the <a href="#akkuss">Battery Safety</a> section.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/MoBo.jpg" /></div>
|
||||
<div class="lefties"><img src="img/realMoBo1.PNG" /></div>
|
||||
|
@ -229,20 +242,30 @@
|
|||
<p>The interaction of all these components results in an extremely powerful, small and fast device, which accelerates from 0 to 50kmh in 3 seconds and can reach up to 90kmh, climbs 50° steep walls and still fits under the table.</p>
|
||||
</div>
|
||||
|
||||
<!--begriffe--><div class="row">
|
||||
<!--begriffe-->
|
||||
<div class="row">
|
||||
<h3 id="begriffe">Glossary and specification explonation</h3>
|
||||
<div class="col-6"><style>p {text-align: left;}</style>
|
||||
<div class="col-6">
|
||||
<style>
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
<p><b id="tiltback">Tilt-back</b>: The device's pedals tilt backwards to slow the rider down. Used when the battery is low or when the power demand is too high, to protect the electronics.</p>
|
||||
|
||||
<p><b id="pedaldip">Pedal Dip</b>: The pedals dip forwards, the device cannot maintain the requested power and the pedals suddenly tilt forward (or backward under heavy braking). In most cases, however, the pedals come up again immediately, so that the ride can continue undisturbed (implies necessary skill).</p>
|
||||
|
||||
<p><b>Pedal-angle</b>: Angle in which the pedals are mounted to the device, seen from the frontview. A steeper angle provides more grip when cornering, but can also become uncomfortable for longer rides.</p>
|
||||
|
||||
<p class="imghover"><b id="spiked-pedals">Spiked-pedals</b>: Spikes on the pedals that give shoes more grip. Similar to mountain bike pedals, there are usually screw-in pointed metal pins that grip into the shoe to prevent accidental slipping. Is used today instead of sandpaper, as it offers an excellent grip even in wet and muddy conditions. <a href="https://youtu.be/aWU9lZAfKXM">Example</a>
|
||||
<div class="hidden" ><img src="img/SpikedPedals.jpeg"></div></p>
|
||||
<div class="imghover">
|
||||
<b id="spiked-pedals">Spiked-pedals</b>: Spikes on the pedals that give shoes more grip. Similar to mountain bike pedals, there are usually screw-in pointed metal pins that grip into the shoe to prevent accidental slipping. Is used today instead of sandpaper, as it offers an excellent grip even in wet and muddy conditions. <a href="https://youtu.be/aWU9lZAfKXM">Example</a>
|
||||
<div class="hidden"><img src="img/SpikedPedals.jpeg" /></div>
|
||||
</div>
|
||||
|
||||
<p class="imghover"><b id="pads">Pads</b>: parts made of plastic or foam that are mounted on the side of the device, usually printed from TPU and PLA and fastened with large, strong Velcro. They are necessary for better control and handling, especially for heavy and fast unicycles. They are divided into 2 types, many are combined together in one set.
|
||||
<div class="hidden" ><img src="img/Pads.jpg"></div></p>
|
||||
<div class="imghover">
|
||||
<b id="pads">Pads</b>: parts made of plastic or foam that are mounted on the side of the device, usually printed from TPU and PLA and fastened with large, strong Velcro. They are necessary for better control and handling, especially for heavy and fast unicycles. They are divided into 2 types, many are combined together in one set.
|
||||
<div class="hidden"><img src="img/Pads.jpg" /></div>
|
||||
</div>
|
||||
|
||||
<p><b>Power Pads</b>: have contact with the shin and the calves, are used for better acceleration and braking. Essential for heavy EUCs with high pedals.</p>
|
||||
|
||||
|
@ -251,9 +274,11 @@
|
|||
<p><b>Wobbles</b>: describes the unintentional wobbling of the device at higher speeds. More on this <a href="#wobbles">here</a></p>
|
||||
</div>
|
||||
|
||||
<div style="padding-left: 3%;" class="col-6">
|
||||
<p class="imghover"><b id="trolley">Trolley Handle</b>: an extendable handle for pushing the device, similar to a suitcase.
|
||||
<div class="hidden" ><img src="img/KidsKS16X.jpg"></div></p>
|
||||
<div style="padding-left: 3%" class="col-6">
|
||||
<div class="imghover">
|
||||
<b id="trolley">Trolley Handle</b>: an extendable handle for pushing the device, similar to a suitcase.
|
||||
<div class="hidden"><img src="img/KidsKS16X.jpg" /></div>
|
||||
</div>
|
||||
|
||||
<p><b>Kill-Switch</b>: a button under the handle that shuts off the motor. Ensures that the motor doesnt rev up when lifting.</p>
|
||||
|
||||
|
@ -281,12 +306,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!--sicherheit--><div class="row">
|
||||
<!--sicherheit-->
|
||||
<div class="row">
|
||||
<h2 id="sicherheit">Safety</h2>
|
||||
<p>The second most common question is usually whether you don't just fall off and whether it's safe at all. The short answer: yes it is. While there are risks, as with any mode of transportation, they are much smaller and less important than one might initially assume. Nevertheless, a few safety-related aspects have arisen over the years, which are further explained here:</p>
|
||||
</div>
|
||||
|
||||
<!--ausrüstung--><div class="row">
|
||||
<!--ausrüstung-->
|
||||
<div class="row">
|
||||
<h3 id="ausrüstung">Safety gear</h3>
|
||||
<div class="righties"><img src="img/Gear2.jpg" /></div>
|
||||
<div class="lefties"><img src="img/Gear1.jpg" /></div>
|
||||
|
@ -294,17 +321,22 @@
|
|||
|
||||
<p>At higher speeds (<b>above 30kmh</b>) a helmet should be worn, preferably a full-face helmet. An MTB helmet is sufficient for speeds up to 60 km/h, or one from the motocross sector. Elbow and shoulder protection should also be considered. The <a href="https://lazyrolling.com/">LazyRolling</a> jackets are popular here, as they all have built-in protectors and usually also offer good visibility at night. For the helmets, the <a href="https://www.ridetsg.com/shop/pass-pro-solid-color----bonus-visor-/79025-30-173/">TSG Pass</a> and recently the <a href="https://www.predatorhelmets.com/products/dh6-x">Predator DH6-X</a> are very popular because of the high field of view, small weight and stylish look. At speeds of <b>80 to 100kmh</b> you should think about motorcycle gear as the items mentioned above are not built for these speeds.</p>
|
||||
|
||||
<p>Generally 2 things apply:<br>
|
||||
The best gear is the one you wear. This means that no matter how good your gear is, it only works if you actually wear it. It has to be comfortable and you have to feel good in it. <br>
|
||||
And: Dress for the slide, not the ride. This states that you should always dress appropriately for the worst-case scenario. For example, on an Inmotion V8 with a top speed of 28kmh, you should not wear full motorcycle gear as it will limit your vision and would be far too much for the situation. But you also don't wear a bike helmet on a Master Pro with 100kmh.</p>
|
||||
<p>
|
||||
Generally 2 things apply:<br />
|
||||
The best gear is the one you wear. This means that no matter how good your gear is, it only works if you actually wear it. It has to be comfortable and you have to feel good in it. <br />
|
||||
And: Dress for the slide, not the ride. This states that you should always dress appropriately for the worst-case scenario. For example, on an Inmotion V8 with a top speed of 28kmh, you should not wear full motorcycle gear as it will limit your vision and would be far too much for the situation. But you also don't wear a bike helmet on a Master Pro with 100kmh.
|
||||
</p>
|
||||
<div><img src="img/Gear3.webp" /></div>
|
||||
</div>
|
||||
|
||||
<!--cut-offs--><div class="row">
|
||||
<!--cut-offs-->
|
||||
<div class="row">
|
||||
<h3 id="cutout">Cut-off's</h3>
|
||||
<div class="righties"><video autoplay muted loop>
|
||||
<source src="video/Cutout1.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video autoplay muted loop>
|
||||
<source src="video/Cutout1.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>Cut-off's are the largest source of accidents the rider is mostly not responsible for. A cut-off or cut-out means that the device switches off in the middle of the ride and the driver jumps off in the best case, and in the worst case slams directly into the asphalt. There are many reasons for this, here are a few examples:</p>
|
||||
|
||||
<p>When <b>overloaded</b>, older or poorly built devices simply shut off, either because they burned out or because the electronic is protecting itselve from burning out. Overloading happens when you climb steep paths, when you hit a big hump in the road at high speed, or when you accelerate again close to the top speed. Of course, this behavior has not gone unnoticed, which is why manufacturers have incorporated techniques to avoid overload induced cut-off.</p>
|
||||
|
@ -320,19 +352,21 @@
|
|||
<p>Despite all these reasons, cut-outs are very rare and, if you ride correctly, almost never a problem. And if you buy historically safe devices like the KS16X or Veteran Sherman, you can be relatively unmindful.</p>
|
||||
</div>
|
||||
|
||||
<!--akkusicheit--><div class="row">
|
||||
<!--akkusicheit-->
|
||||
<div class="row">
|
||||
<h3 id="akkuss">Battery safety and fires</h3>
|
||||
<p>First of all: in contrast to for example hoverboards, unicycles are quite safe in terms of fire and battery safety. In the past, however, <a href="#begode">Gotway/Begode</a> in particular was known for battery fires and a lack of battery safety. But since recently the <a href="https://youtu.be/8h41p13e4TU?t=610" target="_blank" rel="noreferrer noopener"> KS S22 prototype burned spectacularly</a>, the worry is now also there for other brands.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/shortS22Fire.MP4" type="video/mp4">
|
||||
</video></div>
|
||||
<img class="lefties" src="img/burned.png">
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/shortS22Fire.MP4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<img class="lefties" src="img/burned.png" />
|
||||
<p>There are several <b>causes</b>, here are a few examples:</p>
|
||||
|
||||
<p><b>Deep discharge</b>, i.e. discharging below the recommended cell voltage, damages the <a href="#akku">battery</a> and increases the risk. Begode in particular has little protection, and usually allows a lot of power to be drawn when the battery level is low, by letting the device run until it's completely drained. But Ninebot also has a problem with this, because the <a href="#akku">battery</a> also discharges when the device is off due to the <a href="#BMS">BMS</a>. Long standing times without recharging will lead to damage. Ninebot has little-known brands, more on that in the <a href="#manufacturer">manufacturer chapter</a>.</p>
|
||||
|
||||
<p><b>Devices with a 4P configuration</b>, i.e. only 4 <a href="#parallelen">parallel</a>
|
||||
Battery cell rows are also more often affected by battery fires. As mentioned in the <a href="#akku">Battery</a> part, this is because the cells are heavily loaded in a 4P configuration and therefore can be damaged and only have a short lifespan.</p>
|
||||
<p><b>Devices with a 4P configuration</b>, i.e. only 4 <a href="#parallelen">parallel</a> Battery cell rows are also more often affected by battery fires. As mentioned in the <a href="#akku">Battery</a> part, this is because the cells are heavily loaded in a 4P configuration and therefore can be damaged and only have a short lifespan.</p>
|
||||
|
||||
<p><b>Physical damage</b>, i.e. shock or penetration of the cells, can also lead to a short circuit and, in the worst case, to a fire. This is rather rare, but also more common with Begode, since the batteries are packed exclusively in shrinkwrap and can then move relatively freely in the housing. Whereas <a href="#manufacturer">Kingsong</a> and <a href="#manufacturer">Inmotion</a> pack the batteries separately and usually also make them waterproof.</p>
|
||||
|
||||
|
@ -341,25 +375,32 @@
|
|||
<p><b>Water damage</b> in the battery pack or on the motherboard can lead to flashovers, as with any electronic device. These can still lead to a fire days later, especially if the device is charged after it has been completely soaked. There was one <a href="https://youtu.be/WFLHCIbDJAw?t=939" target="_blank" rel="noreferrer noopener">case</a> just recently.</p>
|
||||
|
||||
<div class="righties"><img src="img/BMS.jpg" /></div>
|
||||
<p><b>Battery safety</b>: A <b id="BMS">BMS</b> is responsible for this. A <b>B</b>attery <b>M</b>anagement <b>S</b>system has the task<br>
|
||||
-to protect the battery from excessive currents,<br>
|
||||
-not to let it discharge below the specified voltage,<br>
|
||||
-not to charge it beyond the maximum voltage,<br>
|
||||
-keep an eye on the temperature and<br>
|
||||
-disconnect from the rest of the system in the event of a short circuit.</p>
|
||||
<p>
|
||||
<b>Battery safety</b>: A <b id="BMS">BMS</b> is responsible for this. A <b>B</b>attery <b>M</b>anagement <b>S</b>system has the task<br />
|
||||
-to protect the battery from excessive currents,<br />
|
||||
-not to let it discharge below the specified voltage,<br />
|
||||
-not to charge it beyond the maximum voltage,<br />
|
||||
-keep an eye on the temperature and<br />
|
||||
-disconnect from the rest of the system in the event of a short circuit.
|
||||
</p>
|
||||
<p>Better BMS's, also known as smart BMS, can also actively adjust the voltage of the cells in order to avoid too great of a voltage difference between the cells. This is very important for the longevity of a battery pack.</p>
|
||||
|
||||
<p>So far (2022) only the Kingsong S22 has a smart <a href="#BMS">BMS</a> which allows you to see and control the voltage of each cell in the app. Non-smart <a href="#BMS">BMS</a> have so-called passive balance, i.e. passive adjustment of the voltages of the cells. To do this, the device must be charged regularly to 100% and then left plugged in for a longer period of time.</p>
|
||||
</div>
|
||||
|
||||
<!--fahrweise--><div class="row">
|
||||
<!--fahrweise-->
|
||||
<div class="row">
|
||||
<h3 id="fahrweise">Fahrweise</h3>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC4bad.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC4bad.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>By far the greatest safety risk is the rider's riding style. Similar to motorcycles, reckless driving and excessive speeds can quickly lead to accidents. Unlike motorcycles, hardly anyone dies in an accident involving an EUC. With a few exceptions, the devices are so small and relatively slow that there are injuries, but hardly any fatalities.</p>
|
||||
|
||||
<p>Nevertheless, there are also a few interesting phenomena here:</p>
|
||||
|
@ -367,12 +408,16 @@
|
|||
<p>In contrast to scooters, the <b>steep learning curve</b> ensures more respect for the device and one's own skills. Many only go near the traffic when they have practiced longer and feel safe, whereas, especially with rental scooters, the first ride usually takes place directly between cars or pedestrians. This results in significantly fewer incidents involving EUCs.</p>
|
||||
|
||||
<p>Riding the EUC is a very <b>skill based</b> means of transport. Even the emergency brake has to be practiced for a long time, in different scenarios and especially in curves. It often happens that drivers stop actively pushing and improving themselves after the first few kilometers. Therefore some with years of riding experience are unsafe when getting on and off, and do not know how to help themselves in emergency situations. Many have an incorrect stance or ride on wobbly legs, which causes <a href="#wobbles">wobbles</a> and leads to falls. That's also the reason why the New Yorker riders have fewer accidents than other groups and cities, despite or because they drive so aggressively and therefore have a very higher skill level. These machines can only do as much as their driver, and with the right skill they are capable of incredible things.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC2.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="lefties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC3.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC2.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<div class="lefties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/FahrweiseNYC3.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p><b>Accidents</b> themselves are also worth mentioning here, because there are some crucial differences that make EUCs safer than other vehicles in a certain way.</p>
|
||||
|
||||
<p>First, you <b>stand upright</b> and have your hands and body free. That alone makes it much easier to catch a fall than, for example, with a bicycle or scooter. With them you either fly over the handlebars or slip sideways and don't have both legs to catch you.</p>
|
||||
|
@ -380,34 +425,38 @@
|
|||
<p>Secondly, you stand facing <b>forwards</b>, and therefore dont get <a href="https://dictionary.cambridge.org/de/worterbuch/englisch/yeet" target="_blank" rel="noreferrer noopener">yeeted</a> sideways into the ground like on OneWheels. Most can just jump off and run out under 26kmh without even falling. This is otherwise only possible with very few devices of this type. Of course you are not as safe as on a big motorbike, or as in a car. But compared to a motorcycle, the speeds are usually way lower and therefore much less dangerous. In addition, you usually wear the recommended equipment anyway, so that 99% of the time nothing happens at all.</p>
|
||||
</div>
|
||||
|
||||
<!--wobbles--><div class="row">
|
||||
<!--wobbles-->
|
||||
<div class="row">
|
||||
<h3 id="wobbles">Wobbles</h3>
|
||||
<div class="righties"><video id="vwobble" autoplay muted loop>
|
||||
<source src="video/Whobble2.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video id="vwobble" autoplay muted loop>
|
||||
<source src="video/Whobble2.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<p>Wobbles are a problem not fully understood yet. Wobble describes the <b>shaking</b> of the device side to side while riding fast. As mentioned in the <a href="#tires">tires</a> topic, road tires tend to wobble more often. The device then wobbles in its own resonance, also known in the motorcycles world.</p>
|
||||
|
||||
<p>You can avoid this by keeping the <b>tire pressure</b> lower and having a balanced machine, i.e. with even weight distribution. It also helps to be <b>carve</b> slightly, i.e. to ride slight slalom. If you still get wobbles, it helps to have good <a href="#pads">pads</a> as they give you more grip on the device and thus more time to react. But there are different opinions on how to actually end them: some say you should relax and brake, others say never brake, but grip harder and accelerate.</p>
|
||||
|
||||
<p>However, the example video here is also an extreme case, albeit perfectly saved with the knee pads. In a normal case, you would feel a slight wobble when braking, and over time you would get it under control. Generally, many say it's a <b>matter of training</b> and experience. Also, devices like Gotway's MSuper series, RS's and EXN's are more vulnerable than, for example, the Veteran Sherman or the <a href="Geräte.html">KS S22</a>.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--leistng--><div class="row">
|
||||
<!--leistng-->
|
||||
<div class="row">
|
||||
<h3 id="leistung">Performance as a safety feature</h3>
|
||||
|
||||
<p>Especially politicians and people outside of this sport think that more performance equals more risk. They are almost right with scooters and e-bikes because they do not depend on power for stabilization. EUCs, OneWheels, and all manner of hoverboards and Segways are, though, and that creates a bit of a contradiction. More power gives the rider a lot of <b>braking safety</b>, and <b>reduces the risk</b> of overload-induced <a href="#cutout">cut-offs</a>. A larger battery also provides more <b>power reserves</b> for difficult terrain. But more power also means significantly higher speeds, which opens the door to all the bad accidents in the first place.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--federung--><div class="row">
|
||||
<!--federung-->
|
||||
<div class="row">
|
||||
<h3 id="federung">Suspension as a safety feature</h3>
|
||||
<p>Almost all new and announced devices have some form of built-in suspension. Initially seen as a gimmick and "off-road only", this feature is slowly becoming a necessity. Because with a self-balancing device, every bump in the road causes a power spike in the controller. This is usually not a problem at 35kmh, but at 70kmh it can be too much for many devices. Suspension takes away most of the power spike that occurs, while also making sure that rider's feet don't get shot off the pedals. The exception here are the pogostick designs in the Inmotion V11, which in exceptional cases simply shoot up the rider instead of dampening him. Nevertheless, the progressive suspensions in particular not only ensure significantly more comfort, but also rider safety. And allow mountain bike-like performance on the trails.</p>
|
||||
</div>
|
||||
|
||||
<!--reifen--><div class="row">
|
||||
<!--reifen-->
|
||||
<div class="row">
|
||||
<h3 id="reifen">Tires</h3>
|
||||
<img class="righties" src="img/Tires.PNG">
|
||||
<img class="righties" src="img/Tires.PNG" />
|
||||
<p>Tires can be divided into 3 categories:</p>
|
||||
|
||||
<p><b>Offroad</b> tyres, also known as nobbys, have a large and usually a very rough profile. They tend to be noisier on the road, have a larger turning circle, and don't feel nearly as agile and nimble on the road as street tires. On the other hand, they usually have excellent grip in the forest and can also drive through deep mud. It was also found that nobbys wobble less than street tires (<a href="https://youtu.be/qcRcUIF69LU" target="_blank" rel="noreferrer noopener">comparison</a>), probably because of the lower tire pressure and the softer material. Nobbys also have the advantage that they usually last longer. A standard Kenda K262 easily lasts 10000km, where a CST road tire only lasts 3-4000km.</p>
|
||||
|
@ -417,39 +466,51 @@
|
|||
<p><b>Hybrids</b> are popular with people who are not always out in the muddy forest or only on the road. They try to offer the best of both worlds.</p>
|
||||
|
||||
<p>There is another type, only used in special cases like on the Z10: a full rubber airless tire. Very harsh to ride, puncture proof and longlasting.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--historie--><div class="row">
|
||||
<!--historie-->
|
||||
<div class="row">
|
||||
<h2 id="historie">Historie der EUCs</h2>
|
||||
|
||||
<div class="righties"><img src="img/solowheel-1.jpg" /></div>
|
||||
<img class="lefties" style="clear: none;" src="img/historieEUC.webp">
|
||||
<p>The underlying technique came with the <a href="https://de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener"><b>Segway</b></a> on the market. But lacking performance, battery size and construction, together with bad design and a 10k price made for a spectacular flop of this technology. There were first prototypes and individual tests of an EUC as early as 1930, but it was not until the <b>SoloWheel</b> in 2010 that it had the typical properties of today's EUC. Even if this is the first considerable EUC, it is hardly usable from today's perspective. Unergonomic, weak, far too small of a battery and therefore hardly any braking or acceleration power (see <a href="#performance">Performance as a safety feature</a>). Nonetheless, this device marked the start of the sport, and thus defined it.</p>
|
||||
<img class="lefties" style="clear: none" src="img/historieEUC.webp" />
|
||||
<p>
|
||||
The underlying technique came with the <a href="https://de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener"><b>Segway</b></a> on the market. But lacking performance, battery size and construction, together with bad design and a 10k price made for a spectacular flop of this technology. There were first prototypes and individual tests of an EUC as early as 1930, but it was not until the <b>SoloWheel</b> in 2010 that it had the typical properties of today's EUC. Even if this is the first considerable EUC, it is hardly usable from today's perspective. Unergonomic, weak, far too small of a battery and therefore hardly any braking or acceleration power (see <a href="#performance">Performance as a safety feature</a>). Nonetheless, this device marked the start of the sport, and thus defined it.
|
||||
</p>
|
||||
|
||||
<p>It took another 4 years for <a href="#kinsong"><b>KingSong</b></a> to be foundet and driving innovation as a competitor. <a href="#inmotion"><b>Inmotion</b></a> followed suit and set the standard for quality and features. Only then did <a href="#begode"><b>Gotway</b></a> come onto the market. Gotway changed the nature of EUCs in a different way, and maybe even more so than Inmotion: from the start, they brought out more powerful devices then the others. They lacked good design and quality and they looked like hobby projects from the inside. Also, until recently, Gotway still used the same bad design for all devices, whereas Kingsong and Inmotion put a lot more thought into design and quality. </p>
|
||||
<p>
|
||||
It took another 4 years for <a href="#kinsong"><b>KingSong</b></a> to be foundet and driving innovation as a competitor. <a href="#inmotion"><b>Inmotion</b></a> followed suit and set the standard for quality and features. Only then did <a href="#begode"><b>Gotway</b></a> come onto the market. Gotway changed the nature of EUCs in a different way, and maybe even more so than Inmotion: from the start, they brought out more powerful devices then the others. They lacked good design and quality and they looked like hobby projects from the inside. Also, until recently, Gotway still used the same bad design for all devices, whereas Kingsong and Inmotion put a lot more thought into design and quality.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/z10.jpeg" /></div>
|
||||
<p><a href="#ninebot"><b>Ninebot</b></a> bought Segway, and came out with the Ninebot One in <b>2015</b>. A 250Wh device with stylish LEDs and a white design. Then one device after the other came out. Gotway produces bigger and faster devices, Inmotion, Kingsong and Ninebot offered more and more features and tried to keep up with Gotway in terms of performance. In <b>2019</b> we saw the release of the initially unpopular, later iconic Ninebot Z10. 45kmh, 1100wh and an absolutely unique design still separates it from all other devices today. But it had many problems, and unfortunately it was the last EUC that Ninebot produced. At that point, Gotway was already at <b>50kmh+</b> with the Monster and Nicola, and the batteries were twice as big. Gotway, now called Begode, has built itself an image of high performance and speed. Many accepted the poor build quality and rare <a href="#akkuss">battery fires</a> because there were simply no alternative. This was slowly changing in <b>2020</b>, when Inmotion and Kingsong both released 50kmh devices with a good design. And both devices are changing the market forever.</p>
|
||||
<p>
|
||||
<a href="#ninebot"><b>Ninebot</b></a> bought Segway, and came out with the Ninebot One in <b>2015</b>. A 250Wh device with stylish LEDs and a white design. Then one device after the other came out. Gotway produces bigger and faster devices, Inmotion, Kingsong and Ninebot offered more and more features and tried to keep up with Gotway in terms of performance. In <b>2019</b> we saw the release of the initially unpopular, later iconic Ninebot Z10. 45kmh, 1100wh and an absolutely unique design still separates it from all other devices today. But it had many problems, and unfortunately it was the last EUC that Ninebot produced. At that point, Gotway was already at <b>50kmh+</b> with the Monster and Nicola, and the batteries were twice as big. Gotway, now called Begode, has built itself an image of high performance and speed. Many accepted the poor build quality and rare <a href="#akkuss">battery fires</a> because there were simply no alternative. This was slowly changing in
|
||||
<b>2020</b>, when Inmotion and Kingsong both released 50kmh devices with a good design. And both devices are changing the market forever.
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="img/S22shutterkode1.jpg" /></div>
|
||||
<p>Inmotion and Kingsong both released the first devices with <b>suspension</b> relatively simultaneously. Kingsong created today's popular swing arm design, Inmotion developed an air piston based pedal suspension. Begode later copied both variants, of course in a much worse form, and ultimately stuck with the swing arm design.<br>
|
||||
<a href="#veteran"><b>Veteran</b></a> (Lieperkim) entered the market this year with the absolute bestseller Veteran Sherman. Just this device and the <a href="https://youtu.be/i2OwOEHQ4vA" target="_blank" rel="noreferrer noopener">videos</a> about it launched a whole wave of new unicyclers, just plain because it was the first well built and at the same time super fast device. Finally, you were no longer dependent on the inferior quality of Begode, but could cruise stably at <b>70kmh</b> and didn't have to worry about the batteries flying out of the housing in the event of a crash.</p>
|
||||
<p>
|
||||
Inmotion and Kingsong both released the first devices with <b>suspension</b> relatively simultaneously. Kingsong created today's popular swing arm design, Inmotion developed an air piston based pedal suspension. Begode later copied both variants, of course in a much worse form, and ultimately stuck with the swing arm design.<br />
|
||||
<a href="#veteran"><b>Veteran</b></a> (Lieperkim) entered the market this year with the absolute bestseller Veteran Sherman. Just this device and the <a href="https://youtu.be/i2OwOEHQ4vA" target="_blank" rel="noreferrer noopener">videos</a> about it launched a whole wave of new unicyclers, just plain because it was the first well built and at the same time super fast device. Finally, you were no longer dependent on the inferior quality of Begode, but could cruise stably at <b>70kmh</b> and didn't have to worry about the batteries flying out of the housing in the event of a crash.
|
||||
</p>
|
||||
|
||||
<p><b>2022</b> is the year with the most wheel launches, Begode alone has released or announced at least 7 devices, 6 of them with suspension. Inmotion has announced the V13 and Kingsong has brought out a bestseller with the S22. With the Sherman S, Veteran has now also presented a suspension unicycle that will probably set new standards in terms of robustness and quality.</p>
|
||||
|
||||
<p>As you can easily see from the story so far, companies and unicycles are <b>developing faster and faster</b>. It took almost 6 years after the first unicycle until serious devices came onto the market. Then only 4 years to go from a shaky 35kmh to a stable 70kmh and 100km range. And in the last 2 years there have been so many innovations; Metal construction, suspension, smart BMS's, screens, spiked pedals as standard, usable <a href="#pads">pads</a> as standard, water resistance, 100kmh top speed, 240km range, almost 5000wh batteries...</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!--auflistung--><div class="row">
|
||||
<!--auflistung-->
|
||||
<div class="row">
|
||||
<h2 id="geräte">List of devices</h2>
|
||||
<p>Only the most relevant and well-known devices are listed here, a complete, sortable overview is available <a href="https://www.electricunicycles.eu/product_catalog" target="_blank" rel="noreferrer noopener">here</a>.</p>
|
||||
|
||||
<a href="KSS22ENG.html" ><div class="raster">
|
||||
<h3>Kingsong S22</h3><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/S20Werbevideo.mp4" type="video/mp4"></video>
|
||||
</div></a>
|
||||
<a href="KSS22ENG.html"
|
||||
><div class="raster">
|
||||
<h3>Kingsong S22</h3>
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/S20Werbevideo.mp4" type="video/mp4" />
|
||||
</video></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML">
|
||||
<div class="raster">
|
||||
|
@ -458,71 +519,92 @@
|
|||
</div>
|
||||
</a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V8</h3><img src="img/inmotionV8.jfif"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V8</h3>
|
||||
<img src="img/inmotionV8.jfif" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V10</h3><video width=auto height=auto autoplay muted loop><source src="video/V10.mp4" type="video/mp4"></video>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V10</h3>
|
||||
<video width="auto" height="auto" autoplay muted loop><source src="video/V10.mp4" type="video/mp4" /></video></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V11</h3><img src="img/V11 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V11</h3>
|
||||
<img src="img/V11 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V12</h3>
|
||||
<img src="img/V12 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V12</h3><img src="img/V12 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Inmotion V13</h3>
|
||||
<img src="img/V13 2.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Inmotion V13</h3><img src="img/V13 2.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Kingsong S18</h3>
|
||||
<img src="img/S18.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Kingsong S18</h3><img src="img/S18.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Master</h3>
|
||||
<img src="img/Master.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Master</h3><img src="img/Master.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode T4</h3>
|
||||
<img src="img/T4.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode T4</h3><img src="img/T4.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Mten4</h3>
|
||||
<img src="img/Mten4.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode Master Pro</h3>
|
||||
<img src="img/Master Pro.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Mten4</h3><img src="img/Mten4.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Begode EX30</h3>
|
||||
<img src="img/EX30.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode Master Pro</h3><img src="img/Master Pro.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Gotway Monster Pro</h3>
|
||||
<img src="img/MonsterPro.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Begode EX30</h3><img src="img/EX30.jpg"/>
|
||||
</div></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Gotway Monster Pro</h3><img src="img/MonsterPro.jpg"/>
|
||||
</div></a>
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Veteran Sherman</h3><img src="img/moddedSherman1.jpg"/>
|
||||
</div></a>
|
||||
|
||||
|
||||
<a href="soon.HTML" ><div class="raster">
|
||||
<h3>Veteran Sherman S</h3><img src="img/ShermanSepic.jpg"/>
|
||||
</div></a>
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Veteran Sherman</h3>
|
||||
<img src="img/moddedSherman1.jpg" /></div
|
||||
></a>
|
||||
|
||||
<a href="soon.HTML"
|
||||
><div class="raster">
|
||||
<h3>Veteran Sherman S</h3>
|
||||
<img src="img/ShermanSepic.jpg" /></div
|
||||
></a>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,131 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<title>
|
||||
Hersteller
|
||||
</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartDE.html">Start</a>
|
||||
<a href="EUC Überblick DE.html#start">Was sind EUCs?</a>
|
||||
<a href="EUC Überblick DE.html#why">Warum EUCs?</a>
|
||||
<a href="EUC Überblick DE.html#funktion">Funktionsweise</a>
|
||||
<a href="EUC Überblick DE.html#begriffe">Begriffe</a>
|
||||
<a href="EUC Überblick DE.html#sicherheit">Sicherheit</a>
|
||||
<a href="EUC Überblick DE.html#ausrüstung">Ausrüstung</a>
|
||||
<a href="EUC Überblick DE.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick DE.html#akkuss">Akkusicherheit</a>
|
||||
<a href="EUC Überblick DE.html#fahrweise">Fahrweise</a>
|
||||
<a href="EUC Überblick DE.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick DE.html#leistung">Leistung</a>
|
||||
<a href="EUC Überblick DE.html#federung">Federung</a>
|
||||
<a href="EUC Überblick DE.html#reifen">Reifen</a>
|
||||
<a href="EUC Überblick DE.html#historie">Historie</a>
|
||||
<a href="HerstellerDE.HTML">Hersteller</a>
|
||||
<a href="EUC Überblick DE.html#geräte">Geräte Liste</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='EUC Überblick ENG.html';">Language</button>
|
||||
<div><button onclick="closeit()"><-Schließen</button></div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode--><script>
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("light-mode");
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü--><script>
|
||||
function menü() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="hidden";
|
||||
document.getElementById("navbar").style.visibility="visible";
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit--><script>
|
||||
function closeit() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="visible";
|
||||
document.getElementById("navbar").style.visibility="hidden";
|
||||
}
|
||||
</script>
|
||||
|
||||
<article>
|
||||
|
||||
<!--hersteller--><div class="row">
|
||||
<h3 id="hersteller">Erklärung und Geschichte der Produzenten</h3>
|
||||
<p>Es gibt/gab viele Hersteller von elektrischen Einrädern, hier werden nur die größeren und wichtigen beschrieben. Neben denen gibt u.a Airwheel, IPS, Solowheel, Rockwheel, Firewheel, ESWAY, Fosjoas, MonoRover, F-wheel. Da der Markt so klein ist, gibt es leider kaum einfach erhältliche Informationen über Verkaufszahlen oder Marktanteile der Firmen.</p>
|
||||
|
||||
<h3 id="ninebot">Ninebot <img class="logos" src="img/ninebotLogo.jpg"/></h3>
|
||||
<img class="righties" src="img/NineBot.webp">
|
||||
<img class="lefties" src="img/NinebotZ10goood.webp">
|
||||
<p>Ninebot ist für die Meisten bekannt als Sooter Hersteller, manche kenne auch vielleicht deren elektrische Schuhe oder die Segway ähnlichen Geräte mit kurzer Lenkstange. Ninebot ist die größte und vielseitigste Firma der hier gelisteten. Sie experimentieren viel herum, und haben bei den standard-Scootern viel Erfolg, aber leider bei den Einrädern aufgegeben. So gibt es Heute nur wenige Modelle, alle sind eher Anfängergeräte bis untere Mittelklasse. Trotzdem hat Ninebot vor allem durch das Ninebot Z10 ein ikonisches Gerät auf dem Markt hinterlassen, welches durch außergewöhnliches Design und Qualität hervorsticht.</p>
|
||||
|
||||
<h3 id="inmotion">Inmotion <img class="logos" src="img/inmotionLogo.png"/></h3>
|
||||
<img class="righties" src="img/InmotionLineup.jpg">
|
||||
<img class="lefties" src="img/V11 3.webp">
|
||||
<p>Inmotion ist der zweitgrößte Hersteller der hier gelisteten. Ebenfallsgroß im standard-Scooter Segment, hat Inmotion aber auch einen großen wenn nicht den größten Marktanteil an EUCs. Vor allen das Inmotion V8 hat als einsteiger und Commuter Gerät eine hohe Beliebtheit und somit hohe Verkaufszahlen. Auch war es Inmotion, welches das äußerst professionell aussehende erste Suspension EUC V11 auf den Markt brachte. Inmotion steht im allgemeinen für Qualität, Design und Sicherheit dank gutem <a href="#tiltback">Tiltback</a> und hoher Sicherheitsmarge. Aber das alles im Tausch gegen Performance. Bis vor kurzem war Inmotion Synonym für schwach und wenig Reichweite. Das änderte sich, als das V12 rauskam und bald das V13 rauskommt. Jetzt erhofft man sich sichere und gut designte 90+kmh mit hoher Sicherheitsmarge, und sollte das V13 funktionieren wie erhofft wird es das Image der Firma ändern.</p>
|
||||
|
||||
<h3 id="kingsong">Kingsong <img class="logos" src="img/kingsongLogo.png"/></h3>
|
||||
<img class="righties" src="img/KidsKS16X.jpg">
|
||||
<img class="lefties" src="img/kingsong2.jpg">
|
||||
<p>Kingsong ist sehr ähnlich zu Inmotion, nur kleiner und ohne den großen Scooter und E-bike Markt dahinter. Qualität und Design waren die Merkmale, so wie Langlebigkeit und Robustheit. Mit dem S18 war Kingsong auch einer der ersten Firmen mit Federung für EUCs. Kingsong pionierte das heute oft genutze Schwingarm Design für Federungen. Aber mit dem S18, und später S20 hat das Image etwas Schaden genommen. Beide Geräte hatten große Proble am Anfang, bis hin zum abbrennen des S20 Prototypen. Trotzdem waren beide Geräte ein großer Erfolg, und die Fehler wurden größtenteils behoben. Kingsong ist ebenfals bekannt für die extrem guten <a href="#trolley">Trolley Handle</a>, wie der beim KS 16X und voherigen Modellen.</p>
|
||||
|
||||
<h3 id="begode">Gotway/Begode <img class="logos" src="img/BEGODElogo.jpg"/></h3>
|
||||
<img class="righties" src="img/BegodeLineup.jpg">
|
||||
<img class="lefties" src="img/BegodeMemeBurn.jpg">
|
||||
<p>Gotway, oder wie sie sich heute nennen Begode, ist schwer zu beschreiben und einzuordnen. Viele Meinungen und Kontroversen. Die Firma wurde nach allen oben genannten gegründet, und wie im Kapitel <a href="#historie">Historie</a> zu lesen, hatten sie den Fokus gleich auf Leistung gesetzt. Das Design und die Qualität waren am Anfang und auch eigentlich bis vor kurzem grauenvoll. Aber sie waren die ersten die 40kmh, dann 50, dann 60, dann 70, dann 80 und heute 100kmh erreichen können, sie sind die die <a href="#wh">4800wh</a> in ein Gerät packen, egal wies aussieht oder wie schwer es ist. Gotway hat aktiv die grenzen des Sports und der Einräder nach vorne gebracht. Immer wenn ein neues schnelleres Gerät raus kam hieß es, ach wer fährt denn schon 40kmh mit so nem Teil. Heute ist 40kmh die mittel Geschwindigkeit, und es wird 70+ erwartet. Auch typisch Begode ist es, durch bis zu 7+ neue Geräte im Jahr die eigenen Geräte schnell veralten zu lassen. Kingsong und Inmotion bringen meist 1 Gerät pro jahr raus.</p>
|
||||
|
||||
<p>Durch die fehlende Qualität, die fehlenden Sicherheitesmaßnahmen und minimalen <a href="#BMS">BMSs</a> die Gotway verbaute kam es in der Vergangenheit all zu oft zu <a href="#akkuss">Akkubränden</a>, wofür Begode auch in der ganzen Community bekannt ist. Dazu gibt es da die fehlende Kommunikation mit der Community und fehlende Reaktion auf Fehler der Geräte. Trotzdem war Begode die erste Firma die standardmäßig <a href="#spiked-pedals">Spiked-pedals</a> verbaute, was ein Wunsch der der Community war und welche bis heute die besten mitgelieferten Spiked-pedals sind. Alle anderen Firmen zogen mit schlechteren Versionen nach, was normalerweise von Begode erwartet wird. Begode waren die ersten, die von 84V auf 100V umstiegen, und neuerdings auch auf 134V, welches ungesehene Leistung bereitstellt. Wieder ziehen die anderen Hersteller langsam nach, und haben trotzdem schwächere Geräte. Die neue Generation von Begode hat besseres, fast gutes Design und in manchen Aspekten auch bessere Federungen als die Konkurrenz, trotzdem brechen die (völlig freiliegenden) Batterie Befestigungen leicht ab und man muss sich DIY Lösungen kaufen um weiter fahren zu können (bei fast 5000€ Geräten). </p>
|
||||
|
||||
<p>Es geht immer so weiter, viele schwören auf Begode, viele würden sich nie eins zulegen. Am Ende muss es jeder für sich entscheiden.</p>
|
||||
|
||||
<h3 id="veteran">Leaperkim/Veteran <img class="logos" src="img/veteranLogo.png"/></h3>
|
||||
<img class="righties" src="img/Shermangrey.jpg">
|
||||
<img class="lefties" src="img/abrahams.jpg">
|
||||
<p>Veteran ist für viele der Lieling. Bestehend aus Ex Gotway Ingenieuren und Mitarbeitern, die mit den Entscheidungen von Gotway nicht einverstanden waren, brachte Veteran 2020 als erstes Gerät das Veteran Sherman raus. Und es Schlug ein wie eine Bombe, es war ein voller Erfolg. Das Robuste, fast militärische Design zusammen mit der hohen stabilen Geschwindigkeit und der großen Reichweite sorgte für eine starke Beliebtheit, auch Heute noch und sogar außerhalb der EUC Community. Allein dieses Gerät und der Kontent dazu brachte eine ganze Welle an neuen Fahrern zum Sport. Schnell war Veteran in den Köpfen als robust, zuverlässig und schnell eingespeichert. Als dann das neue Modell Veteran Abrahams mit größerem Reifen angeküdigt wurde, war der Hype groß. Doch als es dann raus kam gab es große Enttäuschungen, das Gerät hat in jeder Hinsicht versagt und war dazu sehr anfällig für <a href="#cutout">Cut-outs</a>. Danach war das Image beschädigt. Erst ein Jahr später kam das Veteran Sherman Max heraus, was der Nachfolger vom normalen Sherman wurde. </p>
|
||||
|
||||
<p>Veteran scheint aus den Fehlern mit dem Abrahams gelernt zu haben, denn mit dem neusten Release des Sherman S haben sie ein weiteres vielversprechenden Gerät vorgestellt. Vollständige Metall Konsstruktion, weltklasse Federung, Großer Akku und genug Leistung.</p>
|
||||
|
||||
<h3 id="extremebull">Extreme Bull</h3>
|
||||
<p>Bei Extreme Bull ist nicht alles ganz klar. Es scheint eine Untermarke von Begode zu sein, die noch dreister andere Geräte kopiert und in billger anbietet als es Begode tut. Man sieht kaum Geräte von Extreme Bull herumfahren, und viele Verkäufer bieten die auch gar nicht erst an. Aber seit kurzem gibt es Gerüchte über eine Sherman S Kopie namens Commander Pro. Sollten die Gerüchte stimmen und das Gerät halten was es verspricht, könnte Extreme Bull auf dem Vormarsch sein.</p>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
</body>
|
||||
</html>
|
139
src/pages/HerstellerDE.html
Normal file
139
src/pages/HerstellerDE.html
Normal file
|
@ -0,0 +1,139 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
<title>Hersteller</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartDE.html">Start</a>
|
||||
<a href="EUC Überblick DE.html#start">Was sind EUCs?</a>
|
||||
<a href="EUC Überblick DE.html#why">Warum EUCs?</a>
|
||||
<a href="EUC Überblick DE.html#funktion">Funktionsweise</a>
|
||||
<a href="EUC Überblick DE.html#begriffe">Begriffe</a>
|
||||
<a href="EUC Überblick DE.html#sicherheit">Sicherheit</a>
|
||||
<a href="EUC Überblick DE.html#ausrüstung">Ausrüstung</a>
|
||||
<a href="EUC Überblick DE.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick DE.html#akkuss">Akkusicherheit</a>
|
||||
<a href="EUC Überblick DE.html#fahrweise">Fahrweise</a>
|
||||
<a href="EUC Überblick DE.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick DE.html#leistung">Leistung</a>
|
||||
<a href="EUC Überblick DE.html#federung">Federung</a>
|
||||
<a href="EUC Überblick DE.html#reifen">Reifen</a>
|
||||
<a href="EUC Überblick DE.html#historie">Historie</a>
|
||||
<a href="HerstellerDE.HTML">Hersteller</a>
|
||||
<a href="EUC Überblick DE.html#geräte">Geräte Liste</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='EUC Überblick ENG.html';">Language</button>
|
||||
<div><button onclick="closeit()"><-Schließen</button></div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode-->
|
||||
<script>
|
||||
function myFunction() {
|
||||
var element = document.body
|
||||
element.classList.toggle("light-mode")
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü-->
|
||||
<script>
|
||||
function menü() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "hidden"
|
||||
document.getElementById("navbar").style.visibility = "visible"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit-->
|
||||
<script>
|
||||
function closeit() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "visible"
|
||||
document.getElementById("navbar").style.visibility = "hidden"
|
||||
}
|
||||
</script>
|
||||
|
||||
<article>
|
||||
<!--hersteller-->
|
||||
<div class="row">
|
||||
<h3 id="hersteller">Erklärung und Geschichte der Produzenten</h3>
|
||||
<p>Es gibt/gab viele Hersteller von elektrischen Einrädern, hier werden nur die größeren und wichtigen beschrieben. Neben denen gibt u.a Airwheel, IPS, Solowheel, Rockwheel, Firewheel, ESWAY, Fosjoas, MonoRover, F-wheel. Da der Markt so klein ist, gibt es leider kaum einfach erhältliche Informationen über Verkaufszahlen oder Marktanteile der Firmen.</p>
|
||||
|
||||
<h3 id="ninebot">Ninebot <img class="logos" src="img/ninebotLogo.jpg" /></h3>
|
||||
<img class="righties" src="img/NineBot.webp" />
|
||||
<img class="lefties" src="img/NinebotZ10goood.webp" />
|
||||
<p>Ninebot ist für die Meisten bekannt als Sooter Hersteller, manche kenne auch vielleicht deren elektrische Schuhe oder die Segway ähnlichen Geräte mit kurzer Lenkstange. Ninebot ist die größte und vielseitigste Firma der hier gelisteten. Sie experimentieren viel herum, und haben bei den standard-Scootern viel Erfolg, aber leider bei den Einrädern aufgegeben. So gibt es Heute nur wenige Modelle, alle sind eher Anfängergeräte bis untere Mittelklasse. Trotzdem hat Ninebot vor allem durch das Ninebot Z10 ein ikonisches Gerät auf dem Markt hinterlassen, welches durch außergewöhnliches Design und Qualität hervorsticht.</p>
|
||||
|
||||
<h3 id="inmotion">Inmotion <img class="logos" src="img/inmotionLogo.png" /></h3>
|
||||
<img class="righties" src="img/InmotionLineup.jpg" />
|
||||
<img class="lefties" src="img/V11 3.webp" />
|
||||
<p>Inmotion ist der zweitgrößte Hersteller der hier gelisteten. Ebenfallsgroß im standard-Scooter Segment, hat Inmotion aber auch einen großen wenn nicht den größten Marktanteil an EUCs. Vor allen das Inmotion V8 hat als einsteiger und Commuter Gerät eine hohe Beliebtheit und somit hohe Verkaufszahlen. Auch war es Inmotion, welches das äußerst professionell aussehende erste Suspension EUC V11 auf den Markt brachte. Inmotion steht im allgemeinen für Qualität, Design und Sicherheit dank gutem <a href="#tiltback">Tiltback</a> und hoher Sicherheitsmarge. Aber das alles im Tausch gegen Performance. Bis vor kurzem war Inmotion Synonym für schwach und wenig Reichweite. Das änderte sich, als das V12 rauskam und bald das V13 rauskommt. Jetzt erhofft man sich sichere und gut designte 90+kmh mit hoher Sicherheitsmarge, und sollte das V13 funktionieren wie erhofft wird es das Image der Firma ändern.</p>
|
||||
|
||||
<h3 id="kingsong">Kingsong <img class="logos" src="img/kingsongLogo.png" /></h3>
|
||||
<img class="righties" src="img/KidsKS16X.jpg" />
|
||||
<img class="lefties" src="img/kingsong2.jpg" />
|
||||
<p>Kingsong ist sehr ähnlich zu Inmotion, nur kleiner und ohne den großen Scooter und E-bike Markt dahinter. Qualität und Design waren die Merkmale, so wie Langlebigkeit und Robustheit. Mit dem S18 war Kingsong auch einer der ersten Firmen mit Federung für EUCs. Kingsong pionierte das heute oft genutze Schwingarm Design für Federungen. Aber mit dem S18, und später S20 hat das Image etwas Schaden genommen. Beide Geräte hatten große Proble am Anfang, bis hin zum abbrennen des S20 Prototypen. Trotzdem waren beide Geräte ein großer Erfolg, und die Fehler wurden größtenteils behoben. Kingsong ist ebenfals bekannt für die extrem guten <a href="#trolley">Trolley Handle</a>, wie der beim KS 16X und voherigen Modellen.</p>
|
||||
|
||||
<h3 id="begode">Gotway/Begode <img class="logos" src="img/BEGODElogo.jpg" /></h3>
|
||||
<img class="righties" src="img/BegodeLineup.jpg" />
|
||||
<img class="lefties" src="img/BegodeMemeBurn.jpg" />
|
||||
<p>
|
||||
Gotway, oder wie sie sich heute nennen Begode, ist schwer zu beschreiben und einzuordnen. Viele Meinungen und Kontroversen. Die Firma wurde nach allen oben genannten gegründet, und wie im Kapitel
|
||||
<a href="#historie">Historie</a> zu lesen, hatten sie den Fokus gleich auf Leistung gesetzt. Das Design und die Qualität waren am Anfang und auch eigentlich bis vor kurzem grauenvoll. Aber sie waren die ersten die 40kmh, dann 50, dann 60, dann 70, dann 80 und heute 100kmh erreichen können, sie sind die die <a href="#wh">4800wh</a> in ein Gerät packen, egal wies aussieht oder wie schwer es ist. Gotway hat aktiv die grenzen des Sports und der Einräder nach vorne gebracht. Immer wenn ein neues schnelleres Gerät raus kam hieß es, ach wer fährt denn schon 40kmh mit so nem Teil. Heute ist 40kmh die mittel Geschwindigkeit, und es wird 70+ erwartet. Auch typisch Begode ist es, durch bis zu 7+ neue Geräte im Jahr die eigenen Geräte schnell veralten zu lassen. Kingsong und Inmotion bringen meist 1 Gerät pro jahr raus.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Durch die fehlende Qualität, die fehlenden Sicherheitesmaßnahmen und minimalen <a href="#BMS">BMSs</a> die Gotway verbaute kam es in der Vergangenheit all zu oft zu <a href="#akkuss">Akkubränden</a>, wofür Begode auch in der ganzen Community bekannt ist. Dazu gibt es da die fehlende Kommunikation mit der Community und fehlende Reaktion auf Fehler der Geräte. Trotzdem war Begode die erste Firma die standardmäßig <a href="#spiked-pedals">Spiked-pedals</a> verbaute, was ein Wunsch der der Community war und welche bis heute die besten mitgelieferten Spiked-pedals sind. Alle anderen Firmen zogen mit schlechteren Versionen nach, was normalerweise von Begode erwartet wird. Begode waren die ersten, die von 84V auf 100V umstiegen, und neuerdings auch auf 134V, welches ungesehene Leistung bereitstellt. Wieder ziehen die anderen Hersteller langsam nach, und haben trotzdem schwächere Geräte. Die neue Generation von Begode hat besseres, fast gutes Design und in manchen Aspekten auch
|
||||
bessere Federungen als die Konkurrenz, trotzdem brechen die (völlig freiliegenden) Batterie Befestigungen leicht ab und man muss sich DIY Lösungen kaufen um weiter fahren zu können (bei fast 5000€ Geräten).
|
||||
</p>
|
||||
|
||||
<p>Es geht immer so weiter, viele schwören auf Begode, viele würden sich nie eins zulegen. Am Ende muss es jeder für sich entscheiden.</p>
|
||||
|
||||
<h3 id="veteran">Leaperkim/Veteran <img class="logos" src="img/veteranLogo.png" /></h3>
|
||||
<img class="righties" src="img/Shermangrey.jpg" />
|
||||
<img class="lefties" src="img/abrahams.jpg" />
|
||||
<p>
|
||||
Veteran ist für viele der Lieling. Bestehend aus Ex Gotway Ingenieuren und Mitarbeitern, die mit den Entscheidungen von Gotway nicht einverstanden waren, brachte Veteran 2020 als erstes Gerät das Veteran Sherman raus. Und es Schlug ein wie eine Bombe, es war ein voller Erfolg. Das Robuste, fast militärische Design zusammen mit der hohen stabilen Geschwindigkeit und der großen Reichweite sorgte für eine starke Beliebtheit, auch Heute noch und sogar außerhalb der EUC Community. Allein dieses Gerät und der Kontent dazu brachte eine ganze Welle an neuen Fahrern zum Sport. Schnell war Veteran in den Köpfen als robust, zuverlässig und schnell eingespeichert. Als dann das neue Modell Veteran Abrahams mit größerem Reifen angeküdigt wurde, war der Hype groß. Doch als es dann raus kam gab es große Enttäuschungen, das Gerät hat in jeder Hinsicht versagt und war dazu sehr anfällig für
|
||||
<a href="#cutout">Cut-outs</a>. Danach war das Image beschädigt. Erst ein Jahr später kam das Veteran Sherman Max heraus, was der Nachfolger vom normalen Sherman wurde.
|
||||
</p>
|
||||
|
||||
<p>Veteran scheint aus den Fehlern mit dem Abrahams gelernt zu haben, denn mit dem neusten Release des Sherman S haben sie ein weiteres vielversprechenden Gerät vorgestellt. Vollständige Metall Konsstruktion, weltklasse Federung, Großer Akku und genug Leistung.</p>
|
||||
|
||||
<h3 id="extremebull">Extreme Bull</h3>
|
||||
<p>Bei Extreme Bull ist nicht alles ganz klar. Es scheint eine Untermarke von Begode zu sein, die noch dreister andere Geräte kopiert und in billger anbietet als es Begode tut. Man sieht kaum Geräte von Extreme Bull herumfahren, und viele Verkäufer bieten die auch gar nicht erst an. Aber seit kurzem gibt es Gerüchte über eine Sherman S Kopie namens Commander Pro. Sollten die Gerüchte stimmen und das Gerät halten was es verspricht, könnte Extreme Bull auf dem Vormarsch sein.</p>
|
||||
</div>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
|
@ -1,129 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<title>
|
||||
Hersteller
|
||||
</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartENG.html">Start</a>
|
||||
<a href="EUC Überblick ENG.html#start">What are EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#why">Why EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#funktion">Functionality</a>
|
||||
<a href="EUC Überblick ENG.html#begriffe">Glossarry</a>
|
||||
<a href="EUC Überblick ENG.html#sicherheit">Safety</a>
|
||||
<a href="EUC Überblick ENG.html#ausrüstung">Gear</a>
|
||||
<a href="EUC Überblick ENG.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick ENG.html#akkuss">Battery safety</a>
|
||||
<a href="EUC Überblick ENG.html#fahrweise">Ride style</a>
|
||||
<a href="EUC Überblick ENG.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick ENG.html#leistung">Performance</a>
|
||||
<a href="EUC Überblick ENG.html#federung">Suspension</a>
|
||||
<a href="EUC Überblick ENG.html#reifen">Tires</a>
|
||||
<a href="EUC Überblick ENG.html#historie">History</a>
|
||||
<a href="HerstellerENG.HTML">Manufacturer</a>
|
||||
<a href="EUC Überblick ENG.html#geräte">Device list</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='HerstellerDE.HTML';">Sprache</button>
|
||||
<div><button onclick="closeit()"><a><-Close</a></button></div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode--><script>
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("light-mode");
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü--><script>
|
||||
function menü() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="hidden";
|
||||
document.getElementById("navbar").style.visibility="visible";
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit--><script>
|
||||
function closeit() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="visible";
|
||||
document.getElementById("navbar").style.visibility="hidden";
|
||||
}
|
||||
</script>
|
||||
|
||||
<article>
|
||||
<!--hersteller--><div class="row">
|
||||
<h3 id="hersteller">History and explonation of manufacturers</h3>
|
||||
<p>There are/were many manufacturers of electric unicycles, only the larger and more important ones are described here. In addition to those, there are Airwheel, IPS, Solowheel, Rockwheel, Firewheel, ESWAY, Fosjoas, MonoRover, F-wheel, among others. Unfortunately, because the market is so small, there is little readily available information about company sales or market share.</p>
|
||||
|
||||
<h3 id="ninebot">Ninebot <img class="logos" src="img/ninebotLogo.jpg"/></h3>
|
||||
<img class="righties" src="img/NineBot.webp">
|
||||
<img class="lefties" src="img/NinebotZ10goood.webp">
|
||||
<p>Ninebot is known to most as a sooter manufacturer, some may also know their electric shoes or Segway-like devices with short handlebars. Ninebot is the largest and most versatile company of those listed here. They experiment a lot and have had a lot of success with the standard scooters, but unfortunately gave up on the unicycles. So today there are only a few models, all of them are rather beginner devices to lower middle class. Nevertheless, Ninebot has left an iconic device on the market, especially with the Ninebot Z10, which stands out with its extraordinary design and quality.</p>
|
||||
|
||||
<h3 id="inmotion">Inmotion <img class="logos" src="img/inmotionLogo.png"/></h3>
|
||||
<img class="righties" src="img/InmotionLineup.jpg">
|
||||
<img class="lefties" src="img/V11 3.webp">
|
||||
<p>Inmotion is the second largest manufacturer of those listed here. Also big in the standard scooter segment, Inmotion also has a large if not the largest market share of EUCs. Above all, the Inmotion V8 is very popular as a beginner and commuter device and therefore has high sales figures. It was also Inmotion that launched the extremely professional looking first Suspension EUC V11. Inmotion generally stands for quality, design and safety thanks to good <a href="#tiltback">tiltback</a> and high safety margin. But all this in exchange for performance. Until recently, inmotion was synonymous with weak and little range. That changed when the V12 came out and soon the V13 will come out. Now we are hoping for a safe and well-designed 90+kmh with a high safety margin, and should the V13 perform as hoped it will change the company's image.</p>
|
||||
|
||||
<h3 id="kingsong">Kingsong <img class="logos" src="img/kingsongLogo.png"/></h3>
|
||||
<img class="righties" src="img/KidsKS16X.jpg">
|
||||
<img class="lefties" src="img/kingsong2.jpg">
|
||||
<p>Kingsong is very similar to Inmotion, only smaller and without the big scooter and e-bike market behind it. Quality and design were the characteristics, as well as durability and robustness. With the S18, Kingsong was also one of the first companies to introduce suspension for EUCs. Kingsong pioneered the swing arm design for suspension that is widely used today. But with the S18, and later the S20, the image took some damage. Both devices had big problems at the beginning, up to the burning of the S20 prototype. Despite this, both devices were a great success, and the bugs were mostly fixed. Kingsong is also known for their extremely good <a href="#trolley">trolley handle</a>, like the one on the KS 16X and previous models.</p>
|
||||
|
||||
<h3 id="begode">Gotway/Begode <img class="logos" src="img/BEGODElogo.jpg"/></h3>
|
||||
<img class="righties" src="img/BegodeLineup.jpg">
|
||||
<img class="lefties" src="img/BegodeMemeBurn.jpg">
|
||||
<p>Gotway, or Begode as they call themselves today, is difficult to describe and classify. Many opinions and controversies. The company was founded after all of the above were, and as you can read in the <a href="#historie">History</a> chapter, they had the focus on performance right away. The design and the quality were terrible in the beginning and actually until recently. But they were the first to be able to hit 40kmh, then 50, then 60, then 70, then 80 and now 100kmh, they're the ones who pack <a href="#wh">4800wh</a> into one device, no matter what it looks like or how heavy it is. Gotway has actively pushed the boundaries of the sport and unicycles. Whenever a new, faster device came out, it was said, oh who rides 40kmh on a unicycle anyway. Today 40kmh is the medium speed and 70+ is expected. It is also typical of Begode to let their own devices quickly become obsolete with up to 7+ new devices a year. Kingsong and Inmotion usually release 1 device per year.</p>
|
||||
|
||||
<p>Due to the lack of quality, the lack of safety measures and minimal <a href="#BMS">BMSs</a> that Gotway installs, <a href="#akkuss">battery fires</a> happened all too often in the past, which Begode is also known for throughout the community. There is also a lack of communication with the community and a lack of reaction to productions defects. Nevertheless, Begode was the first company to use <a href="#spiked-pedals">spiked pedals</a> as standard, which was a request from the community and which are the best included default <a href="#spiked-pedals">spiked pedals</a> to date. All other companies followed suit with worse versions, which is what is normally expected of Begode. Begode were the first to move from 84V to 100V, and more recently to 134V, which provides unprecedented power. Again, the other manufacturers are slowly catching up and still have weaker devices. The new generation of Begode has better, almost good design and in some aspects also better suspension than the competition, nevertheless the (completely exposed) battery mounts break off easily and you have to buy DIY solutions to continue riding (for an almost 5000€ Device). </p>
|
||||
|
||||
<p>It goes on and on, many swear by Begode, many would never buy one. In the end everyone has to decide for themselves.</p>
|
||||
|
||||
<h3 id="veteran">Leaperkim/Veteran <img class="logos" src="img/veteranLogo.png"/></h3>
|
||||
<img class="righties" src="img/Shermangrey.jpg">
|
||||
<img class="lefties" src="img/abrahams.jpg">
|
||||
<p>Veteran is the favorite for many. Comprised of ex-Gotway engineers and employees who disagreed with Gotway's decisions, Veteran released the Veteran Sherman in 2020 as its first device. And it hit like a bomb, it was a complete success. The robust, almost military design together with the high stable speed and the long range made it very popular even today and even outside the EUC community. This device and the content alone brought a whole wave of new riders to the sport. Veteran was quickly stored in people's minds as robust, reliable and fast. When the new Veteran Abrahams model with bigger tires was announced, the hype was huge. But when it came out there were big disappointments, the device failed in every aspect and was also very prone to <a href="#cutout">cut-outs</a>. After that the image was damaged. Only a year later the veteran Sherman Max came out, which became the successor to the normal Sherman. </p>
|
||||
|
||||
<p>Veteran seems to have learned from their mistakes with the Abrahams, as they have introduced another promising device with the latest release of the Sherman S. All metal construction, world class suspension, large battery and enough power.</p>
|
||||
|
||||
<h3 id="extremebull">Extreme Bull</h3>
|
||||
<p>With Extreme Bull, not everything is entirely clear. It seems to be a sub-brand of Begode, which even more brazenly copies other devices and offers them cheaper than Begode does. Extreme Bull devices are rarely seen riding around, and many resellers don't even offer them. But, as of recently there are rumors about a Sherman S copy called Commander pro. should the rumors be true, and should the device deliver whats promised, Extreme Bull might be on the rise.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</body>
|
||||
</html>
|
142
src/pages/HerstellerENG.html
Normal file
142
src/pages/HerstellerENG.html
Normal file
|
@ -0,0 +1,142 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
<title>Hersteller</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartENG.html">Start</a>
|
||||
<a href="EUC Überblick ENG.html#start">What are EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#why">Why EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#funktion">Functionality</a>
|
||||
<a href="EUC Überblick ENG.html#begriffe">Glossarry</a>
|
||||
<a href="EUC Überblick ENG.html#sicherheit">Safety</a>
|
||||
<a href="EUC Überblick ENG.html#ausrüstung">Gear</a>
|
||||
<a href="EUC Überblick ENG.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick ENG.html#akkuss">Battery safety</a>
|
||||
<a href="EUC Überblick ENG.html#fahrweise">Ride style</a>
|
||||
<a href="EUC Überblick ENG.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick ENG.html#leistung">Performance</a>
|
||||
<a href="EUC Überblick ENG.html#federung">Suspension</a>
|
||||
<a href="EUC Überblick ENG.html#reifen">Tires</a>
|
||||
<a href="EUC Überblick ENG.html#historie">History</a>
|
||||
<a href="HerstellerENG.HTML">Manufacturer</a>
|
||||
<a href="EUC Überblick ENG.html#geräte">Device list</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='HerstellerDE.HTML';">Sprache</button>
|
||||
<div>
|
||||
<button onclick="closeit()"><a><-Close</a></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode-->
|
||||
<script>
|
||||
function myFunction() {
|
||||
var element = document.body
|
||||
element.classList.toggle("light-mode")
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü-->
|
||||
<script>
|
||||
function menü() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "hidden"
|
||||
document.getElementById("navbar").style.visibility = "visible"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit-->
|
||||
<script>
|
||||
function closeit() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "visible"
|
||||
document.getElementById("navbar").style.visibility = "hidden"
|
||||
}
|
||||
</script>
|
||||
|
||||
<article>
|
||||
<!--hersteller-->
|
||||
<div class="row">
|
||||
<h3 id="hersteller">History and explonation of manufacturers</h3>
|
||||
<p>There are/were many manufacturers of electric unicycles, only the larger and more important ones are described here. In addition to those, there are Airwheel, IPS, Solowheel, Rockwheel, Firewheel, ESWAY, Fosjoas, MonoRover, F-wheel, among others. Unfortunately, because the market is so small, there is little readily available information about company sales or market share.</p>
|
||||
|
||||
<h3 id="ninebot">Ninebot <img class="logos" src="img/ninebotLogo.jpg" /></h3>
|
||||
<img class="righties" src="img/NineBot.webp" />
|
||||
<img class="lefties" src="img/NinebotZ10goood.webp" />
|
||||
<p>Ninebot is known to most as a sooter manufacturer, some may also know their electric shoes or Segway-like devices with short handlebars. Ninebot is the largest and most versatile company of those listed here. They experiment a lot and have had a lot of success with the standard scooters, but unfortunately gave up on the unicycles. So today there are only a few models, all of them are rather beginner devices to lower middle class. Nevertheless, Ninebot has left an iconic device on the market, especially with the Ninebot Z10, which stands out with its extraordinary design and quality.</p>
|
||||
|
||||
<h3 id="inmotion">Inmotion <img class="logos" src="img/inmotionLogo.png" /></h3>
|
||||
<img class="righties" src="img/InmotionLineup.jpg" />
|
||||
<img class="lefties" src="img/V11 3.webp" />
|
||||
<p>
|
||||
Inmotion is the second largest manufacturer of those listed here. Also big in the standard scooter segment, Inmotion also has a large if not the largest market share of EUCs. Above all, the Inmotion V8 is very popular as a beginner and commuter device and therefore has high sales figures. It was also Inmotion that launched the extremely professional looking first Suspension EUC V11. Inmotion generally stands for quality, design and safety thanks to good
|
||||
<a href="#tiltback">tiltback</a> and high safety margin. But all this in exchange for performance. Until recently, inmotion was synonymous with weak and little range. That changed when the V12 came out and soon the V13 will come out. Now we are hoping for a safe and well-designed 90+kmh with a high safety margin, and should the V13 perform as hoped it will change the company's image.
|
||||
</p>
|
||||
|
||||
<h3 id="kingsong">Kingsong <img class="logos" src="img/kingsongLogo.png" /></h3>
|
||||
<img class="righties" src="img/KidsKS16X.jpg" />
|
||||
<img class="lefties" src="img/kingsong2.jpg" />
|
||||
<p>Kingsong is very similar to Inmotion, only smaller and without the big scooter and e-bike market behind it. Quality and design were the characteristics, as well as durability and robustness. With the S18, Kingsong was also one of the first companies to introduce suspension for EUCs. Kingsong pioneered the swing arm design for suspension that is widely used today. But with the S18, and later the S20, the image took some damage. Both devices had big problems at the beginning, up to the burning of the S20 prototype. Despite this, both devices were a great success, and the bugs were mostly fixed. Kingsong is also known for their extremely good <a href="#trolley">trolley handle</a>, like the one on the KS 16X and previous models.</p>
|
||||
|
||||
<h3 id="begode">Gotway/Begode <img class="logos" src="img/BEGODElogo.jpg" /></h3>
|
||||
<img class="righties" src="img/BegodeLineup.jpg" />
|
||||
<img class="lefties" src="img/BegodeMemeBurn.jpg" />
|
||||
<p>
|
||||
Gotway, or Begode as they call themselves today, is difficult to describe and classify. Many opinions and controversies. The company was founded after all of the above were, and as you can read in the
|
||||
<a href="#historie">History</a> chapter, they had the focus on performance right away. The design and the quality were terrible in the beginning and actually until recently. But they were the first to be able to hit 40kmh, then 50, then 60, then 70, then 80 and now 100kmh, they're the ones who pack <a href="#wh">4800wh</a> into one device, no matter what it looks like or how heavy it is. Gotway has actively pushed the boundaries of the sport and unicycles. Whenever a new, faster device came out, it was said, oh who rides 40kmh on a unicycle anyway. Today 40kmh is the medium speed and 70+ is expected. It is also typical of Begode to let their own devices quickly become obsolete with up to 7+ new devices a year. Kingsong and Inmotion usually release 1 device per year.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Due to the lack of quality, the lack of safety measures and minimal
|
||||
<a href="#BMS">BMSs</a> that Gotway installs, <a href="#akkuss">battery fires</a> happened all too often in the past, which Begode is also known for throughout the community. There is also a lack of communication with the community and a lack of reaction to productions defects. Nevertheless, Begode was the first company to use <a href="#spiked-pedals">spiked pedals</a> as standard, which was a request from the community and which are the best included default <a href="#spiked-pedals">spiked pedals</a> to date. All other companies followed suit with worse versions, which is what is normally expected of Begode. Begode were the first to move from 84V to 100V, and more recently to 134V, which provides unprecedented power. Again, the other manufacturers are slowly catching up and still have weaker devices. The new generation of Begode has better, almost good design and in some aspects also better suspension than the competition, nevertheless the (completely exposed) battery mounts
|
||||
break off easily and you have to buy DIY solutions to continue riding (for an almost 5000€ Device).
|
||||
</p>
|
||||
|
||||
<p>It goes on and on, many swear by Begode, many would never buy one. In the end everyone has to decide for themselves.</p>
|
||||
|
||||
<h3 id="veteran">Leaperkim/Veteran <img class="logos" src="img/veteranLogo.png" /></h3>
|
||||
<img class="righties" src="img/Shermangrey.jpg" />
|
||||
<img class="lefties" src="img/abrahams.jpg" />
|
||||
<p>Veteran is the favorite for many. Comprised of ex-Gotway engineers and employees who disagreed with Gotway's decisions, Veteran released the Veteran Sherman in 2020 as its first device. And it hit like a bomb, it was a complete success. The robust, almost military design together with the high stable speed and the long range made it very popular even today and even outside the EUC community. This device and the content alone brought a whole wave of new riders to the sport. Veteran was quickly stored in people's minds as robust, reliable and fast. When the new Veteran Abrahams model with bigger tires was announced, the hype was huge. But when it came out there were big disappointments, the device failed in every aspect and was also very prone to <a href="#cutout">cut-outs</a>. After that the image was damaged. Only a year later the veteran Sherman Max came out, which became the successor to the normal Sherman.</p>
|
||||
|
||||
<p>Veteran seems to have learned from their mistakes with the Abrahams, as they have introduced another promising device with the latest release of the Sherman S. All metal construction, world class suspension, large battery and enough power.</p>
|
||||
|
||||
<h3 id="extremebull">Extreme Bull</h3>
|
||||
<p>With Extreme Bull, not everything is entirely clear. It seems to be a sub-brand of Begode, which even more brazenly copies other devices and offers them cheaper than Begode does. Extreme Bull devices are rarely seen riding around, and many resellers don't even offer them. But, as of recently there are rumors about a Sherman S copy called Commander pro. should the rumors be true, and should the device deliver whats promised, Extreme Bull might be on the rise.</p>
|
||||
</div>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
|
@ -1,29 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>KS S22</title>
|
||||
<link rel="stylesheet" href="Geräte.css">
|
||||
<link rel="stylesheet" href="Geräte.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="sidenavbar">
|
||||
|
@ -31,7 +31,6 @@
|
|||
<a href="EUC Überblick DE.html">Start</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<img src="KS S22/S22shutterkode2.jpg" />
|
||||
|
@ -52,7 +51,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4"><img src="KS S22/S22shutterkode5.jpg" /></div>
|
||||
<div class="col-4"><img src="KS S22/BusJump.jpg" /></div>
|
||||
|
@ -150,7 +148,6 @@
|
|||
<td>nope</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>Accessoires</td>
|
||||
<td>Powerpads, Jumppads, Seat, Spiked-Pedals</td>
|
||||
|
@ -203,9 +200,6 @@
|
|||
<td>Ladeports:</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,28 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>KS S22</title>
|
||||
<link rel="stylesheet" href="Geräte.css">
|
||||
<link rel="stylesheet" href="Geräte.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="sidenavbar">
|
||||
|
@ -30,7 +30,6 @@
|
|||
<a href="EUC Überblick DE.html">Start</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<img src="KS S22/S22shutterkode2.jpg" />
|
||||
|
@ -51,7 +50,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4"><img src="KS S22/S22shutterkode5.jpg" /></div>
|
||||
<div class="col-4"><img src="KS S22/BusJump.jpg" /></div>
|
||||
|
@ -199,8 +197,6 @@
|
|||
<td>Load ports:</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,34 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
|
||||
<title>Start</title>
|
||||
<link rel="stylesheet" href="Start.css">
|
||||
<link rel="stylesheet" href="Start.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<img id="cover" src="img/Gear3.webp" />
|
||||
<div class="centered"><h1>Bock auf was Neues?</h1></div>
|
||||
|
@ -36,33 +35,31 @@
|
|||
|
||||
<h1 id="gone">Bock auf was Neues?</h1>
|
||||
|
||||
|
||||
<p>Flexible - Modern - schneller als die Polizei erlaubt. Das sind moderne eletrische Einräder.</p>
|
||||
<div class="righties"><img src="img/ShermanStanding.jpg" /></div>
|
||||
|
||||
<p>Von 0 auf 50kmh in 3s, 100kmh top Geschwindigkeit und 230km Reichweite machen aus diesen Geräten den ultimativen Sport.</p>
|
||||
<div class="righties"><img src="img/UltimativeSport.jpg" /></div>
|
||||
|
||||
|
||||
<p>Gleichzeitig 50° steile Wände hochfahren und MTB Trails mit leichtigkeit nehmen.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/MTBtrailsEase.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/MTBtrailsEase.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Jeden Weg nutzen und nie wieder im Verkehr stecken.</p>
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/traffic.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/traffic.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Und trotzdem leicht zu transportiren und untern Tisch zu packen.</p>
|
||||
<div class="righties"><img src="img/KidsKS16X.jpg" /></div>
|
||||
|
||||
|
||||
<p>Interessiert? Dann tauche in die Welt der PEV's und EUC's ein:</p>
|
||||
|
||||
|
||||
<a href="EUC Überblick DE.html">
|
||||
<div id="MoreButton">
|
||||
<p>Ich will alles darüber lesen!</p>
|
||||
|
@ -80,6 +77,5 @@
|
|||
<p>Language</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,36 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
|
||||
<title>Start</title>
|
||||
<link rel="stylesheet" href="Start.css">
|
||||
<link rel="stylesheet" href="Start.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<img id="cover" src="img/Gear3.webp" />
|
||||
<div class="centered"><h1>Wanna try something new?</h1></div>
|
||||
|
@ -48,15 +46,19 @@
|
|||
|
||||
<p>Meanwhile climbing 50° steep walls and taking MTB trails with ease.</p>
|
||||
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/MTBtrailsEase.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/MTBtrailsEase.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Taking every path and never get stuck in traffic again.</p>
|
||||
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="video/traffic.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="video/traffic.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>But still being easy to carry and store just under your desk.</p>
|
||||
|
||||
|
@ -81,6 +83,5 @@
|
|||
<p>Sprache</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,92 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
<title>
|
||||
soon
|
||||
</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartENG.html">Start</a>
|
||||
<a href="EUC Überblick ENG.html#start">What are EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#why">Why EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#funktion">Functionality</a>
|
||||
<a href="EUC Überblick ENG.html#begriffe">Glossarry</a>
|
||||
<a href="EUC Überblick ENG.html#sicherheit">Safety</a>
|
||||
<a href="EUC Überblick ENG.html#ausrüstung">Gear</a>
|
||||
<a href="EUC Überblick ENG.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick ENG.html#akkuss">Battery safety</a>
|
||||
<a href="EUC Überblick ENG.html#fahrweise">Ride style</a>
|
||||
<a href="EUC Überblick ENG.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick ENG.html#leistung">Performance</a>
|
||||
<a href="EUC Überblick ENG.html#federung">Suspension</a>
|
||||
<a href="EUC Überblick ENG.html#reifen">Tires</a>
|
||||
<a href="EUC Überblick ENG.html#historie">History</a>
|
||||
<a href="HerstellerENG.HTML">Manufacturer</a>
|
||||
<a href="EUC Überblick ENG.html#geräte">Device list</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='HerstellerDE.HTML';">Sprache</button>
|
||||
<div><button onclick="closeit()"><a><-Close</a></button></div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode--><script>
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("light-mode");
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü--><script>
|
||||
function menü() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="hidden";
|
||||
document.getElementById("navbar").style.visibility="visible";
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit--><script>
|
||||
function closeit() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("menü");
|
||||
document.getElementById("sidenavbar").style.visibility="visible";
|
||||
document.getElementById("navbar").style.visibility="hidden";
|
||||
}
|
||||
</script>
|
||||
|
||||
<p style="text-align: center;">This side is not available yet.</p>
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
93
src/pages/soon.html
Normal file
93
src/pages/soon.html
Normal file
|
@ -0,0 +1,93 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
<title>soon</title>
|
||||
<link rel="stylesheet" href="EUC Überblick.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="StartENG.html">Start</a>
|
||||
<a href="EUC Überblick ENG.html#start">What are EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#why">Why EUCs?</a>
|
||||
<a href="EUC Überblick ENG.html#funktion">Functionality</a>
|
||||
<a href="EUC Überblick ENG.html#begriffe">Glossarry</a>
|
||||
<a href="EUC Überblick ENG.html#sicherheit">Safety</a>
|
||||
<a href="EUC Überblick ENG.html#ausrüstung">Gear</a>
|
||||
<a href="EUC Überblick ENG.html#cutout">Cut-out's</a>
|
||||
<a href="EUC Überblick ENG.html#akkuss">Battery safety</a>
|
||||
<a href="EUC Überblick ENG.html#fahrweise">Ride style</a>
|
||||
<a href="EUC Überblick ENG.html#wobbles">Wobbles</a>
|
||||
<a href="EUC Überblick ENG.html#leistung">Performance</a>
|
||||
<a href="EUC Überblick ENG.html#federung">Suspension</a>
|
||||
<a href="EUC Überblick ENG.html#reifen">Tires</a>
|
||||
<a href="EUC Überblick ENG.html#historie">History</a>
|
||||
<a href="HerstellerENG.HTML">Manufacturer</a>
|
||||
<a href="EUC Überblick ENG.html#geräte">Device list</a>
|
||||
<button onclick="myFunction()">Light Mode</button>
|
||||
<button onclick="window.location.href='HerstellerDE.HTML';">Sprache</button>
|
||||
<div>
|
||||
<button onclick="closeit()"><a><-Close</a></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidenavbar">
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
<a><button onclick="menü()">Menu</button></a>
|
||||
</div>
|
||||
|
||||
<!--light-mode-->
|
||||
<script>
|
||||
function myFunction() {
|
||||
var element = document.body
|
||||
element.classList.toggle("light-mode")
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--menü-->
|
||||
<script>
|
||||
function menü() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "hidden"
|
||||
document.getElementById("navbar").style.visibility = "visible"
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--closeit-->
|
||||
<script>
|
||||
function closeit() {
|
||||
var element = document.body
|
||||
element.classList.toggle("menü")
|
||||
document.getElementById("sidenavbar").style.visibility = "visible"
|
||||
document.getElementById("navbar").style.visibility = "hidden"
|
||||
}
|
||||
</script>
|
||||
|
||||
<p style="text-align: center">This side is not available yet.</p>
|
||||
<a href="javascript:history.back()">Back</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue