This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bmw-motorrad-can-bus:canbus:start [2023/01/21 07:30] – created vdesmedt | bmw-motorrad-can-bus:canbus:start [2023/01/21 07:54] (current) – vdesmedt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== The CAN Bus ===== | ===== The CAN Bus ===== | ||
| + | I always start at [[https:// | ||
| + | |||
| + | There we learn : | ||
| + | - Invented by Bosch with automotive in mind | ||
| + | - Therefore thought to be robust and manage priorities (when multiple device try to talk at the same time, there is a system that make sure that only the most priority device can talk while the other shuts…) we will have to discover how that works ;) | ||
| + | - Based on two wires (CAN-L and CAN-H) | ||