System Architecture

From Elcano Project Wiki
Revision as of 19:05, 12 July 2019 by JosephBreithaupt (talk | contribs) (Internal Links:)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Elcano architecture features a series of microcontrollers connected over the automotive standard CAN bus. CAN is a no-host networking protocol with much of the overhead done in hardware. All Arduino processors are bare bones with no operating system. Messages sent over the bus are low bandwidth; any intense processing such as vision or lidar uses its own processor. Modularization reduces the size of the code running on any one processor. Reliability and security are enhanced since the core processors are not connected to the Internet and do not do machine learning.

Architecture CAN.png

Internal Links:

External Links:


NEXT > Power System