Skip to content

Vehicle Architecture

This page explains the vehicle architecture at a high level.

Audience test: customer

SHARED DOCUMENT TEST

Vehicle System Architecture

The Optimal EV vehicle architecture consists of several core components that communicate through CAN networks and cloud services.

Customer View

Customers mainly interact with the dashboard and reports.
The Service Box collects vehicle data and securely sends it to the cloud.

Main Components

Component Description
Service Box Embedded Linux device that logs CAN data and communicates with the cloud
Vehicle Control Unit (VCU) Main vehicle logic controller
Battery Management System (BMS) Monitors battery voltage, current, and temperature
Cloud Platform Stores telemetry and provides dashboards

Data Flow

  1. Vehicle ECUs communicate through CAN.
  2. Service Box listens and logs CAN traffic.
  3. Signals are parsed and sent to MQTT.
  4. Data is stored in the cloud database.
  5. Dashboard displays telemetry and diagnostics.

Simplified Architecture Diagram

```text +-------------+ | Cloud | | Platform | +------+------+ ^ | MQTT / TLS | +------+------+ | Service Box | | (Yocto) | +------+------+ | CAN BUS | +----------+----------+ | | +------+ +--------+ | VCU | | BMS | +------+ +--------+