PlatformsFaststream SiliconFaststream RadioFaststream VisionConnected EdgeFaststream SecureMobility & Rail
ProductsSemiconductor IPWireless & RANEdge & GatewaysTracking & IdentificationSoftware & FrameworksConnected Systems
TechnologyRTL to GDSIIVerification methodologyDFT and silicon testLow-power designMixed-signal integrationDesign enablement5G protocol stackWireless and RF architectureBaseband and low PHYForward error correctionControl and data planeHigh-speed interfacesFirmware and bootSilicon root of trustSoftware-defined vehicleAutomotive OTAFunctional safety
AIAI Engineering ServicesEdge AI & Embedded MLComputer Vision EngineeringSensor Fusion & PerceptionAI Silicon & AccelerationMLOps for DevicesAI Visual InspectionPredictive MaintenanceDriver MonitoringVideo Analytics & Safety
SolutionsSemiconductorIndustrial AIConnected ProductsAsset TrackingAutomotive & MobilitySmart InfrastructureSecure IdentityWireless & SatelliteSmart WashroomsFuel ManagementSmart BuildingsWorker SafetyEnergy MonitoringSmart AgricultureSmart CityAutonomous PlatformsAssembly AutomationLiDAR Rail SafetyHardware Wallet
IndustriesSemiconductorTelecommunicationsIndustrial & ManufacturingAutomotive & MobilityTransportation & RailAerospace & DefenceHealthcare & MedicalEnergy & UtilitiesOil & GasRetailConsumer ElectronicsMedia & EntertainmentSmart Infrastructure & IoT
ServicesSystem Integration overviewASIC & SoC DesignFPGA DesignFPGA-to-ASIC ConversionAnalog, Mixed-Signal & RFHardware & High-Speed PCBEmbedded SoftwareCloud, OTA & Device ManagementManufacturing TransitionHow we engage
InsightCase StudiesKnowledge CenterWhite PapersGlossaryNewsletterResources & Support
CompanyAbout FaststreamEngineering ExcellenceLeadership & OrganisationHow We EngageQuality & ComplianceStandards & EcosystemPartners & EcosystemTrust CentreLocations & DeliveryNewsroom & MediaCareers
ContactStart a projectHow we engage
Talk to an engineer
SOLUTION

An autonomous platform is not autonomous. It is autonomous until it is not.

Drones and delivery robots run their perception and control on board, because a decision that depends on a network is not a decision they can rely on. But every one of them eventually needs a human, a map update, a fleet instruction or a way to say it is stuck — and the interesting engineering is at that boundary rather than in the autonomy itself.

Edge AITeleoperationLink handoverDegraded modeFleet
WHAT GETS MEASURED

Six things every autonomous platform has to do, on board and off.

The split is not negotiable: anything with a safety consequence runs locally, and anything that benefits from a wider view runs remotely. Confusing the two produces a platform that stops when the network does.

Sensing set
SignalHow What it changes
PerceiveCameras, LiDAR, radar and IMU fused on boardLatency and availability both rule this out of the network. It runs locally or it does not run
DecidePath planning and obstacle response, on the platformA decision that depends on a link is a decision that fails with the link
ReportTelemetry, position and health, continuouslySmall, frequent, and tolerant of gaps — the fleet needs to know, not to control
StreamVideo for supervision or evidence, on demandThe largest data by far, and the first thing to sacrifice when the link degrades
EscalateHanding control to a remote operator when the platform is stuckRare, and the hardest requirement in the system, because now latency is a safety parameter
UpdateMaps, models and firmware across the fleetStaged, verifiable and reversible, because a bad model reaches every unit at once
WHAT IS ACTUALLY HARD

Not the sensors.

The sensing is the solved part. These are what determine whether the deployment is still running in year three.

01

Handover is where connectivity actually fails

A delivery robot crosses from depot Wi-Fi to cellular and back several times a shift; a drone moves between cells at speed. Each transition is a moment where a session can drop. Designing for a single link technology is straightforward; designing for the seam between two is where the field failures come from, and it is rarely tested because it is hard to reproduce on a bench.

02

Teleoperation makes latency a safety parameter

When a remote operator takes control, the glass-to-glass delay stops being a comfort question. The operator is steering a physical object from a picture that is already old, and the platform must behave predictably in the gap between command and effect. Systems that support teleoperation without a defined latency budget and a defined behaviour when it is exceeded are not finished.

03

Degraded mode is the design, not the fallback

The honest question is not what the platform does with connectivity but what it does without. Continue, hold, return, or stop safely — each is correct in some context and dangerous in others. It has to be specified per operation, implemented explicitly, and tested by actually removing the link rather than by simulating it.

04

On-board compute is bounded by power and heat

Every watt of inference is range on a battery platform, and the enclosure is sealed against weather, so the heat has nowhere convenient to go. That constraint sets model size and frame rate before any accuracy target does, which is why quantisation and architecture choice belong at the start.

05

Fleet update is a rollout problem, not a transfer problem

A perception model that regressed reaches every unit simultaneously unless the rollout is staged. Canary units, held-back cohorts, and a rollback path that works when the new build is the thing preventing connection — these are the difference between an update mechanism and a recovery plan.

06

Position is not one sensor

GNSS drops in urban canyons, indoors and under structures. Dead reckoning drifts. Visual localisation fails on featureless surfaces. Every real platform fuses several sources and needs defined behaviour when the best one is unavailable, which is a design decision rather than a library setting.

APPLICATIONS

Where this applies.

Platforms that move, decide for themselves, and still need to be part of an operation.

DELIVERY ROBOTS

Sidewalk and campus

Wi-Fi to cellular handover, teleoperation for edge cases, and pedestrian-safe degraded behaviour.

DRONES

Inspection and survey

Video downlink and a separately designed command link, with BVLOS lost-link behaviour defined.

AMRs

Warehouse and manufacturing

Dense Wi-Fi or private 5G, fleet orchestration, and safe interaction with people and equipment.

YARD AND SITE

Industrial outdoor

Mixed coverage, ruggedised compute, and long update cycles across a dispersed fleet.

WHERE THIS APPLIES

Industries this serves.

COMMON QUESTIONS

What engineers ask before they call.

01

Why not run perception in the cloud?

Because latency and availability both rule it out. A platform that needs a network to avoid an obstacle stops being safe the moment coverage drops. Perception and control run on board; the network carries reporting, supervision and updates.

02

What is the hardest connectivity problem for a delivery robot?

Handover. A robot crosses between depot Wi-Fi and cellular several times a shift, and each transition can drop a session. Designing for one link technology is straightforward; designing for the seam between two is where field failures come from, and it is rarely tested because it is hard to reproduce on a bench.

03

What latency does teleoperation need?

Low enough that an operator can steer a physical object from a picture that is already old — and, more importantly, with a defined behaviour when the budget is exceeded. A teleoperation system without a stated latency limit and a stated response to breaching it is not finished.

04

What should a platform do when it loses connectivity?

Whatever was specified for that operation: continue, hold position, return, or stop safely. Each is correct somewhere and dangerous elsewhere. The important part is that it is decided deliberately, implemented explicitly, and tested by removing the link rather than simulating it.

05

What limits on-board AI on a mobile platform?

Power and heat. Every watt of inference is range on a battery, and a sealed weatherproof enclosure has nowhere convenient to put the heat. That sets model size and frame rate before any accuracy target does.

06

How are model updates rolled out safely?

In stages, with canary units and held-back cohorts, and a rollback path that works even when the new build is what is preventing connection. A regressed perception model otherwise reaches the whole fleet at once.

KEEP READING

Related work.

BUILD WITH FASTSTREAM

Bring us the difficult part.

Tell us the specification, the constraint and the deadline. Programmes that cross silicon, radio, embedded and AI are where Faststream is strongest.