English

NanoCockpit: Performance-optimized Application Framework for AI-based Autonomous Nanorobotics

Robotics 2026-04-28 v2 Software Engineering Systems and Control Systems and Control

Abstract

Autonomous nano-drones, powered by vision-based tiny machine learning (TinyML) models, are a novel technology gaining momentum thanks to their broad applicability and pushing scientific advancement on resource-limited embedded systems. Their small form factor, i.e., a few tens of grams, severely limits their onboard computational resources to sub-100mW microcontroller units (MCUs). The Bitcraze Crazyflie nano-drone is the de facto standard, offering a rich set of programmable MCUs for low-level control, multi-core processing, and radio transmission. However, roboticists very often underutilize these onboard precious resources due to the absence of a simple yet efficient software layer capable of time-optimal pipelining of multi-buffer image acquisition, multi-core computation, intra-MCUs data exchange, and Wi-Fi streaming, leading to sub-optimal control performances. Our NanoCockpit framework aims to fill this gap, increasing the throughput and minimizing the system's latency, while simplifying the developer experience through coroutine-based multi-tasking. In-field experiments on three real-world TinyML nanorobotics applications show our framework achieves ideal end-to-end latency, i.e. zero overhead due to serialized tasks, delivering quantifiable improvements in closed-loop control performance (-30% mean position error, mission success rate increased from 40% to 100%).

Keywords

Cite

@article{arxiv.2601.07476,
  title  = {NanoCockpit: Performance-optimized Application Framework for AI-based Autonomous Nanorobotics},
  author = {Elia Cereda and Alessandro Giusti and Daniele Palossi},
  journal= {arXiv preprint arXiv:2601.07476},
  year   = {2026}
}

Comments

Accepted for publication in the IEEE RA-P journal. GitHub repository: https://github.com/idsia-robotics/crazyflie-nanocockpit

R2 v1 2026-07-01T09:00:38.591Z