Ducati Dash

The goal is to hack a Ducati Race Dash and make it usable for other vehicles.

Link to the MCP2551. http://ww1.microchip.com/downloads/en/devicedoc/21667f.pdf

I set the board up as stated here. http://www.skpang.co.uk/catalog/product_info.php?cPath=74_185_196&products_id=754

The blinker bulbs are 10 Watts each, roughly 7ohms of resistance will be needed to offset the LED light.

The lap timer trigger is 0v -> 5v -> 0v (square pulse)

The CRC polynomial is 32135 (111110110000111). The received data needs to be reversed as with the CRC

The first tests began ------|-_,_-_,_,-_,__,__-_,_-__,__,__,__,__,__,-_-__

-_-_-_-_-_-_-___--_-_-_-_-_-_-_-_-_-___-_------- -_-_-_-_-_-_-___--_-_-_-_-_-_-_-_-_-_---_-__------

Message ID: 32 Data: 0,218,64,0,0,0,0,0 Type: 0

This is after bit removal ------|-_,_-_,_,-_,__,__-_,_-__,__,__,__,__,__,-_-__

-__-__-___--____________-_------- --__-_____--________---_-__------


Please log in to post comments.