-
Notifications
You must be signed in to change notification settings - Fork 8
/
CanBus_Support.html
28 lines (27 loc) · 1022 Bytes
/
CanBus_Support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
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>