Schuberth SC Edge Mesh - Details und UVP (2025)

UVP:

369,-- Euro

Mesh

Jetzt bewerten


Bewertung abgeben

Deine Meinung zählt

'); hasErrors = true; } if (anonymName.val().trim() === '') { anonymName.addClass('is-invalid'); anonymName.after('

Bitte gib deinen Nickname ein.

'); hasErrors = true; } if (anonymEmail.val().trim() === '' || !validateEmail(anonymEmail.val())) { anonymEmail.addClass('is-invalid'); anonymEmail.after('

Bitte gib eine gültige E-Mail-Adresse ein.

'); hasErrors = true; } if (!hasErrors && profilStatus === 'mit') { jQuery.ajax({ url: "/dynamic/check_email.php", method: "POST", data: {email: anonymEmail.val()}, dataType: "json", async: false, success: function (response) { if (response.status === 'registered') { anonymEmail.addClass('is-invalid'); anonymEmail.after('

' + response.message + '

'); jQuery.confirm({ title: 'E-Mail bereits registriert', content: 'Diese E-Mail-Adresse ist bereits registriert. Möchtest du dich stattdessen einloggen?', buttons: { cancel: { text: 'Abbrechen', btnClass: 'btn', action: function () { } }, login: { text: 'Login', btnClass: 'btn-blue login_popover noredirect', action: function () { } } } }); hasErrors = true; } } }); jQuery.ajax({ url: "/dynamic/check_nickname.php", method: "POST", data: {nickname: anonymName.val()}, dataType: "json", async: false, // Warten, bis die Nickname-Überprüfung abgeschlossen ist success: function (response) { if (response.status === 'error') { anonymName.addClass('is-invalid'); anonymName.after('

' + response.message + '

'); hasErrors = true; } } }); } if (hasErrors) { return; } var commentData = { action: 'produktbewertung_comment', produktbewertung_id: '3253', comment_text: commentTextarea.val(), news_id: '', profil_status: profilStatus }; commentData.anonym_name = anonymName.val(); commentData.anonym_email = anonymEmail.val(); containerEl.find('#commentLoadingOverlay').show(); jQuery.ajax({ url: "/dynamic/produktbewertung_absenden.php", method: "POST", data: commentData, dataType: "html", success: function (data) { containerEl.fadeOut("slow", function () { containerEl.html(data).fadeIn("slow"); if (profilStatus === 'mit') { var confirmTemplate = `

Ein Aktivierungscode wurde an deine E-Mail-Adresse ${anonymEmail.val()} gesendet. Bitte gib den Code ein, um dein Konto zu aktivieren:

`; jQuery.confirm({ closeIcon: true, useBootstrap: true, columnClass: 'small', title: 'Aktivierungscode eingeben', content: confirmTemplate, buttons: { cancel: { text: 'Abbrechen', btnClass: 'btn', action: function () { // Schließt den Dialog ohne weitere Aktion } }, confirm: { text: 'Bestätigen', btnClass: 'btn-blue', action: function () { var activationCode = this.$content.find('#activation-code').val(); if (activationCode.trim() === '') { this.$content.find('.errormsg').show().text('Der Code darf nicht leer sein.'); return false; // Verhindert das Schließen des Dialogs } // AJAX-Anfrage zur Überprüfung des Aktivierungscodes var dialogInstance = this; // Referenz auf den Dialog speichern jQuery.ajax({ url: "/dynamic/validate_activation_code.php", method: "POST", data: { activation_code: activationCode, email: anonymEmail.val() }, dataType: "json", success: function (response) { if (response.status === 'success') { dialogInstance.close(); // Dialog schließen, wenn erfolgreich jQuery.alert('Dein Konto wurde erfolgreich aktiviert.', function () { location.reload(); }); } else { dialogInstance.$content.find('.errormsg').show().text('Der Code ist ungültig.'); } }, error: function () { dialogInstance.$content.find('.errormsg').show().text('Es gab ein Problem mit der Anfrage. Bitte versuche es erneut.'); } }); return false; } } } }); } }); }, complete: function () { containerEl.find('#commentLoadingOverlay').hide(); } }); }); function validateEmail(email) { var re = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; return re.test(String(email).toLowerCase()); }

Produktdetails des Herstellers – Schuberth SC Edge

Geeignet für die gesamte Helmmodellreihe, das SCHUBERTH SC EDGE ist das Ergebnis der erneuerten Partnerschaft mit Cardo Systems. Das SCHUBERTH SC EDGE basiert auf Cardos Spitzenmodell, das PACKTALK EDGE und bietet das Dynamic Mesh Communication (DMC) der 2. Generation, Bluetooth 5.2, die Bedienung per Natural Voice, Over-the-Air-Updates und eine Reichweite von bis zu 1,6 km.

Produktmerkmale

  • Basieren auf dem PACKTALK EDGE
  • Bluetooth 5.2
  • Mehrkanalkommunikation
  • Dynamic Mesh Communication (DMC) der 2. Generation und Bluetooth Intercom mit einer Reichweite bis zu 1.6 KM im freien Gelände*
  • "Over the Air” Update
  • HD Lautsprecher und Boom Mikrofon
  • Audio Multitasking
  • mehrsprachige Sprachbefehle
  • unterstützt Siri und Google Assistant

Jetzt mitreden – deine Meinung zählt!

'); jQuery.confirm({ title: 'E-Mail bereits registriert', content: 'Diese E-Mail-Adresse ist bereits registriert. Möchtest du dich stattdessen einloggen?', buttons: { cancel: { text: 'Abbrechen', btnClass: 'btn', action: function () { // Keine Aktion } }, login: { text: 'Login', btnClass: 'btn-blue login_popover noredirect', action: function () { // Aktionen für den Login-Button (z.B. Popup öffnen) } } } }); hasErrors = true; } const nicknameResponse = await checkNickname(anonymName.val()); if (nicknameResponse.status === 'error') { anonymName.addClass('is-invalid'); anonymName.after('

' + nicknameResponse.message + '

'); hasErrors = true; } } catch (error) { alert('Fehler bei der Überprüfung der Eingabedaten.'); hasErrors = true; } } if (hasErrors) { document.getElementById("commentLoadingOverlay").style.display = "none"; return; } // Führe die Haupt-AJAX-Anfrage nur aus, wenn keine Fehler vorliegen jQuery.ajax({ url: "/dynamic/send_comment.php", type: "POST", data: formData, processData: false, contentType: false, success: function (jsonResponse) { document.getElementById("commentLoadingOverlay").style.display = "none"; if (jsonResponse.success) { jQuery("#commentForm_67d91ab4c8c4c").html("

" + jsonResponse.message + "

"); var responseMessage = document.getElementById("responseMessage_commentForm_67d91ab4c8c4c"); responseMessage.style.display = "none"; // Wenn mit Profil, zeige den Aktivierungscode-Dialog if (profilStatus === 'mit') { var confirmTemplate = `

Ein Aktivierungscode wurde an deine E-Mail-Adresse ${anonymEmail.val()} gesendet. Bitte gib den Code ein, um dein Konto zu aktivieren:

`; jQuery.confirm({ closeIcon: true, useBootstrap: true, columnClass: 'small', title: 'Aktivierungscode eingeben', content: confirmTemplate, buttons: { cancel: { text: 'Abbrechen', btnClass: 'btn', action: function () { // Schließt den Dialog ohne weitere Aktion } }, confirm: { text: 'Bestätigen', btnClass: 'btn-blue', action: function () { var activationCode = this.$content.find('#activation-code').val(); if (activationCode.trim() === '') { this.$content.find('.errormsg').show().text('Der Code darf nicht leer sein.'); return false; // Verhindert das Schließen des Dialogs } // AJAX-Anfrage zur Überprüfung des Aktivierungscodes var dialogInstance = this; // Referenz auf den Dialog speichern jQuery.ajax({ url: "/dynamic/validate_activation_code.php", method: "POST", data: { activation_code: activationCode, email: anonymEmail.val() }, dataType: "json", success: function (response) { if (response.status === 'success') { dialogInstance.close(); // Dialog schließen, wenn erfolgreich jQuery.alert({ title: 'Erfolgreich aktiviert', content: 'Dein Konto wurde erfolgreich aktiviert.', buttons: { ok: function () { location.reload(); } } }); } else { dialogInstance.$content.find('.errormsg').show().text('Der Code ist ungültig.'); } }, error: function () { dialogInstance.$content.find('.errormsg').show().text('Es gab ein Problem mit der Anfrage. Bitte versuche es erneut.'); } }); return false; } } } }); } } else { var responseMessage = document.getElementById("responseMessage_commentForm_67d91ab4c8c4c"); responseMessage.style.display = "block"; responseMessage.classList.add("alert-danger"); responseMessage.innerHTML = jsonResponse.message; } }, error: function (response) { document.getElementById("commentLoadingOverlay").style.display = "none"; var responseMessage = document.getElementById("responseMessage_commentForm_67d91ab4c8c4c"); responseMessage.style.display = "block"; responseMessage.classList.add("alert-danger"); responseMessage.innerHTML = response.message || "Fehler beim Absenden des Kommentars."; } }); } submitForm(); });

Ihr Kommentar wird abgespeichert...

Schuberth SC Edge Mesh - Details und UVP (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Jamar Nader

Last Updated:

Views: 6093

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.