First enclosed swappable-battery vehicle in the USA · Order now →
One of a kind · Early access

EMC Driveware™ — the only platform built for autonomous last-mile delivery.

There is nothing else like it. EMC Driveware™ is our proprietary, one-of-a-kind developer platform — mount your sensor suite, connect your compute rig to our secure, ASIL-D certified Vehicle Control Unit, and deploy your models in days instead of years.

No spam — just SDK access, DBC files, and hardware availability updates.

vcu_client.cpp
// EMC Driveware — VCU interface
#include "vcu_client.hpp"

namespace emc2::vcu {

bool send_drive_command(VcuClient& client) {
    if (!client.connect()) {
        return false;
    }

    const DriveCommand command{
        0.42F,   // throttle
        -6.5F,   // steering (degrees)
        0.0F,    // brake
        50U      // watchdog_ms
    };

    if (!client.send_command(command)) {
        return false;
    }

    Telemetry telemetry{};
    return client.read_telemetry(telemetry);
    // battery_soc = 0.81F, speed_mph = 11.2F, ...
}

}  // namespace emc2::vcu
EMC Driveware™

Three ideas,
one machine.

A one-of-a-kind stack, built together — so your autonomy software lands on a proven three-wheel chassis with EMC Driveware™ instead of a custom platform you have to invent from scratch.

01 · Mount & Power

Mount & Power

Modular roof racking for LiDAR and cameras. Tap directly into our 8 kWh high-voltage swappable battery architecture for continuous, regulated auxiliary power to your compute rig.

02 · Connect to the API

Connect to the API

Interface directly with our proprietary dual-core lockstep MCU via CAN-FD or Automotive Ethernet. Send high-level commands; our firmware handles the low-level, real-time actuation securely.

03 · Deploy & Train

Deploy & Train

Navigate dense urban environments and collect edge-case data immediately. Bike-lane agile, enclosed enough for any weather.

Hardware is hard. EMC Driveware™ is not.

Be the first to access the only one-of-a-kind EMC Driveware™ developer kit. SDKs, DBC files, and physical hardware dropping Q4.

EMC Driveware™ is a proprietary EMC Squared platform under active development. Specifications describe an in-progress engineering roadmap and development targets, not a currently shipping product. EMC Driveware™ is a trademark of EMC Squared Vehicles. All rights reserved.

Order Now