Supported by Dualtron & FōhzShop!

Control your Dualtron like never before

EyeX is the go-to app to ride and manage your Dualtron. Real-time dashboard, advanced settings and automatic Bluetooth connection. The best app dedicated to Dualtron scooters.

EyeX - Dualtron Dashboard

EyeX in numbers

The app that transforms how you manage your Dualtron.

More than
12000
active users
More than
52
compatible Dualtron models
More than
4.9
/5
average store rating
More than
20000
connected Dualtrons

Everything you need, built in

Automatic Bluetooth connection

Instant connection to your Dualtron as soon as you open the app

Automatic detection

Automatically detects compatible Dualtrons nearby

Automatic unlock

Unlock your Dualtron automatically on connection

Full dashboard

See speed, battery, distance and stats in real time

Multi-Dualtron

Manage several Dualtrons from a single app

Advanced settings

Customize riding mode, max speed and acceleration curves

Detailed statistics

Track your rides, distance and energy consumption

Intuitive interface

Modern, clean design built for Dualtron riders

Optimized performance

Fast, smooth and energy-efficient

Dualtron compatible

Works with EYE4, EYE3 Connect, EYE2 and EYEA displays

iOS and Android

Available on both platforms with the same experience

Active community

Join a dedicated community to share and improve the app

Total control experience

EyeX, the reference app for your Dualtron. Precise control, Bluetooth management, real-time settings and an interface built for Dualtron riders.

Modern, intuitive interface

An interface designed for Dualtron riders, with a clean design and features tailored to your daily needs.

Launch UI app screenshot

Full dashboard

See all essential Dualtron info at a glance. Speed, battery, distance ridden and detailed stats on a modern, intuitive screen.

Launch UI app screenshot

Optimized Bluetooth connection

Connect instantly to your Dualtron via Bluetooth Low Energy (BLE). Optimized protocol with Dualtron support for a stable, fast connection.

EyeX Logo

Automatic detection

EyeX automatically detects compatible Dualtrons nearby. Simplified connection in seconds, with no complex setup.

Compatible with Dualtron models equipped with Ey4, Ey3 Connect, Ey2 and EyA displays.

EyeX Logo

Advanced settings

Customize your experience with precise settings. Riding mode, speed limits, battery charge, acceleration and more — all easy to access.

Launch UI app screenshot

Performance and optimization

App optimized for maximum performance. Fast loading, instant responsiveness and reduced energy use.

Community at the core

The community is at the heart of EyeX development. Your feedback, ideas and suggestions shape the app.

Mutual help, shared experiences and continuous improvement.

Super idée pour améliorer la détection Bluetooth !
Fōhz
Je vais l'ajouter dans la prochaine mise à jour
Merci pour le retour !
Usukae

Built by FōhzShop

Built in-house by FōhzShop with the latest technologies for speed, performance and reliability. Optimized code for a smooth experience.

scooter.controller.tsx

bluetooth.service.ts

import { useState, useEffect } from "react";
import { BluetoothService } from "@/services/bluetooth";

interface ScooterData {
 speed: number;
 battery: number;
 power: number;
};

export default function ScooterController() {
 const [scooter, setScooter] = useState<ScooterData | null>(null);

 useEffect(() => {
 const service = new BluetoothService();
 service.connect().then((data) => {
 setScooter(data);
 });
 }, []);

 return (
 <div>
 {scooter && (
 <SpeedDisplay value={scooter.speed} />
 )}
 </div>
 );
}
class BluetoothService {
 private device: BluetoothDevice | null = null;

 async connect(): Promise<ScooterData> {
 this.device = await navigator.bluetooth.requestDevice({
 filters: [{ namePrefix: "Dualtron" }],
 optionalServices: ["battery_service"]
 });

 return {
 speed: 45,
 battery: 78,
 power: 85
 };
 }

 async setPower(value: number): Promise<void> {
 await this.device?.gatt?.writeValue(value);
 }
}

Revolutionize the way you ride

Take full control of your Dualtron. EyeX, the reference app dedicated to Dualtron, transforms your experience with unmatched precision, optimized performance and an intuitive interface.

Frequently asked questions

Join the community

Join our community

Connect with other users and internal testers on Discord and WhatsApp

Ready to transform your Dualtron experience?