CAN Bus Integration: Difference between revisions
Line 15: | Line 15: | ||
The following information is a sum up of reverse engineering findings documented here: [http://sites.google.com/site/mychron3/home/can-bus-protocol]. Example of LUA implementation of the the different packets documented on the Mychron 3 Hack page are provided below: | The following information is a sum up of reverse engineering findings documented here: [http://sites.google.com/site/mychron3/home/can-bus-protocol]. Example of LUA implementation of the the different packets documented on the Mychron 3 Hack page are provided below: | ||
Packet 401h: RPM, Speed, Gear blink control, Gear | [[Packet 401h: RPM, Speed, Gear blink control, Gear]] | ||
TODO | TODO | ||
Packet 402h: Temperature/Pressure fields (bottom left of display) | [[Packet 402h: Temperature/Pressure fields (bottom left of display)]] | ||
TODO | TODO | ||
Packet 404h: Control for fields displayed on bottom left of display | [[Packet 404h: Control for fields displayed on bottom left of display]] | ||
TODO | TODO | ||
Packet 405h: Shift LEDs, Alarm LEDs | [[Packet 405h: Shift LEDs, Alarm LEDs]] | ||
TODO | TODO | ||
Packet 406h: RPM range for the digital RPM readout | [[Packet 406h: RPM range for the digital RPM readout]] | ||
TODO | TODO | ||
Packet 408h: Timing | [[Packet 408h: Timing]] | ||
TODO | TODO |
Revision as of 21:44, 8 January 2015
Introduction
Researching CAN Bus protocol
Reverse Engineering
Reading a CAN message
Mapping to a Virtual Channel
Controlling a CAN enabled Device
AIM Mychron 3 Dash
The following information is a sum up of reverse engineering findings documented here: [1]. Example of LUA implementation of the the different packets documented on the Mychron 3 Hack page are provided below:
Packet 401h: RPM, Speed, Gear blink control, Gear
TODO
Packet 402h: Temperature/Pressure fields (bottom left of display)
TODO
Packet 404h: Control for fields displayed on bottom left of display
TODO
Packet 405h: Shift LEDs, Alarm LEDs
TODO
Packet 406h: RPM range for the digital RPM readout
TODO
TODO