Mazda speed3 intrument cluster pin code

broken image

Hi All, I made a little video of my recent progress with Simtools and the Mazda 3 dashboard in Assetto Corsa. My_data = 0xFF // Unknown, 0xFF from 'live'. If (kind_of_data = 'S' ) Read_Speed() // Send Speed to the cluster If (kind_of_data = 'R' ) Read_RPM() // Send RPM data to the cluster and flash RPM red LED when RPM hits 6500 Parsers used by X-SIM to send game datas for Gear, RPM, Speed, Temperature and the external LEDs to the cluster over serial port (USB)

broken image

If(CAN.begin(CAN_500KBPS) = CAN_OK) Serial.print('can init ok!!\r\n') Įlse Serial.print('Can init fail!!\r\n') Send a diagnostic test to the Serial Monitor for the CAN shield

broken image