mirror of https://github.com/speeduino/wiki.js.git
29 lines
1022 B
HTML
29 lines
1022 B
HTML
<!--
|
|
title: CanBus Support
|
|
description: Configuring Speeduino to use Canbus
|
|
published: true
|
|
date: 2020-12-05T23:07:19.793Z
|
|
tags: canbus
|
|
editor: ckeditor
|
|
dateCreated: 2020-12-05T23:01:05.753Z
|
|
-->
|
|
|
|
<p>CanBus Support </p>
|
|
<p>Speeduino is able to support Canbus in two ways.</p>
|
|
<ol>
|
|
<li>Use a mega2560 MCU with a coprocessor board </li>
|
|
<li>Use a Teensy or STM32 (with internal can module) MCU.</li>
|
|
</ol>
|
|
<p>Enable Canbus Support</p>
|
|
<p> </p>
|
|
<p> </p>
|
|
<p>Can OBD2 data output </p>
|
|
<p>When used with an MCU that has an Internal canbus interface Speeduino firmware is able to output data using the OBD2 std </p>
|
|
<p>Speeduino does not offer “readiness monitoring” or emission testing support and should not be used for such.</p>
|
|
<p>Any code reader /app /software following OBD2 standard protocol is able to access the data described below.</p>
|
|
<p> </p>
|
|
<p>Interface setup </p>
|
|
<p>The Interface supports 11bit addressing @500kbps data rate.</p>
|
|
<p> </p>
|
|
<p>PID supported</p>
|